Skip to content

Commit

Permalink
- Updated to opendap/besd:3.21.0-46
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellh0079 committed Jan 26, 2024
1 parent 54166f5 commit 58ef0db
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opendap/besd:3.20.13-998
FROM opendap/besd:3.21.0-46
RUN yum -y update && \
yum -y upgrade
HEALTHCHECK NONE
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
This repo consists of two components. The DMR++ activity terraform module and a python CLI to the DMR++ Docker
container.

Current OPeNDAP BESD image:
https://github.com/ghrcdaac/dmrpp-generator/blob/ce1b53772cf9d501d4576a8d94f4f6868e526f7d/Dockerfile#L1

## Versioning
We are following `v<major>.<minor>.<patch>` versioning convention, where:
* `<major>+1` means we changed the infrastructure and/or the major components that makes this software run. Will definitely
Expand Down
2 changes: 1 addition & 1 deletion dmrpp_generator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v4.2.2"
__version__ = "v4.3.0"
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
attrs==23.1.0
attrs==23.2.0
boto3==1.26.165
botocore==1.29.165
certifi==2023.11.17
charset-normalizer==3.3.2
cumulus-message-adapter==2.0.3.post1
cumulus-message-adapter-python==2.2.0
cumulus-process==1.3.0
cumulus-message-adapter==2.0.3
cumulus_message_adapter_python==2.2.0
cumulus_process==1.3.0
decorator==5.1.1
dicttoxml==1.7.16
idna==3.6
jmespath==1.0.1
jmespath==0.10.0
jsonpath-ng==1.4.3
jsonschema==4.17.3
ply==3.11
Expand All @@ -18,5 +18,6 @@ python-dateutil==2.8.2
python-json-logger==0.1.11
requests==2.31.0
s3transfer==0.6.2
six==1.16.0
six==1.12.0
typed-ast==1.5.5
urllib3==1.26.18
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: Freeware',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.10',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 58ef0db

Please sign in to comment.