Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apprunner): startCommand and environment are ignored in imageConfiguration #16939

Merged
merged 10 commits into from
Nov 30, 2021
Merged

fix(apprunner): startCommand and environment are ignored in imageConfiguration #16939

merged 10 commits into from
Nov 30, 2021

Conversation

pahud
Copy link
Contributor

@pahud pahud commented Oct 13, 2021

This PR addresses the following issues

  1. custom environment variables and start commands should be allowed for imageConfiguration
  2. buildCommand, environment and startCommand should be allowed for codeConfigurationValues

Fixes: #16812

  • add tests
  • implementation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Oct 13, 2021

@mergify
Copy link
Contributor

mergify bot commented Oct 13, 2021

Title does not follow the guidelines of Conventional Commits. Please adjust title before merge.

@pahud pahud marked this pull request as draft October 13, 2021 06:41
@pahud pahud changed the title support env variables and start command fix(apprunner): support env variables and start command Oct 13, 2021
@pahud pahud changed the title fix(apprunner): support env variables and start command fix(apprunner): startCommand and environment are ignored in imageConfiguration Oct 13, 2021
@pahud pahud marked this pull request as ready for review October 13, 2021 13:03
@pahud
Copy link
Contributor Author

pahud commented Oct 13, 2021

Hi @peterwoodworth PR is ready.

@peterwoodworth peterwoodworth changed the title fix(apprunner): startCommand and environment are ignored in imageConfiguration fix(apprunner): startCommand and environment are ignored in imageConfiguration Oct 21, 2021
@peterwoodworth peterwoodworth added the @aws-cdk/aws-apprunner Related to the apprunner package label Oct 21, 2021
@corymhall corymhall self-assigned this Nov 12, 2021
Copy link
Contributor

@neilkuan neilkuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pahud pahud requested a review from corymhall November 26, 2021 07:49
@mergify
Copy link
Contributor

mergify bot commented Nov 30, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 160974f
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit d911c58 into aws:master Nov 30, 2021
@mergify
Copy link
Contributor

mergify bot commented Nov 30, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

pedrosola pushed a commit to pedrosola/aws-cdk that referenced this pull request Dec 1, 2021
…iguration (aws#16939)

This PR addresses the following issues

1. custom environment variables and start commands should be allowed for `imageConfiguration`
2. buildCommand, environment and startCommand should be allowed for `codeConfigurationValues`


Fixes: aws#16812 

- [x] add tests
- [x] implementation

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
…iguration (aws#16939)

This PR addresses the following issues

1. custom environment variables and start commands should be allowed for `imageConfiguration`
2. buildCommand, environment and startCommand should be allowed for `codeConfigurationValues`


Fixes: aws#16812 

- [x] add tests
- [x] implementation

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-apprunner Related to the apprunner package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(apprunner): startCommand and environment are ignored in imageConfiguration
5 participants