Skip to content

Commit 4632388

Browse files
authored
Switch to ubi-micro:8.7 (#215)
Signed-off-by: Catherine Chan-Tse <[email protected]>
1 parent 6e30bde commit 4632388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/plugins/hybrid/v1alpha/scaffolds/internal/templates/dockerfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY controllers/ controllers/
5959
# Build
6060
RUN 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
6464
ENV HOME=/opt/helm \
6565
USER_NAME=helm \

testdata/hybrid/memcached-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY controllers/ controllers/
1717
# Build
1818
RUN 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

2222
ENV HOME=/opt/helm \
2323
USER_NAME=helm \

0 commit comments

Comments
 (0)