Skip to content

Commit

Permalink
Create a new tar_file.met-base-v3.2.tgz tar file for the dependent li…
Browse files Browse the repository at this point in the history
…braries and update this Dockerfile to pull it. This is exact same as version 3.1 but for simplicity, we should keep version of the dependent library tar files consistent with the MET base image version number. Note that I'll delete and recreate the existing METbaseimage v3.2 release.
  • Loading branch information
JohnHalleyGotway committed Feb 17, 2024
1 parent 085be79 commit 98a9c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN wget https://www.python.org/ftp/python/${PYTHON_VER}/Python-${PYTHON_VER}.tg
# Compile the MET libraries
#
ARG MET_COMPILE_SCRIPT_BRANCH=develop
ARG MET_TAR_FILE_VERSION_NAME=met-base-v3.1
ARG MET_TAR_FILE_VERSION_NAME=met-base-v3.2
RUN echo "Pulling compilation script from MET branch ${MET_COMPILE_SCRIPT_BRANCH}" \
&& wget https://dtcenter.ucar.edu/dfiles/code/METplus/MET/installation/tar_files.${MET_TAR_FILE_VERSION_NAME}.tgz \
&& wget https://raw.githubusercontent.com/dtcenter/MET/${MET_COMPILE_SCRIPT_BRANCH}/internal/scripts/installation/compile_MET_all.sh \
Expand Down

0 comments on commit 98a9c96

Please sign in to comment.