Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Deploy ECS FileName syntax #30

Closed
froilan opened this issue Jan 23, 2018 · 1 comment
Closed

Deploy ECS FileName syntax #30

froilan opened this issue Jan 23, 2018 · 1 comment

Comments

@froilan
Copy link

froilan commented Jan 23, 2018

Just a question with regards to the images.json syntax.
I'm struggling to find any documentation with regards to it.

Configuration:
                ClusterName: !Ref Cluster
                ServiceName: !Ref Service
                FileName: images.json

Basing on this, I assume that valid keys are name and imageUri. Is that it, or are there others?
If you don't mind, can you share a link on any documentation?

printf '[{"name":"simple-app","imageUri":"%s"}]' "$IMAGE_URI" > images.json

Great templates, really helpful btw..

@jpignata
Copy link
Contributor

Sure! That's an images definitions file. It can contain multiple definitions if your ECS service runs a task definition that has multiple containers defined. See CodePipeline documentation for more details.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants