Skip to content

Commit

Permalink
Upgrade Dockerfile base image from ubi7minimal to ubi8minimal
Browse files Browse the repository at this point in the history
From operator-sdk v0.11.0 version the base image
changed from ubi7-minimal to ubi8-minimal.
operator-framework/operator-sdk#1952
from registry.access.redhat.com/ubi7/ubi-minimal:latest to
registry.access.redhat.com/ubi8/ubi-minimal:latest
  • Loading branch information
miguelsorianod committed Feb 15, 2020
1 parent f755b18 commit dec6ec4
Showing 1 changed file with 1 addition and 1 deletion.
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/3scale-operator \
USER_UID=1001 \
Expand Down

0 comments on commit dec6ec4

Please sign in to comment.