Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v490.6-dev3 container metadat updates #258

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="[email protected]"

# 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="[email protected]"

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
Loading