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

Different images being published to Docker Hub and ECR Public #128

Closed
CarlosDomingues opened this issue Apr 16, 2021 · 1 comment
Closed

Comments

@CarlosDomingues
Copy link

The image aws-xray-daemon:3.2.0 present in Docker Hub has a few pre-installed packages such as sh, curl, etc.... The following command works:

docker run -it --entrypoint /bin/sh amazon/aws-xray-daemon:3.2.0

The following does not work:

docker run -it --entrypoint /bin/sh public.ecr.aws/xray/aws-xray-daemon:3.2.0

I was hopping to switch to ECR public to avoid Docker Hub limits, but unfortunately the image published in ECR public is way too bare bones and needs to be modified for stuff like healthchecks. Also not having /bin/sh makes testing much harder.

Related to #119

@awssandra
Copy link

Closing this in favor of #119

Dockherhub will continue to have the amazonlinux base, whereas ECR will continue to use the scratch image to save space. We are continuing to explore a happy medium between the two.

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

No branches or pull requests

2 participants