testing webhook regex (CRW-3078) Revert "chore: Update from ubi8-minimal:8.6 to ubi8-minimal:8.6-854 (#1461)" (#1462)

This reverts commit b415ce5e32.

Change-Id: I512af0a89907fec817b8c0af43da4b7343ef4ece
pull/1463/head
Nick Boldt 2022-07-28 09:26:11 -03:00 committed by GitHub
parent b415ce5e32
commit f68aa4537e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go
# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.6-854
FROM registry.access.redhat.com/ubi8-minimal:8.6
# install httpd-tools for /usr/bin/htpasswd
RUN microdnf install -y httpd-tools && microdnf -y update && microdnf -y clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages" && \