Skip to content

Commit

Permalink
Merge pull request #1385 from caseydavenport/casey-update-repo-v3.20
Browse files Browse the repository at this point in the history
Update to UBI 8.5 and go-build v0.54
  • Loading branch information
caseydavenport authored Feb 3, 2022
2 parents a6cb18b + d3859f9 commit 449e819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 449e819

Please sign in to comment.