From 2f4c37476c80c6e3be1f9cbbfa0715a1cf3f4dd4 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Fri, 10 Nov 2023 20:03:34 +0100 Subject: [PATCH] trigger ci --- containers/rucio-client/Dockerfile | 4 +++- containers/rucio-noise/Dockerfile | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/containers/rucio-client/Dockerfile b/containers/rucio-client/Dockerfile index 9436878..98f0f1d 100644 --- a/containers/rucio-client/Dockerfile +++ b/containers/rucio-client/Dockerfile @@ -3,7 +3,7 @@ ARG BASETAG=release-32.0.0 ARG BUILD_DATE FROM $BASEIMAGE:$BASETAG -LABEL maintainer="VRE Team @ CERN 22/23 - E. Garcia, E. Gazzarrini, D. Gosein" +LABEL maintainer="VRE Team - DEV image" LABEL org.opencontainers.image.source https://github.com/vre-hub/vre LABEL org.label-schema.build-date=$BUILD_DATE @@ -42,3 +42,5 @@ USER user WORKDIR /home/user ENTRYPOINT ["/bin/bash"] + + diff --git a/containers/rucio-noise/Dockerfile b/containers/rucio-noise/Dockerfile index 22ba5c8..6213ade 100644 --- a/containers/rucio-noise/Dockerfile +++ b/containers/rucio-noise/Dockerfile @@ -48,3 +48,5 @@ RUN pip install -r /home/requirements.txt ENTRYPOINT ["/bin/bash"] + +