Claudio Miranda created CAMEL-22455:
---------------------------------------
Summary: Use mirror.gcr.io for base image
Key: CAMEL-22455
URL: https://issues.apache.org/jira/browse/CAMEL-22455
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Affects Versions: 4.14.0
Reporter: Claudio Miranda
Fix For: 4.15.0
The default java container image is eclipse-temurin:21 that defaults to
docker.io/library/eclipse-temurin:21. As docker.io registry has the pull
request limit, it may be possible to easily hit the error
{code}
Failed, retrying in 1s ... (1/3). Error: initializing source
docker://eclipse-temurin:21: reading manifest 21 in
docker.io/library/eclipse-temurin: toomanyrequests: You have reached your
unauthenticated pull rate limit. https://www.docker.com/increase-rate-limi
{code}
Having the user to set a different base image.
This enhancement is to change the default base image to
"mirror.gcr.io/library/eclipse-temurin:21" as there is no pull limit.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)