We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408d4fa commit 981a1a6Copy full SHA for 981a1a6
documentation/modules/ROOT/pages/jib.adoc
@@ -19,7 +19,7 @@ Then run the following Maven command to build and push the container without usi
19
[.console-input]
20
[source,bash,subs="+macros,+attributes"]
21
----
22
-./mvnw compile com.google.cloud.tools:jib-maven-plugin:3.0.0:build -Dimage=quay.io/your-username/greetings:1.0.0
+./mvnw compile com.google.cloud.tools:jib-maven-plugin:3.4.6:build -Dimage=quay.io/your-username/greetings:1.0.0
23
24
25
Replace `your-username` with your actual user id and if you prefer Docker Hub, replace `quay.io` with `docker.io`.
0 commit comments