make the ziti cli available in zrok container

This commit is contained in:
Kenneth Bingham 2023-04-04 23:45:05 -04:00
parent 8b767acc62
commit 5c3b0b7e0b
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -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