Skip to content

Commit

Permalink
chore: upgrade alpine-gdal to alpine:1.18
Browse files Browse the repository at this point in the history
This upgrade makes the container able to run Go 1.21 compiled binaries.
  • Loading branch information
junghao authored and Mossman1215 committed Feb 29, 2024
1 parent 5f72733 commit f4106c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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.15
destination: ghcr.io/geonet/base-images/alpine-gdal:3.18
- source: ./images/texlive/image.yaml
destination: ghcr.io/geonet/base-images/texlive:latest
- source: ./images/chart-centos7/Dockerfile
Expand Down
6 changes: 4 additions & 2 deletions images/alpine-gdal/image.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/v3.15/main
- https://dl-cdn.alpinelinux.org/alpine/v3.15/community
- https://dl-cdn.alpinelinux.org/alpine/v3.18/main
- https://dl-cdn.alpinelinux.org/alpine/v3.18/community
packages:
- ca-certificates-bundle
- tzdata
- gdal
- gdal-driver-HDF5
- gdal-driver-PNG

archs:
- x86_64
Expand Down

0 comments on commit f4106c3

Please sign in to comment.