File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ DISCLAIMER: This template requires OpenShift to be able to resolve ImageStreams,
11
11
12
12
## Stage 0: UBI9 OpenJDK ImageStreams with jlink-dev changes
13
13
14
- Until the ` jlink-dev ` work is merged, prior to trying out the template , we must first
15
- prepare UBI9 OpenJDK ImageStreams with ` jlink-dev ` support.
14
+ Whilst the ` jlink-dev ` feature is in Tech Preview , we must prepare separate
15
+ UBI9 OpenJDK ImageStreams with ` jlink-dev ` support.
16
16
17
17
1 . Pull the Tech-Preview image
18
18
44
44
"insecure-registries": [ "default-route-openshift-image-registry.apps-crc.testing" ]
45
45
}
46
46
47
+ For podman, add the following to ` ~/.config/containers/registries.conf ` :
48
+
49
+ [[registry]]
50
+ location = "default-route-openshift-image-registry.apps-crc.testing"
51
+ insecure = true
52
+
47
53
5 . Log into the OpenShift registry, e.g.
48
54
49
55
REGISTRY_AUTH_PREFERENCE=docker oc registry login
50
56
57
+ or
58
+
59
+ oc registry login
60
+
51
61
6 . tag and push the dev image into it. The OpenShift console gives you the
52
62
exact URI for your instance
53
63
You can’t perform that action at this time.
0 commit comments