Base container definition used across US CUNI projects.
Derived from the gds_env
by Dani Arribas-Bel licensed under BSD 3-Clause (Copyright (c) 2018, Dani Arribas-Bel).
Update the environment file and/or Dockerfile if you want to make changes to the container.
- Update the
DOCKER_ENV_VERSION
in theDockerfile
, i.e. to24.6
or24.6.1
in case of a second version in the same month (example shows June 2024). - Build the container with the version tag
docker build -t ghcr.io/uscuni/base:24.7 .
- Push the image to the GitHub Container Repository.
docker push ghcr.io/uscuni/base:24.7