You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/osdk-prepare-supported-images.adoc
+13-30Lines changed: 13 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,12 @@ endif::[]
12
12
ifeval::["{context}" == "osdk-ansible-tutorial"]
13
13
:ansible:
14
14
:type: Ansible
15
+
:type_lc: ansible
15
16
endif::[]
16
17
ifeval::["{context}" == "osdk-helm-tutorial"]
17
18
:helm:
18
19
:type: Helm
20
+
:type_lc: helm
19
21
endif::[]
20
22
21
23
[id="osdk-prepare-supported-images_{context}"]
@@ -41,35 +43,21 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
41
43
----
42
44
43
45
. Depending on the Go project version, your Dockerfile might contain a `USER 65532:65532` or `USER nonroot:nonroot` directive. In either case, remove the line, as it is not required by the supported runner image.
44
-
45
-
. In the `config/default/manager_auth_proxy_patch.yaml` file, change the `image` value from:
Use the builder image version that matches your Operator SDK version. Failure to do so can result in problems due to project layout, or _scaffolding_, differences, particularly when mixing newer upstream versions of the Operator SDK with downstream {product-title} builder images.
0 commit comments