It is recommended to use GitHub UI to build release versions of docker images. This way there is a guarantee that the image is built from the versioned version of the Dockerfile and does not contain any local changes. Additionally the image is labeled with the revision of the project during CI build so it is easy to trace back the source code used to build the image.
To build a docker image on GitHub UI:
- Go to the Actions page of the project.
- Select the Build and Push Docker Image workflow on the left.
- Click the
Run workflowbutton. - Select branch, set docker image name and tag and click the
Run workflowbutton.
We do not expect external contributions to this project.
This project is licensed under the terms of the GNU General Public License v3.0 only