Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 449e819

Browse files
Merge pull request #1385 from caseydavenport/casey-update-repo-v3.20
Update to UBI 8.5 and go-build v0.54
2 parents a6cb18b + d3859f9 commit 449e819

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM ${BIRD_IMAGE} as bird
2525
# Use this build stage to build iptables rpm and runit binaries.
2626
# We need to rebuild the iptables rpm because the prepackaged rpm does not have legacy iptables binaries.
2727
# We need to build runit because there aren't any rpms for it in CentOS or ubi repositories.
28-
FROM centos:8 as centos
28+
FROM quay.io/centos/centos:stream8 as centos
2929

3030
ARG ARCH
3131
ARG IPTABLES_VER
@@ -95,7 +95,7 @@ RUN wget -P /tmp https://ftp.debian.org/debian/pool/main/r/runit/runit_${RUNIT_V
9595
cd /tmp/admin/runit-${RUNIT_VER}/ && \
9696
package/install
9797

98-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 as ubi
98+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi
9999
ARG ARCH
100100
ARG GIT_VERSION
101101
ARG IPTABLES_VER

0 commit comments

Comments
 (0)