Replies: 1 comment
-
no solution using quay in my exact context. The google mirror od Docker Hub was configured. A potential workaround using quay is to configure the registries.conf file with:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When specifying
I've got this message:
it seems to try only with docker.io (for which I have rate limit where it i running):
I think the qualifier for quay.io for instance is incorrect
quay.io/eclipse-temurin:17
should bequay.io/lib/eclipse-temurin:17
.How is it supposed to be configured? is it at openshift-maven-plugin level?
Is it at the OpenShift instance level https://docs.redhat.com/en/documentation/openshift_container_platform/4.7/html/images/image-configuration#images-configuration-shortname_image-configuration ? (I cannot check the config on the one I hit the issue for now as i'm not admin)
It is working fine if I use
but i cannot change that in the framework.
Beta Was this translation helpful? Give feedback.
All reactions