I made a fresh download of brxM 14.4.0.
When I run mvn -P docker.build
I get the following error:
Failed to execute goal io.fabric8:docker-maven-plugin:0.35.0:build (Build docker container) on project testproject: Unable to pull 'tomcat:9-jdk8-openjdk-slim' : {"message":"Head https://registry-1.d
ocker.io/v2/library/tomcat/manifests/9-jdk8-openjdk-slim: unauthorized: incorrect username or password"} (Internal Server Error: 500) -> [Help 1]
When I run mvn -P docker.run
I get the folowing error:
[INFO] --- docker-maven-plugin:0.35.0:remove (Delete docker image) @ testproject ---
[ERROR] DOCKER> Multiple assemblies use the name %s. Please assign each assembly a unique name.
and with version 0.28 of docker-maven-plugin I recive the following error:
[INFO] --- docker-maven-plugin:0.28.0:remove (Delete docker image) @ testproject ---
[ERROR] DOCKER> Cannot create docker access object [Connect to localhost:2375
[localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect]
and when I activate the option Expose daemon on tcp://localhost:2375 without TLS
in docker desktop setting I get the following error:
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.28.0:build (Build docker dev container) on project testproject: Unable to pull 'org.lienas/testproject:0.1.0-SNAPSHO
T' from registry 'org.lienas' : {"message":"Get https://org.lienas/v2/: dial tcp: lookup org.lienas on 192.168.65.5:53: no such host"} (Internal Server Error: 500) -> [Help 1]
[ERROR]
Any suggestions ??