According to this, it should be possible to use an image hosted on an other registry, e. g. Artifactory as build enviroment.
But when we configure it that way
image:
name: xyz.jfrog.io/xyz/test:latest
username: ${USER}
password: ${PASSWORD}
email: ${EMAIL}
we are always getting the following error while running the pipeline:
rpc error: code = Unknown desc = failed to resolve image "xyz.jfrog.io/xyz/test:latest": no available registry endpoint: invalid auth config
There is a page which adresses issues with docker images hosted on outdated Sonatype Nexus instances and hosted on bintray.com.
Is our problem related to that? Or how can we use private images from Artifactory.
Seems to be the same problem as described here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.