Skip to content

Commit

Permalink
Use the Gdal images from ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 31, 2023
1 parent 502f8ef commit 84dbd45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
groupName: 'all minor versions',
automerge: true,
},
{
matchDatasources: ['docker'],
matchPackageNames: ['ghcr.io/osgeo/gdal'],
versioning: 'regex:^(?<compatibility>.*)-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$',
},
/** Group Poetry packages */
{
matchPackageNames: ['poetry', 'pip'],
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osgeo/gdal:3.2.0 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.6.2 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"
SHELL ["/bin/bash", "-o", "pipefail", "-cux"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==1.4.0
poetry-plugin-export==1.3.0
poetry-plugin-tweak-dependencies-version==1.2.1
poetry-plugin-tweak-dependencies-version==1.3.0
poetry-dynamic-versioning==0.21.4
pip==23.0.1

0 comments on commit 84dbd45

Please sign in to comment.