Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 10, 2023
1 parent 4ef706e commit 2f4c374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containers/rucio-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -42,3 +42,5 @@ USER user
WORKDIR /home/user

ENTRYPOINT ["/bin/bash"]


2 changes: 2 additions & 0 deletions containers/rucio-noise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]



0 comments on commit 2f4c374

Please sign in to comment.