-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus build with quarkus.container-image.builder=jib does not consider podman's auth.json #35609
Comments
/cc @geoand (jib) |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 29, 2023
Would you be able to test #35613? |
@geoand I was able to test and it worked. Here is what i did
The build worked and images was successfully build and pushed to the repo. |
gastaldi
added a commit
that referenced
this issue
Aug 30, 2023
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 4, 2023
Fixes: quarkusio#35609 (cherry picked from commit b3b27d8)
aloubyansky
pushed a commit
to aloubyansky/quarkus
that referenced
this issue
Oct 31, 2023
Fixes: quarkusio#35609 (cherry picked from commit b3b27d8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I get the exception below when i try to build my quarkus app after login in using
podman login
but without the propertiesquarkus.container-image.username
andquarkus.container-image.password
Not sure if i am looking at the right place but when i look at the code here it does not consider the podman authfile in
${XDG_RUNTIME_DIR}/containers/auth.json.
as an alternative i was able to create a sym link - $HOME/.docker/config.json to the podman's auth file to get it working.
It will be nice to add the podman's authfile if the docker config is not found.
Expected behavior
The build should work and should produce a container image
Actual behavior
The build throws an exception
How to Reproduce?
$home/.docker/config.json
podman login
quarkus.container-image.username
andquarkus.container-image.password
Output of
java -version
Quarkus version or git rev
4.3.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
The text was updated successfully, but these errors were encountered: