Jib Build with insecure gitea repository doesn't work #47121
Labels
area/container-image
area/kubernetes
kind/bug
Something isn't working
kind/bug-thirdparty
Bugs that are caused by third-party components and not causing a major dysfunction of core Quarkus.
Describe the bug
I use Quarkus 3.15.4 and Gitea action pipeline to build a docker image wit Jib. Jib build a wrong insecure repository URL.
This is my maven build:
And this is the answer from maven build:
The generated Gitea URL is wrong: https://gitea.demmtop.local/v2/root/docker/user-rest
The generated Gitea URL is wrong: https://gitea.demmtop.local/root/docker/user-rest
The right Gitea URL is: http://gitea.demmtop.local/docker/user-rest
I believe the wrong URL is a Sonatype Nexus Repository URL
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Start the maven build.
Output of
uname -a
orver
No response
Output of
java -version
JDK 21
Quarkus version or git rev
3.15.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: