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 for custom images #105

Open
nnovaeshc opened this issue Jun 20, 2024 · 3 comments
Open

Allow for custom images #105

nnovaeshc opened this issue Jun 20, 2024 · 3 comments

Comments

@nnovaeshc
Copy link

Describe Request:

I would like to have the option to configure this orb so it can use a custom image. Currently there’s an outage in docker registry and we don’t have an SLA with them but do have an SLA with AWS ECR service, so I’d rather use an image hosted there.

Examples:

Supporting Documentation Links:

@thedoc31
Copy link

thedoc31 commented Aug 6, 2024

I am seconding this, as our corporate policy requires we use an internal dockerhub mirror, and in addition to @nnovaeshc 's dockerhub outage, docker hub's rate limiting restrictions [1] can also cause a similar problem which will break the build.

Additionally, we need to have the option to authenticate to pull whatever image we set the orb to use, specifically for the case of an image hosted in a private docker registry.

[1]

Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

@NicolasLemince
Copy link

I tried something: #108

@honstar
Copy link

honstar commented Dec 12, 2024

This is exactly what I need as well 👍 The ability to specify a custom executor and hence pulling a docker image from a corporate mirror would avoid running into potential rate limiting, causing false positive build failures.

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

4 participants