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/
59
59
# Build
60
60
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
61
61
62
- FROM registry.access.redhat.com/ubi8/ubi-minimal :8.4
62
+ FROM registry.access.redhat.com/ubi8/ubi-micro :8.7
63
63
64
64
ENV HOME=/opt/helm \
65
65
USER_NAME=helm \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY controllers/ controllers/
17
17
# Build
18
18
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
19
19
20
- FROM registry.access.redhat.com/ubi8/ubi-minimal :8.4
20
+ FROM registry.access.redhat.com/ubi8/ubi-micro :8.7
21
21
22
22
ENV HOME=/opt/helm \
23
23
USER_NAME=helm \
You can’t perform that action at this time.
0 commit comments