From 8117846f13642512374660a2ba8d0c4e898fb1a4 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 28 Jul 2022 10:18:20 -0300 Subject: [PATCH] Revert "testing webhook regex (CRW-3078) Revert "chore: Update from ubi8-minimal:8.6 to ubi8-minimal:8.6-854 (#1461)"" (#1463) This reverts commit f39406ad8fc51bb17a9f840854c5e3e29c8e498c. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f6346eff..b5db8ef80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +FROM registry.access.redhat.com/ubi8-minimal:8.6-854 # 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" && \