From 09f2e8cef4e66aa2f91d2f35eb2b25c6b4dfea19 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Wed, 1 May 2019 17:07:10 +0200 Subject: [PATCH] Use correct image names in FROM --- fsmpi-ansible/Dockerfile | 2 +- fsmpi-packages/Dockerfile | 2 +- fsmpi-python/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fsmpi-ansible/Dockerfile b/fsmpi-ansible/Dockerfile index 053d362..591a7ef 100644 --- a/fsmpi-ansible/Dockerfile +++ b/fsmpi-ansible/Dockerfile @@ -1,3 +1,3 @@ ARG DEBIAN_RELEASE=buster -FROM fsmpi-python:buster +FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:buster RUN apt-get update && apt-get install -y python3-cffi python3-ply ansible yamllint && rm -rf /var/lib/apt/lists/* diff --git a/fsmpi-packages/Dockerfile b/fsmpi-packages/Dockerfile index d304069..964b9e9 100644 --- a/fsmpi-packages/Dockerfile +++ b/fsmpi-packages/Dockerfile @@ -1,3 +1,3 @@ ARG DEBIAN_RELEASE=stretch -FROM fsmpi-base:${DEBIAN_RELEASE} +FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE} RUN apt-get update && apt-get install -y build-essential dpkg-dev quilt devscripts git curl && rm -rf /var/lib/apt/lists/* diff --git a/fsmpi-python/Dockerfile b/fsmpi-python/Dockerfile index f293f64..04e0fd3 100644 --- a/fsmpi-python/Dockerfile +++ b/fsmpi-python/Dockerfile @@ -1,3 +1,3 @@ ARG DEBIAN_RELEASE=stretch -FROM fsmpi-base:${DEBIAN_RELEASE} +FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE} RUN apt-get update && apt-get install -y python3 python3-pip python3-venv flake8 curl && rm -rf /var/lib/apt/lists/* -- GitLab