Open yarons opened 11 months ago
This file should build the Docker image and push it to ghcr, which means that from now on you can maintain versioning.
Versions should be declared like this (Inside the Dockerfile): ARG JFTZN So you can use these if you need to declare internal versioning.
ARG JFTZN
This is based on my Pritunl Zero builder implementation which is available here: https://github.com/yarons/pritunl-zero-docker/blob/main/.github/workflows/docker-image.yml
And the related Dockerfile which is using the ARG is here: https://github.com/yarons/pritunl-zero-docker/blob/main/Dockerfile
These are the final packages: https://github.com/yarons?tab=packages&repo_name=pritunl-zero-docker
We will make the adjustments required to your repository once it's built.
This file should build the Docker image and push it to ghcr, which means that from now on you can maintain versioning.
Versions should be declared like this (Inside the Dockerfile):
ARG JFTZN
So you can use these if you need to declare internal versioning.This is based on my Pritunl Zero builder implementation which is available here: https://github.com/yarons/pritunl-zero-docker/blob/main/.github/workflows/docker-image.yml
And the related Dockerfile which is using the ARG is here: https://github.com/yarons/pritunl-zero-docker/blob/main/Dockerfile
These are the final packages: https://github.com/yarons?tab=packages&repo_name=pritunl-zero-docker
We will make the adjustments required to your repository once it's built.