Skip to content

Commit

Permalink
Merge pull request #209 from MStokluska/bump-ubi-version
Browse files Browse the repository at this point in the history
bump ubi version to 8
  • Loading branch information
openshift-merge-robot authored Apr 9, 2021
2 parents ae9ef74 + ac0ad1d commit 1d9a3e9
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 @@ -21,7 +21,7 @@ COPY test/ test/
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o cloud-resource-operator main.go

FROM registry.access.redhat.com/ubi7/ubi-minimal:latest
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

ENV OPERATOR=/usr/local/bin/cloud-resource-operator \
USER_UID=1001 \
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi7/ubi-minimal:latest
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

ENV OPERATOR=/usr/local/bin/cloud-resource-operator \
USER_UID=1001 \
Expand Down

0 comments on commit 1d9a3e9

Please sign in to comment.