Skip to content

Commit 333b860

Browse files
authored
Update non-native base image to ubi8/openjdk-8
The ubi8/openjdk-8 image, based upon RHEL 8 UBI, is available legitimately without a Red Hat subscription under the terms of the UBI EULA. The older (RHEL7-based) image, although it can be pulled unauthenticated from the Red Hat registry, is not intended to be a publically available image.
1 parent 0e2a78b commit 333b860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/deploying-to-openshift-s2i.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ We are going to create an OpenShift `build` executing it:
126126
[source,shell, subs="attributes"]
127127
----
128128
# To build the image on OpenShift
129-
oc new-app registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift~{quickstarts-clone-url} --context-dir=getting-started --name=quarkus-quickstart
129+
oc new-app registry.access.redhat.com/ubi8/openjdk-8:latest~{quickstarts-clone-url} --context-dir=getting-started --name=quarkus-quickstart
130130
oc logs -f bc/quarkus-quickstart
131131
132132
# To create the route

0 commit comments

Comments
 (0)