Skip to content

Commit

Permalink
Merge pull request #2435 from openziti/tidy-dockerfile
Browse files Browse the repository at this point in the history
tidy Dockerfiles
  • Loading branch information
qrkourier authored Sep 23, 2024
2 parents 0a11c09 + 1affdff commit 7a99ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/docker-images/ziti-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM bitnami/kubectl AS bitnami-kubectl

# FIXME: This repo requires terms acceptance and is only available on registry.redhat.io.
# FROM registry.access.redhat.com/openshift4/ose-cli as openshift-cli
# FROM registry.access.redhat.com/openshift4/ose-cli AS openshift-cli

FROM registry.access.redhat.com/ubi9/ubi-minimal
# This build stage grabs artifacts that are copied into the final image.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/docker/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:rolling as fetch-ziti-bins
FROM ubuntu:rolling AS fetch-ziti-bins

# optional arg to specify which version to fetch when local "ziti-bin" directory is not present
ARG ZITI_VERSION_OVERRIDE
Expand Down

0 comments on commit 7a99ace

Please sign in to comment.