[base] Update from ubi8-minimal:8.1-409 to ubi8-minimal:8.2-267 (#289)

Change-Id: I2f8a33b7c233c79f2fa5dfa95f703ee6e9b411ef
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/291/head
Nick Boldt 2020-05-29 22:43:21 -04:00 committed by GitHub
parent 0659df91f0
commit 2aabafc93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
GOOS=linux GOARCH=${ARCH} CGO_ENABLED=0 go build -mod=vendor -o /tmp/che-operator/che-operator cmd/manager/main.go
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.1-409
FROM registry.access.redhat.com/ubi8-minimal:8.2-267
COPY --from=builder /tmp/che-operator/che-operator /usr/local/bin/che-operator
COPY --from=builder /che-operator/templates/keycloak_provision /tmp/keycloak_provision