Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Downgrade GeoNet/alpine-gdal to Alpine 3.15 #130

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure it's safe to remove the base layout directory structure package??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got build failed. Seems there's no such package in 3.15.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay that's fine

- ca-certificates-bundle
- tzdata
- gdal
Expand Down
Loading