Skip to content

Commit

Permalink
Merge pull request #922 from openziti/921-docker-images-latest-and-11…
Browse files Browse the repository at this point in the history
…0-glibc_229-not-found

bump runner to RedHat9 w/ glibc 2.34
  • Loading branch information
qrkourier committed Aug 5, 2024
2 parents 741a6ad + 3a2b42c commit 5de63b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this builds docker.io/openziti/ziti-edge-tunnel
FROM registry.access.redhat.com/ubi8/ubi-minimal as fetch-ziti-artifacts
FROM registry.access.redhat.com/ubi9/ubi-minimal as fetch-ziti-artifacts
# This build stage grabs artifacts that are copied into the final image.
# It uses the same base as the final image to maximize docker cache hits.

Expand All @@ -11,7 +11,7 @@ ARG GITHUB_REPO
WORKDIR /tmp

### Add necessary Red Hat repos and packages
RUN INSTALL_PKGS="curl unzip" && \
RUN INSTALL_PKGS="unzip" && \
microdnf -y update --setopt=install_weak_deps=0 --setopt=tsflags=nodocs && \
microdnf -y install --setopt=install_weak_deps=0 --setopt=tsflags=nodocs ${INSTALL_PKGS}

Expand All @@ -24,7 +24,7 @@ RUN bash ./fetch-github-releases.sh ziti-edge-tunnel
#
################

FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal

### Required OpenShift Labels
LABEL name="openziti/ziti-edge-tunnel" \
Expand Down

0 comments on commit 5de63b6

Please sign in to comment.