Skip to content

Base container definition used across uscuni projects.

License

Notifications You must be signed in to change notification settings

uscuni/container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base Docker container

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).

Build a new version

Update the environment file and/or Dockerfile if you want to make changes to the container.

  1. Update the DOCKER_ENV_VERSION in the Dockerfile, i.e. to 24.6 or 24.6.1 in case of a second version in the same month (example shows June 2024).
  2. Build the container with the version tag
docker build -t ghcr.io/uscuni/base:24.7 .
  1. Push the image to the GitHub Container Repository.
docker push ghcr.io/uscuni/base:24.7

About

Base container definition used across uscuni projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages