Skip to content

Commit

Permalink
Per #521, for the main_v5.1 branch, set the METplus-Analysis dependen…
Browse files Browse the repository at this point in the history
…cy versions as main_v2.1 rather than develop. Note that DockerHub already uses the hooks/build file to define the dependencies... but the SonarQube workflow actually uses the versions listed in the Dockerifle. Note that issue #527 will clean up and refine this version depedency logic.
  • Loading branch information
JohnHalleyGotway committed Apr 23, 2024
1 parent 3905661 commit 45e2ed7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions internal/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MAINTAINER Tatiana Burek <[email protected]>
#

ARG METVIEWER_GIT_NAME
ARG METPLOTPY_GIT_NAME=develop
ARG METCALCPY_GIT_NAME=develop
ARG METDATAIO_GIT_NAME=develop
ARG METPLOTPY_GIT_NAME=main_v2.1
ARG METCALCPY_GIT_NAME=main_v2.1
ARG METDATAIO_GIT_NAME=main_v2.1

#
# METVIEWER_GIT_NAME is required.
Expand Down
6 changes: 3 additions & 3 deletions internal/scripts/docker/Dockerfile.apptainer
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MAINTAINER Tatiana Burek <[email protected]>
#

ARG METVIEWER_GIT_NAME
ARG METPLOTPY_GIT_NAME=develop
ARG METCALCPY_GIT_NAME=develop
ARG METDATAIO_GIT_NAME=develop
ARG METPLOTPY_GIT_NAME=main_v2.1
ARG METCALCPY_GIT_NAME=main_v2.1
ARG METDATAIO_GIT_NAME=main_v2.1

#
# METVIEWER_GIT_NAME is required.
Expand Down
6 changes: 3 additions & 3 deletions internal/scripts/docker/Dockerfile.copy
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MAINTAINER Tatiana Burek <[email protected]>
#

ARG SOURCE_BRANCH
ARG METPLOTPY_GIT_NAME=develop
ARG METCALCPY_GIT_NAME=develop
ARG METDATAIO_GIT_NAME=develop
ARG METPLOTPY_GIT_NAME=main_v2.1
ARG METCALCPY_GIT_NAME=main_v2.1
ARG METDATAIO_GIT_NAME=main_v2.1

#
# SOURCE_BRANCH is required to define the branch of the local METviewer repository.
Expand Down
6 changes: 3 additions & 3 deletions internal/scripts/docker/hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

docker build -t $IMAGE_NAME \
--build-arg METVIEWER_GIT_NAME=$SOURCE_BRANCH \
--build-arg METCALCPY_GIT_NAME=main_v2.1.0 \
--build-arg METDATAIO_GIT_NAME=main_v2.1.0 \
--build-arg METPLOTPY_GIT_NAME=main_v2.1.0 .
--build-arg METCALCPY_GIT_NAME=main_v2.1 \
--build-arg METDATAIO_GIT_NAME=main_v2.1 \
--build-arg METPLOTPY_GIT_NAME=main_v2.1 .

0 comments on commit 45e2ed7

Please sign in to comment.