Skip to content

Images are prefixed with '/' char  #14

Description

@tarunmenon95

Config:

task_definition:
  nginx:
    image: nginx
    ports:
      - 80

Output:

  Task:
    Type: AWS::ECS::TaskDefinition
    Properties:
      ContainerDefinitions:
      - Name: nginx
        Image:
          Fn::Join:
          - ''
          - - Fn::Sub: "/nginx"
            - ":"
            - latest

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions