From 0c91f9fe4b64dd192a0bede25b39e6561a676d85 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 4 Apr 2023 23:45:05 -0400 Subject: [PATCH] make the ziti cli available in zrok container --- docker/images/zrok/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/images/zrok/Dockerfile b/docker/images/zrok/Dockerfile index 49e04206..5f863154 100644 --- a/docker/images/zrok/Dockerfile +++ b/docker/images/zrok/Dockerfile @@ -1,5 +1,5 @@ # this builds docker.io/openziti/zrok -FROM registry.access.redhat.com/ubi8/ubi-minimal +FROM docker.io/openziti/ziti-cli:0.27.7 # 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. @@ -20,7 +20,7 @@ LABEL name="openziti/zrok" \ USER root ### add licenses to this directory -RUN mkdir -m0755 /licenses +RUN mkdir -p -m0755 /licenses COPY ./LICENSE /licenses/apache.txt RUN mkdir -p /usr/local/bin