deployment: wrap cdk8s requirements in docker container#12335
Merged
idan-starkware merged 2 commits intomain-v0.14.1-committerfrom Feb 12, 2026
Merged
Conversation
e496506 to
d00040d
Compare
d00040d to
568266b
Compare
568266b to
f1b4b56
Compare
351180f to
8f05458
Compare
8f05458 to
11ff01f
Compare
shay-starkware
approved these changes
Feb 12, 2026
idan-starkware
commented
Feb 12, 2026
Contributor
Author
idan-starkware
left a comment
There was a problem hiding this comment.
@idan-starkware reviewed 10 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @idan-starkware).
Merged
via the queue into
main-v0.14.1-committer
with commit Feb 12, 2026
3b2e7cf
17 of 24 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Build/entrypoint scripts run as root during image build/startup and install multiple external tools, so failures or misconfiguration could impact developer environments and CI if adopted. No runtime application logic changes; the primary risk is in developer tooling and container security posture (sudoers, kubeconfig handling).
Overview
Adds a containerized workflow for
deployments/sequencerso contributors can runcdk8s synthwithout installing Python/Node/pipenv/kubectl locally. This introduces a Docker image build (local/Dockerfile+dependencies.sh) that installs required tooling (includinggcloud/kubectx) and a wrapper scriptlocal/run-in-docker.shthat builds/runs the container with the repo mounted.The container entrypoint (
docker-entrypoint.sh) creates a user matching host UID/GID, mounts host kubeconfig read-only then copies it to a writable location, enables passwordless sudo, and auto-runssetup.shto performpipenv install+cdk8s importwhen needed. Documentation indeployments/sequencer/README.mdis reorganized/expanded to cover both manual and Docker-based setup and provide clearer usage/config references.Written by Cursor Bugbot for commit 11ff01f. This will update automatically on new commits. Configure here.