Closed snowdrop-bot closed 4 years ago
Describe the bug
Changes made to the app when using jib and minikube extension are not reflected in the deployed application. It's possible that due to the nature of jib (dockerless?) that the image never reaches the minikube docker daemon.
Steps to reproduce
mvn io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:create -DprojectGroupId=org.acme -DprojectArtifactId=hello-world --DprojectVersion=0.1-SNAPSHOT -Dendpoint=/hello -DclassName=org.acme.Hello
mvn quarkus:add-extension -Dextensions="io.quarkus:quarkus-minikube"
add jib extension
mvn quarkus:add-extension -Dextensions="io.quarkus:quarkus-container-image-jib"
deploy
mvn clean install -Dquarkus.kubernetes.deploy=true
Change the message in Hello.java
redeploy
https://github.com/quarkusio/quarkus/issues/10747
$upstream:10747$
Describe the bug
Changes made to the app when using jib and minikube extension are not reflected in the deployed application. It's possible that due to the nature of jib (dockerless?) that the image never reaches the minikube docker daemon.
Steps to reproduce
add jib extension
deploy
Change the message in Hello.java
redeploy
https://github.com/quarkusio/quarkus/issues/10747
$upstream:10747$