Skip to content

Commit

Permalink
use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Nov 18, 2023
1 parent 5967262 commit cd9c4d2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docker/Dockerfile.ngen
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ARG NGEN_BUILD_CONFIG_TYPE="Release" \
REPO_URL=https://github.com/NOAA-OWP/ngen.git \
BRANCH=master \
COMMIT \
WORKDIR=/ngen

WORKDIR=/ngen \
TAG_NAME

TAG_NAME ${TAG_NAME}
################################################################################################################
################################################################################################################
##### Create intermediate Docker build stage for building framework in Rocky Linux environment
ARG TAG_NAME
FROM awiciroh/ngen-deps:${TAG_NAME} as rocky_init_repo
ARG REPO_URL \
BRANCH \
Expand Down Expand Up @@ -40,7 +40,6 @@ RUN cd ${WORKDIR} \

################################################################################################################
################################################################################################################
ARG TAG_NAME
FROM awiciroh/ngen-deps:${TAG_NAME} as rocky_ngen_build_testing

COPY --chown=${USER} --from=rocky_init_repo ${WORKDIR}/ngen ${WORKDIR}/ngen
Expand All @@ -50,7 +49,6 @@ WORKDIR ${WORKDIR}/ngen
################################################################################################################
################################################################################################################
##### Create intermediate Docker build stage for building framework in Rocky Linux environment
ARG TAG_NAME
FROM awiciroh/ngen-deps:${TAG_NAME} as rocky_build_ngen

ARG REPO_URL \
Expand All @@ -71,8 +69,7 @@ ARG REPO_URL \
BUILD_CFE="true" \
BUILD_TOPMODEL="true" \
BUILD_PET="true" \
BUILD_SLOTH="true" \
TAG_NAME
BUILD_SLOTH="true"

COPY --chown=${USER} --from=rocky_init_repo ${WORKDIR}/ngen ${WORKDIR}/ngen
COPY --chown=${USER} --from=awiciroh/t-route:${TAG_NAME} ${WORKDIR}/t-route/wheels /tmp/t-route-wheels
Expand Down

0 comments on commit cd9c4d2

Please sign in to comment.