mirror of
https://github.com/openziti/zrok.git
synced 2025-01-03 20:49:13 +01:00
backport v0.4 container changes
This commit is contained in:
parent
b4523ab359
commit
5575065583
6
.github/workflows/ci-build.yml
vendored
6
.github/workflows/ci-build.yml
vendored
@ -91,12 +91,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Set Up Container Image Tags for zrok CLI Container
|
- name: Set Up Container Image Tags for zrok CLI Container
|
||||||
env:
|
env:
|
||||||
RELEASE_REPO: openziti/zrok
|
ZROK_CONTAINER_IMAGE_REPO: ${{ vars.ZROK_CONTAINER_IMAGE_REPO || 'openziti/zrok' }}
|
||||||
ZROK_VERSION: ${{ steps.slug.outputs.branch_tag }}
|
ZROK_CONTAINER_IMAGE_TAG: ${{ steps.slug.outputs.branch_tag }}
|
||||||
id: tagprep_cli
|
id: tagprep_cli
|
||||||
run: |
|
run: |
|
||||||
DOCKER_TAGS=""
|
DOCKER_TAGS=""
|
||||||
DOCKER_TAGS="${RELEASE_REPO}:${ZROK_VERSION}"
|
DOCKER_TAGS="${ZROK_CONTAINER_IMAGE_REPO}:${ZROK_CONTAINER_IMAGE_TAG}"
|
||||||
echo "DEBUG: DOCKER_TAGS=${DOCKER_TAGS}"
|
echo "DEBUG: DOCKER_TAGS=${DOCKER_TAGS}"
|
||||||
echo DOCKER_TAGS="${DOCKER_TAGS}" >> $GITHUB_OUTPUT
|
echo DOCKER_TAGS="${DOCKER_TAGS}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
@ -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.9
|
||||||
# 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…
Reference in New Issue
Block a user