Custom Docker images for the geOrchetra team.
Currently host:
- sftp-server:
ghcr.io/camptocamp/georchestra-docker-images/sftp-server
- apache-nas:
ghcr.io/camptocamp/georchestra-docker-images/apache-nas
- Do your changes in the folder of the Docker image.
- Go to the workflow of the Docker image, example
.github/workflows/docker-build-sftp-server.yml
- Update the version of the Docker image for
VERSION:
. - Push your changes.
- Copy an existing workflow file based on sftp-server.
- Change the workflow name:
name:
. - Adapt the paths in
push.paths
. - For the step
docker_build
, adapt every parameter to the project name. - Set a version for the Docker image in
VERSION:
These workflows will be rebuilt every X time (0 0 1 * *
for most of them).
They will fetch the latest version for the version specified in the Dockerfile for FROM:
.
This allows to keep up to date Docker images.