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

Allow custom Entrypoint #254

Open
lifeofguenter opened this issue Sep 16, 2019 · 2 comments
Open

Allow custom Entrypoint #254

lifeofguenter opened this issue Sep 16, 2019 · 2 comments

Comments

@lifeofguenter
Copy link

It seems that there are some parts missing compared to what is actually running at AWS CodeBuild?

E.g. if I build this image and push to ECR, then DinD does not work. DinD works perfectly fine though when running locally.

Doing a ps -e inside codebuild shows me that PID 1 is:

1 root      0:00 /codebuild/bootstrap/linux-bootstrap -zipName=linux-binaries.zip -url=https://codefactory-eu-west-1-prod-default-build-agent-executor.s3.amazonaws.com/linux-binaries.zip 

meaning the whole entrypoint (including dockerd-entrypoint.sh) are being overridden by codebuild. It seems like the codebuild-boostrapper has either a detection or is relying on something else that is not included in this project to make dind work.

@subinataws
Copy link
Contributor

@lifeofguenter - yes, you are correct, CodeBuild does override the entry point command. We will likely allow this in a future release.

@aws aws locked and limited conversation to collaborators Sep 17, 2019
@subinataws subinataws changed the title how-to fork? Allow custom Entrypoint Mar 13, 2020
@aws aws unlocked this conversation Mar 15, 2023
@shreve
Copy link

shreve commented Jun 24, 2023

Hey future googlers! 👋🏻 I don't see any other place to indicate interest in this request, so how about reacting to this comment?

1 🚀 = 1 "please implement this, CodeBuild team 🥺 👉🏻 👈🏻 "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants