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 e14a510 commit c783ac9Copy full SHA for c783ac9
app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md
@@ -60,7 +60,7 @@ This can by done by doing the following in OCI Cloud Shell:
60
<pre>
61
oci artifacts container repository create --display-name helloworldai-java --compartment-id ocid1.compartment.oc1.....gq
62
docker pull hello-world
63
-docker tag hello-world fra.ocir.io/<YOUR_TENANCY_NAMESPACE>/helloworldai-java:1
+docker tag hello-world fra.ocir.io/<YOUR_TENANCY_NAMESPACE>/<image_name>:1
64
docker push fra.ocir.io/<YOUR_TENANCY_NAMESPACE>/helloworldai-java:1
65
</pre>
66
Unless doing this the Stack will run into an error:
0 commit comments