Skip to content

Commit

Permalink
Updates dockerfile to be same as ENO (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
gburges authored Oct 10, 2023
1 parent 0fee57e commit 93c78fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598
WORKDIR /
COPY --from=builder /workspace/manager .
COPY --from=builder /workspace/manifest.yaml .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.9-2.1687187497 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16.1696540524 as builder
USER 0
RUN dnf install -y openssh-clients git make which jq python3

Expand Down

0 comments on commit 93c78fb

Please sign in to comment.