wanted419 opened a new issue #1568:
URL: https://github.com/apache/camel-k/issues/1568
The kamel has been initialled with the private docker repository and with
private maven repo. But with kamel run is executed the logs displayed the
builder tries to get image from public docker repos rather than private one.
Following command is used :
**kamel install --registry docker-regsrv.de.stihl-dns.net:8080
--registry-secret regcred
--maven-settings=configmap:maven-settings/maven_settings.xml **
**Error logs from builder:**
STEP 1: FROM adoptopenjdk/openjdk11:slim
error creating build container: The following failures happened while trying
to pull image specified by "adoptopenjdk/openjdk11:slim" based on search
registries in /etc/containers/registries.conf:
* "localhost/adoptopenjdk/openjdk11:slim": Error initializing source
docker://localhost/adoptopenjdk/openjdk11:slim: error pinging docker registry
localhost: Get https://localhost/v2/: dial tcp 127.0.0.1:443: connect:
connection refused
* "docker.io/adoptopenjdk/openjdk11:slim": Error initializing source
docker://adoptopenjdk/openjdk11:slim: error pinging docker registry
registry-1.docker.io: Get https://registry-1.docker.io/v2/: dial tcp
3.223.220.229:443: connect: connection refused
* "registry.fedoraproject.org/adoptopenjdk/openjdk11:slim": Error
initializing source
docker://registry.fedoraproject.org/adoptopenjdk/openjdk11:slim: error pinging
docker registry registry.fedoraproject.org: Get
https://registry.fedoraproject.org/v2/: dial tcp 38.145.60.20:443: connect:
connection refused
* "registry.access.redhat.com/adoptopenjdk/openjdk11:slim": Error
initializing source
docker://registry.access.redhat.com/adoptopenjdk/openjdk11:slim: error pinging
docker registry registry.access.redhat.com: Get
https://registry.access.redhat.com/v2/: dial tcp 2.16.100.66:443: i/o timeout
* "registry.centos.org/adoptopenjdk/openjdk11:slim": Error initializing
source docker://registry.centos.org/adoptopenjdk/openjdk11:slim: error pinging
docker registry registry.centos.org: Get https://registry.centos.org/v2/: dial
tcp 8.43.84.200:443: connect: connection refused
* "quay.io/adoptopenjdk/openjdk11:slim": Error initializing source
docker://quay.io/adoptopenjdk/openjdk11:slim: error pinging docker registry
quay.io: Get https://quay.io/v2/: dial tcp 18.205.55.240:443: connect:
connection refused
level=error msg="exit status 1"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]