snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Jib extension ignores `quarkus.container-image.username` and `quarkus.container-image.password` #340

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug Added the following properties to my application.properties

quarkus.container-image.registry=docker.io
quarkus.container-image.username=iocanel
quarkus.container-image.password=<my password>

and run: mvn clean install -Dquarkus.container-image.push=true

Expected behavior Image should be pushed

Actual behavior Fails with 401 error Works find with the container-image-docker


https://github.com/quarkusio/quarkus/issues/10683


$upstream:10683$