Skip to content

Commit 0aeb4fe

Browse files
committed
update to newest py-rocket-base
* fix texlive install
1 parent 57c22cc commit 0aeb4fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

images/py-rocket-geospatial-2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/nmfs-opensci/py-rocket-base:2024.11.19
1+
FROM ghcr.io/nmfs-opensci/py-rocket-base:2025.02.05
22

33
LABEL org.opencontainers.image.maintainers="[email protected]"
44
LABEL org.opencontainers.image.author="[email protected]"
55
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/container-images/py-rocket-2
6-
LABEL org.opencontainers.image.description="Geospatial Python (3.11) and R (4.4) image with Desktop (QGIS, Panoply, CWUtils)"
6+
LABEL org.opencontainers.image.description="Geospatial Python (3.11) and R (4.4.1) image with Desktop (QGIS, Panoply, CWUtils)"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2024.11.19
8+
LABEL org.opencontainers.image.version=2025.02.05
99

1010
USER root
1111
# Install Zotero; must be run before apt since apt install zotero requires this script be run first

images/py-rocket-geospatial-2/install.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# install R dependencies
33

44
# to match rocker/verse:4.4 used in py-rocker-base
5-
# look up the date that the Rocker image was created and put that
6-
repo <- "https://p3m.dev/cran/__linux__/jammy/2024-05-13"
5+
# look up the CRAN env set in the Dockerfile used
6+
repo <- "https://p3m.dev/cran/__linux__/jammy/2024-10-30"
77

88
install.packages(c("rstac", "quarto", "aws.s3", "reticulate", "gdalcubes", "rnaturalearth"), repos=repo)
99
install.packages("rnaturalearthdata", repos=repo)

0 commit comments

Comments
 (0)