Skip to content
Snippets Groups Projects
README.md 792 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
# Dockerfiles for base images used in KM3NeT

This repository contains `Dockerfiles` commonly used as base images for
KM3NeT software.

To see a list of all available Docker images in our Docker registry,
visit https://common.pages.km3net.de/dockerlist/index.html

Tamas Gal's avatar
Tamas Gal committed
The images are automatically built and pushed to the `docker.km3net.de`
repository under the `base` namespace, which means e.g. the image for
Tamas Gal's avatar
Tamas Gal committed
the `Dockerfile` `base/python:3` can be accessed by using the URL
Tamas Gal's avatar
Tamas Gal committed
`docker.km3net.de/base/python:3`.

Tamas Gal's avatar
Tamas Gal committed
To start up container and fire up a shell within, use the usual `docker`
Tamas Gal's avatar
Tamas Gal committed
commands like:

    docker run -it docker.km3net.de/base/centos:7

It is recommended to use these images in your `~/.gitlab-ci.yml` file for
continuous integrations instead of the public images from DockerHub.
Tamas Gal's avatar
Tamas Gal committed