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

feat: Expose components of ecs-task, enforce read only root filesystem #2545

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

philmcmahon
Copy link
Contributor

@philmcmahon philmcmahon commented Dec 20, 2024

What does this change?

Replaces #2544 following a great suggestion from @akash1810.

This PR enforces readonlyRootFilesystem. This change may require apps that use this pattern to mount a volume onto the container to use for writing application data to disk. Exposing the container definition and task definition makes this possible. It should also make it easier to work with this pattern without having to keep making changes to the core GuCDK library.

How to test

I've tested this in Lurch by referencing this branch

Copy link

changeset-bot bot commented Dec 20, 2024

🦋 Changeset detected

Latest commit: c964005

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@guardian/cdk Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@philmcmahon philmcmahon force-pushed the pm-expose-task-containerdefinition branch from 263e613 to a11349f Compare December 20, 2024 12:15
.changeset/wet-pillows-judge.md Outdated Show resolved Hide resolved
@philmcmahon philmcmahon merged commit d7b778b into main Dec 20, 2024
4 checks passed
@philmcmahon philmcmahon deleted the pm-expose-task-containerdefinition branch December 20, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants