File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c13371b0ee670f39bac46ea1ed35081d2bf91d6c3dbd
1+ FROM docker.io/library/python:3.12-slim
2+ # Update base OS packages and clean up
3+ RUN set -eux; \
4+ apt-get update; \
5+ apt-get upgrade -y; \
6+ apt-get install -y --no-install-recommends \
7+ ca-certificates \
8+ gdal-bin \
9+ libgdal-dev \
10+ ; \
11+ rm -rf /var/lib/apt/lists/*
212
3- RUN pip install pip==25.3 setuptools==78.1.1
13+ # Upgrade Python packaging tools
14+ RUN pip install --no-cache-dir \
15+ pip>=25.3 \
16+ setuptools>=78.1.1
417
518RUN pip install --no-cache-dir rasterio click pystac loguru pyproj shapely && \
619 python -c "import rasterio"
Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c13371b0ee670f39bac46ea1ed35081d2bf91d6c3dbd
1+ FROM docker.io/library/python:3.12-slim
2+ # Update base OS packages and clean up
3+ RUN set -eux; \
4+ apt-get update; \
5+ apt-get upgrade -y; \
6+ apt-get install -y --no-install-recommends \
7+ ca-certificates \
8+ gdal-bin \
9+ libgdal-dev \
10+ ; \
11+ rm -rf /var/lib/apt/lists/*
212
3- RUN pip install pip==25.3 setuptools==78.1.1
13+ # Upgrade Python packaging tools
14+ RUN pip install --no-cache-dir \
15+ pip>=25.3 \
16+ setuptools>=78.1.1
417
518RUN pip install --no-cache-dir rasterio click loguru && \
619 python -c "import rasterio"
Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c13371b0ee670f39bac46ea1ed35081d2bf91d6c3dbd
1+ FROM docker.io/library/python:3.12-slim
2+ # Update base OS packages and clean up
3+ RUN set -eux; \
4+ apt-get update; \
5+ apt-get upgrade -y; \
6+ apt-get install -y --no-install-recommends \
7+ ca-certificates \
8+ gdal-bin \
9+ libgdal-dev \
10+ ; \
11+ rm -rf /var/lib/apt/lists/*
212
3- RUN pip install pip==25.3 setuptools==78.1.1
13+ # Upgrade Python packaging tools
14+ RUN pip install --no-cache-dir \
15+ pip>=25.3 \
16+ setuptools>=78.1.1
417
518RUN pip install --no-cache-dir rasterio scikit-image click loguru && \
619 python -c "import rasterio"
Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c13371b0ee670f39bac46ea1ed35081d2bf91d6c3dbd
1+ FROM docker.io/library/python:3.12-slim
2+ # Update base OS packages and clean up
3+ RUN set -eux; \
4+ apt-get update; \
5+ apt-get upgrade -y; \
6+ apt-get install -y --no-install-recommends \
7+ ca-certificates \
8+ gdal-bin \
9+ libgdal-dev \
10+ ; \
11+ rm -rf /var/lib/apt/lists/*
212
3- RUN pip install pip==25.3 setuptools==78.1.1
13+ # Upgrade Python packaging tools
14+ RUN pip install --no-cache-dir \
15+ pip>=25.3 \
16+ setuptools>=78.1.1
417
518RUN pip install --no-cache-dir pystac rio_stac loguru click stac_geoparquet && \
619 python -c "import rio_stac"
Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c13371b0ee670f39bac46ea1ed35081d2bf91d6c3dbd
1+ FROM docker.io/library/python:3.12-slim
2+ # Update base OS packages and clean up
3+ RUN set -eux; \
4+ apt-get update; \
5+ apt-get upgrade -y; \
6+ apt-get install -y --no-install-recommends \
7+ ca-certificates \
8+ gdal-bin \
9+ libgdal-dev \
10+ ; \
11+ rm -rf /var/lib/apt/lists/*
212
3- RUN pip install pip==25.3 setuptools==78.1.1
13+ # Upgrade Python packaging tools
14+ RUN pip install --no-cache-dir \
15+ pip>=25.3 \
16+ setuptools>=78.1.1
417
518RUN pip install --no-cache-dir pystac rio_stac loguru click && \
619 python -c "import rio_stac"
Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c13371b0ee670f39bac46ea1ed35081d2bf91d6c3dbd
1+ FROM docker.io/library/python:3.12-slim
2+ # Update base OS packages and clean up
3+ RUN set -eux; \
4+ apt-get update; \
5+ apt-get upgrade -y; \
6+ apt-get install -y --no-install-recommends \
7+ ca-certificates \
8+ gdal-bin \
9+ libgdal-dev \
10+ ; \
11+ rm -rf /var/lib/apt/lists/*
212
3- RUN pip install pip==25.3 setuptools==78.1.1
13+ # Upgrade Python packaging tools
14+ RUN pip install --no-cache-dir \
15+ pip>=25.3 \
16+ setuptools>=78.1.1
417
518RUN pip install --no-cache-dir --upgrade pip stac-asset boto3
You can’t perform that action at this time.
0 commit comments