File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,19 @@ prepare UBI9 OpenJDK ImageStreams with `jlink-dev` support.
22
22
23
23
oc create imagestream ubi9-openjdk-17
24
24
25
- 3 . Log into the OpenShift registry, e.g.
25
+ 3 . You may need to configure your container engine to not TLS-verify the OpenShift
26
+ registry. For Docker, add the following to ` /etc/docker/daemon.json ` and restart
27
+ the daemon:
28
+
29
+ {
30
+ "insecure-registries": [ "default-route-openshift-image-registry.apps-crc.testing" ]
31
+ }
32
+
33
+ 4 . Log into the OpenShift registry, e.g.
26
34
27
35
REGISTRY_AUTH_PREFERENCE=docker oc registry login
28
36
29
- 4 . tag and push the dev image into it. The OpenShift console gives you the
37
+ 5 . tag and push the dev image into it. The OpenShift console gives you the
30
38
exact URI for your instance
31
39
32
40
docker tag ubi9/openjdk-17:1.18 default-route-openshift-image-registry.apps-crc.testing/jlink1/ubi9-openjdk-17:1.18
You can’t perform that action at this time.
0 commit comments