You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this job internally, we are running into an issue where we're hitting rate limiting on pulling the cimg/base image. We could resolve this by pulling a version of this image that we mirror internally, but are currently unable to do so because cimg/base is hard-coded.
The request is to add an image-name parameter analogous to image-tag that allows customizing the image that is used for the job. The default value would be cimg/base, which would preserve the current behavior for backcompat purposes.
The text was updated successfully, but these errors were encountered:
Allows the Docker image used by the "check" job to be customized.
The default value is "cimg/base", which preserves backwards
compatibility for current callers.
FixesCircleCI-Public#64
Describe Request:
Currently, the executor for the
check
job is hard-coded as the following:When using this job internally, we are running into an issue where we're hitting rate limiting on pulling the
cimg/base
image. We could resolve this by pulling a version of this image that we mirror internally, but are currently unable to do so becausecimg/base
is hard-coded.The request is to add an
image-name
parameter analogous toimage-tag
that allows customizing the image that is used for the job. The default value would becimg/base
, which would preserve the current behavior for backcompat purposes.The text was updated successfully, but these errors were encountered: