-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #489 from dtcenter/feature_488_v5.1.0
Create the METplotpy v5.1.0 release #488
- Loading branch information
Showing
9 changed files
with
23 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ MAINTAINER Tatiana Burek <[email protected]> | |
# | ||
# This Dockerfile checks out METviewer from GitHub and builds the specified branch or tag. | ||
# | ||
ENV METVIEWER_GIT_NAME develop | ||
ENV METCALCPY_GIT_NAME develop | ||
ENV METPLOTPY_GIT_NAME develop | ||
ENV METDATAIO_GIT_NAME develop | ||
ENV METVIEWER_GIT_NAME main_v5.1 | ||
ENV METCALCPY_GIT_NAME main_v2.1 | ||
ENV METPLOTPY_GIT_NAME main_v2.1 | ||
ENV METDATAIO_GIT_NAME main_v2.1 | ||
|
||
# | ||
# Constants | ||
|
@@ -267,7 +267,7 @@ RUN pip install cartopy \ | |
&& pip install wheel==0.38.1 \ | ||
&& pip install python-dateutil==2.8.2 \ | ||
&& pip install opencv-python \ | ||
&& pip install pandas==1.5.1 | ||
&& pip install pandas==1.5.2 | ||
# | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash | ||
|
||
docker build -t $IMAGE_NAME \ | ||
--build-arg METVIEWER_GIT_NAME=v5.0.1 \ | ||
--build-arg METCALCPY_GIT_NAME=v2.0.1 \ | ||
--build-arg METDATAIO_GIT_NAME=v2.0.1 \ | ||
--build-arg METPLOTPY_GIT_NAME=v2.0.1 . | ||
--build-arg METVIEWER_GIT_NAME=v5.1.0 \ | ||
--build-arg METCALCPY_GIT_NAME=v2.1.0 \ | ||
--build-arg METDATAIO_GIT_NAME=v2.1.0 \ | ||
--build-arg METPLOTPY_GIT_NAME=v2.1.0 . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.0-rc3 | ||
5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters