From 32176cea9345dfa7cb576d83bbaf23c429aa98c1 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Wed, 2 Feb 2022 10:43:37 -0800 Subject: [PATCH 1/2] Update to UBI 8.5 and go-build v0.54 --- Dockerfile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 6f580876d..8a23021a6 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -95,7 +95,7 @@ RUN wget -P /tmp https://ftp.debian.org/debian/pool/main/r/runit/runit_${RUNIT_V cd /tmp/admin/runit-${RUNIT_VER}/ && \ package/install -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 as ubi +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi ARG ARCH ARG GIT_VERSION ARG IPTABLES_VER From d3859f9b34acdfd9beb123def5bc6346823f87e0 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Thu, 3 Feb 2022 09:10:39 -0800 Subject: [PATCH 2/2] Use centos stream8 --- Dockerfile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 8a23021a6..a9bfdb58c 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -25,7 +25,7 @@ FROM ${BIRD_IMAGE} as bird # Use this build stage to build iptables rpm and runit binaries. # We need to rebuild the iptables rpm because the prepackaged rpm does not have legacy iptables binaries. # We need to build runit because there aren't any rpms for it in CentOS or ubi repositories. -FROM centos:8 as centos +FROM quay.io/centos/centos:stream8 as centos ARG ARCH ARG IPTABLES_VER