Skip to content
Snippets Groups Projects
Commit d593508d authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

use silent mirroring system already in place

parent 435f10a2
No related branches found
No related tags found
No related merge requests found
Pipeline #106760 failed
image: registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:latest
services:
- registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:dind
variables:
DOCKER_HUB_MIRROR: "harbor.pasteur.fr/images/"
- registry-gitlab.pasteur.fr/dsi-tools/docker-images/docker:dind
......@@ -96,6 +93,7 @@ trigger_r_example:
branch: base-r
trigger_python_example:
needs: ["build"]
trigger:
......
FROM ${DOCKER_HUB_MIRROR}python:${PYTHON_VERSION}
FROM python:${PYTHON_VERSION}
# define geographic location during installation
ENV TZ=Etc/UTC
......
FROM ${DOCKER_HUB_MIRROR}ubuntu:focal
FROM ubuntu:focal
# define geographic location during R installation
ENV TZ=Etc/UTC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment