Skip to content

Commit

Permalink
Merge pull request #258 from VERITAS-Observatory/v490.6-container-mai…
Browse files Browse the repository at this point in the history
…ntainer

v490.6-dev3 container metadat updates
  • Loading branch information
GernotMaier authored Feb 4, 2024
2 parents d572b38 + 3988651 commit d3afc74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM rootproject/root:${ROOT_VERSION} AS build
ARG VBF_VERSION=0.3.4
ARG BUILD_BRANCH=main

LABEL maintainer.name="Eventdisplay Team"
LABEL maintainer.email="gernot.maier@desy.de"

# VBF
ADD https://syncandshare.desy.de/index.php/s/NrnZNKfT8WxFpcn/download /workdir/VBF-$VBF_VERSION.tar.gz
WORKDIR /workdir/
Expand All @@ -31,6 +28,9 @@ FROM rootproject/root:${ROOT_VERSION}
WORKDIR /opt/
COPY --from=build /opt/VBF /opt/VBF
COPY --from=build /opt/EventDisplay_v4 /opt/EventDisplay_v4

LABEL maintainer.name="Eventdisplay Team"
LABEL maintainer.email="gernot.maier@desy.de"

ENV EVNDISPSYS /opt/EventDisplay_v4
ENV VBFSYS /opt/VBF
Expand All @@ -48,4 +48,4 @@ ENV SOFASYS "${EVNDISPSYS}/sofa"
ENV VERITAS_DATA_DIR /opt/data
ENV VERITAS_LOG_DIR /opt/data
ENV VERITAS_USER_DATA_DIR /opt/user_data
ENV VERITAS_USER_USER_DIR /opt/user_data
ENV VERITAS_USER_USER_DIR /opt/user_data

0 comments on commit d3afc74

Please sign in to comment.