Skip to content

Commit

Permalink
Change Operator Check base image to ubi9 (#1578)
Browse files Browse the repository at this point in the history
Co-authored-by: Timothée Bavelier <97530782+tbavelier@users.noreply.github.com>
  • Loading branch information
levan-m and tbavelier authored Dec 18, 2024
1 parent a647e69 commit ca01a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-operator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG LDFLAGS
ARG GOARCH
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} GO111MODULE=on go build -a -ldflags "${LDFLAGS}" -o check-operator cmd/check-operator/main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
WORKDIR /
COPY --from=builder /workspace/check-operator .
USER 1001
Expand Down

0 comments on commit ca01a8d

Please sign in to comment.