Skip to content

feat(ecs): interactive option in ContainerDefinitionOptions#28536

Merged
mergify[bot] merged 11 commits intoaws:mainfrom
badmintoncryer:24326-addInteractiveProperties
Jan 2, 2024
Merged

feat(ecs): interactive option in ContainerDefinitionOptions#28536
mergify[bot] merged 11 commits intoaws:mainfrom
badmintoncryer:24326-addInteractiveProperties

Conversation

@badmintoncryer
Copy link
Copy Markdown
Contributor

This pull request adds the interactive argument to ContainerDefinitionOptions. This argument is used when deploying containerized applications that require the allocation of standard input (stdin) or a terminal (tty). This parameter corresponds to OpenStdin in the "Create a container" section of the Docker Remote API and the --interactive option to docker run.

Closes #24326.


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

@github-actions github-actions bot added the effort/medium Medium work item – several days of effort label Dec 31, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team December 31, 2023 05:58
@github-actions github-actions bot added feature-request A feature should be added or improved. p2 valued-contributor [Pilot] contributed between 6-12 PRs to the CDK labels Dec 31, 2023
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

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

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@badmintoncryer badmintoncryer changed the title Support interactive option in ContainerDefinitionOptions feat(ecs): Support interactive option in ContainerDefinitionOptions Dec 31, 2023
@aws-cdk-automation aws-cdk-automation dismissed their stale review December 31, 2023 15:33

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 31, 2023
Copy link
Copy Markdown
Contributor

@lpizzinidev lpizzinidev left a comment

Choose a reason for hiding this comment

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

Thanks 👍
I left some comments for minor adjustments.

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jan 1, 2024
badmintoncryer and others added 4 commits January 2, 2024 19:19
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
@badmintoncryer
Copy link
Copy Markdown
Contributor Author

@lpizzinidev Thank you for your review! I have made the revisions as per your suggestion.

@kaizencc kaizencc changed the title feat(ecs): Support interactive option in ContainerDefinitionOptions feat(ecs): interactive option in ContainerDefinitionOptions Jan 2, 2024
kaizencc
kaizencc previously approved these changes Jan 2, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 2, 2024

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

@mergify mergify bot dismissed kaizencc’s stale review January 2, 2024 15:43

Pull request has been modified.

@badmintoncryer
Copy link
Copy Markdown
Contributor Author

@kaizencc I apologize, I didn't notice the approval and accidentally updated the branch.

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 12cccc1
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 2, 2024

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

@mergify mergify bot merged commit 1f9788f into aws:main Jan 2, 2024
@badmintoncryer badmintoncryer deleted the 24326-addInteractiveProperties branch January 3, 2024 00:20
paulhcsun pushed a commit to paulhcsun/aws-cdk that referenced this pull request Jan 5, 2024
…28536)

This pull request adds the `interactive` argument to `ContainerDefinitionOptions`. This argument is used when deploying containerized applications that require the allocation of standard input (stdin) or a terminal (tty). This parameter corresponds to `OpenStdin` in the "Create a container" section of the Docker Remote API and the `--interactive` option to `docker run`.

Closes aws#24326.

----

*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

effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 valued-contributor [Pilot] contributed between 6-12 PRs to the CDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(cdk_ecs): interactive property missing in container definition

4 participants