chore: Update from ubi8-minimal:8.6 to ubi8-minimal:8.6-854 (#1461)
Change-Id: I80e76c2906717a634c985d16c200e3cbc9cbc7c3 Signed-off-by: Nick Boldt <nboldt@redhat.com>pull/1462/head
parent
35d212409c
commit
b415ce5e32
|
|
@ -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" && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue