*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit c0e8cda2 authored by Muck, Katrin's avatar Muck, Katrin
Browse files

Removed builder folder (has its own repo now)

parent 8033e024
No related branches found
No related tags found
No related merge requests found
Pipeline #70613 failed with stage
in 3 seconds
......@@ -3,23 +3,6 @@ before_script:
- docker info
- mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" > ~/.docker/config.json
variables:
BUILD_IMG_TAG:
value: ""
description: "Semver type string that denotes the version of the singularity builder"
singularity-builder:
image: docker:stable
variables:
BUILD_IMG_NAME: docker003.vxs:5000/vsc/singularity-builder
script:
- cd singularity-builder
- docker build --network=host --tag $BUILD_IMG_NAME:$CI_COMMIT_SHA .
- docker push $BUILD_IMG_NAME:$CI_COMMIT_SHA
- docker push $BUILD_IMG_NAME:$BUILD_IMG_TAG
- docker push $BUILD_IMG_NAME:latest
when: manual
build-minimal:
image: docker003.vxs:5000/vsc/singularity-builder:latest
# only:
......
FROM docker003.vxs:5000/vsc/centos:7.6.1810.2
LABEL org.opencontainers.image.authors="katrin.muck@tuwien.ac.at"
LABEL org.opencontainers.image.vendor="VSC"
RUN yum --setopt=skip_missing_names_on_install=False -y install \
singularity \
&& yum clean all
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment