File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/plugins/hybrid/v1alpha/scaffolds/internal/templates
testdata/hybrid/memcached-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ COPY controllers/ controllers/
5959# Build
6060RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
6161
62- FROM registry.access.redhat.com/ubi8/ubi-minimal :8.4
62+ FROM registry.access.redhat.com/ubi8/ubi-micro :8.7
6363
6464ENV HOME=/opt/helm \
6565 USER_NAME=helm \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY controllers/ controllers/
1717# Build
1818RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
1919
20- FROM registry.access.redhat.com/ubi8/ubi-minimal :8.4
20+ FROM registry.access.redhat.com/ubi8/ubi-micro :8.7
2121
2222ENV HOME=/opt/helm \
2323 USER_NAME=helm \
You can’t perform that action at this time.
0 commit comments