Skip to content
Snippets Groups Projects
Commit 09f2e8ce authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Use correct image names in FROM

parent dc4a990d
No related branches found
No related tags found
No related merge requests found
Pipeline #831 passed
ARG DEBIAN_RELEASE=buster 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/* RUN apt-get update && apt-get install -y python3-cffi python3-ply ansible yamllint && rm -rf /var/lib/apt/lists/*
ARG DEBIAN_RELEASE=stretch 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/* RUN apt-get update && apt-get install -y build-essential dpkg-dev quilt devscripts git curl && rm -rf /var/lib/apt/lists/*
ARG DEBIAN_RELEASE=stretch 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/* RUN apt-get update && apt-get install -y python3 python3-pip python3-venv flake8 curl && rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment