Skip to content

Commit

Permalink
chore: downgrade Gdal version to 3.4.3
Browse files Browse the repository at this point in the history
    The usage requires this version.
  • Loading branch information
junghao committed Oct 19, 2023
1 parent 218f456 commit 17f4fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ build:
- source: ./images/alpine-xslt/image.yaml
destination: ghcr.io/geonet/base-images/alpine-xslt:3.18
- source: ./images/alpine-gdal/image.yaml
destination: ghcr.io/geonet/base-images/alpine-gdal:3.18
destination: ghcr.io/geonet/base-images/alpine-gdal:3.15
- source: ./images/texlive/image.yaml
destination: ghcr.io/geonet/base-images/texlive:latest
- source: ./images/chart-centos7/Dockerfile
Expand Down
5 changes: 2 additions & 3 deletions images/alpine-gdal/image.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/v3.18/main
- https://dl-cdn.alpinelinux.org/alpine/v3.18/community
- https://dl-cdn.alpinelinux.org/alpine/v3.15/main
- https://dl-cdn.alpinelinux.org/alpine/v3.15/community
packages:
- alpine-baselayout-data
- ca-certificates-bundle
- tzdata
- gdal
Expand Down

0 comments on commit 17f4fac

Please sign in to comment.