-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Describe the bug
unable to finish the install on both ubuntu 24.04 or Debian 12. ends with this error.
containers.go:53: failed to build gdal container: exit status 1
To Reproduce
Steps to reproduce the behavior:
- Fresh install of Ubuntu 24.04 server or Debian 12
- install docker:
Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
Add the repository to Apt sources:
echo
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" |
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- Run sudo ./sequentially-generate-planet-mbtiles--unix-amd64-v3.1.0 -s
Expected behavior
should have set up the environment to produce mbtiles.
Screenshots
ERROR: failed to solve: process "/bin/sh -c if test "${GDAL_VERSION}" = "master"; then export GDAL_VERSION=$(curl -Ls https://api.github.com/repos/${GDAL_REPOSITORY}/commits/HEAD -H "Accept: application/vnd.github.VERSION.sha"); export GDAL_RELEASE_DATE=$(date "+%Y%m%d"); fi && apk add --no-cache cmake && if test "x${GDAL_BUILD_IS_RELEASE}" = "x"; then export GDAL_SHA1SUM=${GDAL_VERSION}; fi && if test "${RSYNC_REMOTE}" != ""; then echo "Downloading cache..."; rsync -ra
2024/05/18 08:41:02 containers.go:53: failed to build gdal container: exit status 1