-
Notifications
You must be signed in to change notification settings - Fork 437
Open
Labels
area/manifestIssues about infrastructure-as-code templates.Issues about infrastructure-as-code templates.type/enhancementIssues that are improvements for existing features.Issues that are improvements for existing features.type/requestIssues that are created by customers.Issues that are created by customers.
Description
We are trying to deploy our java/spring application using copilot.
The variable passing from manifest.yml file is NOT accessible from .dockerfile. Please see below.
Manifest.yml:
secrets: # Pass secrets from AWS Systems Manager (SSM) Parameter Store.
IWE_ENV: "<arn…IWE_ENV>'"
Dockerfile:
RUN echo $IWE_ENV
If the variable is available in .dockerfile, application will work fine.
Application structure as follows:
application
copilot
manifest.yml
src
Dockerfile
pom.xml
README.md
Please let me know if I need to add more details.
vskov147 and oca159
Metadata
Metadata
Assignees
Labels
area/manifestIssues about infrastructure-as-code templates.Issues about infrastructure-as-code templates.type/enhancementIssues that are improvements for existing features.Issues that are improvements for existing features.type/requestIssues that are created by customers.Issues that are created by customers.