Skip to content

Commit 93c78fb

Browse files
authored
Updates dockerfile to be same as ENO (#874)
1 parent 0fee57e commit 93c78fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go
1919

2020
# Use distroless as minimal base image to package the manager binary
2121
# Refer to https://github.com/GoogleContainerTools/distroless for more details
22-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072
22+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598
2323
WORKDIR /
2424
COPY --from=builder /workspace/manager .
2525
COPY --from=builder /workspace/manifest.yaml .

Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.9-2.1687187497 as builder
2+
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16.1696540524 as builder
33
USER 0
44
RUN dnf install -y openssh-clients git make which jq python3
55

0 commit comments

Comments
 (0)