Skip to content

Commit

Permalink
link to container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhasenko authored Apr 4, 2024
1 parent 7def518 commit 471f59e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git/11-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ my_first_job:
This creates a single job named `my_first_job` and the `image:` key defines a
[docker image](https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b/)
which is used the define the environment that is used to run the job. In this case we use an
[official CERN AlmaLinux 9 image](https://linux.web.cern.ch/dockerimages/).
[official CERN AlmaLinux 9 image](https://gitlab.cern.ch:/linuxsupport/alma9-base/container_registry).
More images are listed at the [documentation pages](https://linux.web.cern.ch/dockerimages/) for linux at CERN.
The `script:` key then defines one or more commands which are executed
sequentially. If any of the command return a non-zero exit code the execution
stops and the "build" is marked as failed.
Expand Down

0 comments on commit 471f59e

Please sign in to comment.