Skip to content
Snippets Groups Projects
Commit 1fa5041a authored by Tim Fritzen's avatar Tim Fritzen
Browse files

Added astro container

parent 76830c3a
No related branches found
No related tags found
No related merge requests found
Pipeline #7935 passed
---
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......@@ -107,3 +106,15 @@ website-bullseye:
stage: second
variables:
IMAGE_NAME: fsmpi-website
astro-buster:
extends: .build-buster
stage: second
variables:
IMAGE_NAME: fsmpi-astro
astro-bullseye:
extends: .build-bullseye
stage: second
variables:
IMAGE_NAME: fsmpi-astro
ARG DEBIAN_RELEASE=bullseye
FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:${DEBIAN_RELEASE}
RUN apt-get update -y
RUN apt-get install -y openssh-client rsync default-jre git
RUN apt-get upgrade -y nodejs yarn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment