Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/imagesets/oracle8conda/dev/spec-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.7.1-py312h03c6e1f_1.con
https://conda.anaconda.org/conda-forge/linux-64/pyre-1.12.5-py312h7f27a60_5.conda
https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py312h66e93f0_1.conda
https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.9.1-py312hdb827e4_0.conda
https://conda.anaconda.org/conda-forge/linux-64/pysolid-0.3.3-py312he6b159b_3.conda
https://conda.anaconda.org/conda-forge/linux-64/pysolid-0.3.4-py312h3f74e48_0.conda
https://conda.anaconda.org/conda-forge/linux-64/python-3.12.11-h9e4cc4f_0_cpython.conda
https://conda.anaconda.org/conda-forge/linux-64/python-eccodes-2.37.0-py312hc0a28a1_0.conda
https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-5_cp312.conda
Expand Down
4 changes: 2 additions & 2 deletions tools/imagesets/oracle8conda/runtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use pinned oraclelinux:8 image
ARG repository=cae-artifactory.jpl.nasa.gov:16003/gov/nasa/jpl/iems/sds/infrastructure/base/jplsds-oraclelinux
ARG tag=8.10.250401
ARG digest=sha256:e37c210f26cfe7660808e536937fcf6ac359b3ec5713211e46519d7a35973a57
ARG tag=8.10.260301
ARG digest=sha256:50cb5083eebf9a03c1f8328949df748e8b2b906750a488b16b111ca638a1b543
FROM ${repository}:${tag}@${digest}

# install latest miniforge
Expand Down
2 changes: 1 addition & 1 deletion tools/imagesets/oracle8conda/runtime/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- numpy>=1.20
- pyre>=1.12.5
- pyaps3>=0.3
- pysolid>=0.2
- pysolid>=0.3.4
- python>=3.9
- raider-base==0.5.3
- ruamel.yaml
Expand Down
2 changes: 1 addition & 1 deletion tools/imagesets/oracle8conda/runtime/spec-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.7.1-py312h03c6e1f_1.con
https://conda.anaconda.org/conda-forge/linux-64/pyre-1.12.5-py312h7f27a60_5.conda
https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py312h66e93f0_1.conda
https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.9.1-py312hdb827e4_0.conda
https://conda.anaconda.org/conda-forge/linux-64/pysolid-0.3.3-py312he6b159b_3.conda
https://conda.anaconda.org/conda-forge/linux-64/pysolid-0.3.4-py312h3f74e48_0.conda
https://conda.anaconda.org/conda-forge/linux-64/python-3.12.11-h9e4cc4f_0_cpython.conda
https://conda.anaconda.org/conda-forge/linux-64/python-eccodes-2.37.0-py312hc0a28a1_0.conda
https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-5_cp312.conda
Expand Down
Loading