-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
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]
|
I tried something: #108 |
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. |
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:
The text was updated successfully, but these errors were encountered: