✏️ Exercise 1 ✏️

5. ✏️ Exercise 1 ✏️#

Conainer Deployment

Recall:

CI/CD Builds

Container builds can be automated, facilitating distribution an access:

apptainer pull env.sif oras://ghcr.io/<owner>/<env-sif>:1.0.0
Dedicated build environment

A dedicated build environment can facilitate development, testing and debugging.

Object storage can facilitate the transport of container binaries from the build to the production environment.

Local builds

A container build is a computational workload and should be treated as such, also on an HPC cluster.

Detached build environments

A conatiner build should be as independent from its build environment as possible.

Head over to the HelloWorld repository and have a look at HPC - Exo 1.