Clarification around "copilot svc deploy" command #3136
Unanswered
tsingh2k15
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello, @tsingh2k15! |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at the docs for
copilot svc deploy
command and was curious to understand/explore more about the steps it performs. https://aws.github.io/copilot-cli/docs/commands/svc-deploy/My question is around step 1 -
Build your local Dockerfile into an image
Does it always build the container image from
Dockerfile
even if the image might be already built independently before this step? I know there is a mutually exclusive option in the manifest file - https://aws.github.io/copilot-cli/docs/manifest/backend-service/#image-location but I was curious to check if the deploy command can have analternative mode
where it could just tag an already built image and perform remaining steps byskipping
step 1?Beta Was this translation helpful? Give feedback.
All reactions