[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
parent
0659df91f0
commit
2aabafc93c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue