mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
make the ziti cli available in zrok container
This commit is contained in:
parent
8b767acc62
commit
5c3b0b7e0b
@ -1,5 +1,5 @@
|
|||||||
# this builds docker.io/openziti/zrok
|
# 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.
|
# 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.
|
# It uses the same base as the final image to maximize docker cache hits.
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ LABEL name="openziti/zrok" \
|
|||||||
USER root
|
USER root
|
||||||
|
|
||||||
### add licenses to this directory
|
### add licenses to this directory
|
||||||
RUN mkdir -m0755 /licenses
|
RUN mkdir -p -m0755 /licenses
|
||||||
COPY ./LICENSE /licenses/apache.txt
|
COPY ./LICENSE /licenses/apache.txt
|
||||||
|
|
||||||
RUN mkdir -p /usr/local/bin
|
RUN mkdir -p /usr/local/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user