Use container image from a separate account #20734
Unanswered
andrewdavey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to push a docker image to a repository in Acccount1. Then use this for a Fargate service running in Account2 (test) and then Account3 (prod).
My thinking is it's nice to only build the image once and have a single repository to pull from.
Does this require manually creating the
Repository
, instead of using things likeContainerImage.fromAsset
?Can anyone link me to examples please?
Beta Was this translation helpful? Give feedback.
All reactions