I have a web service built on a GDAL Docker image, found here:
This is the specific image and tag I'm using:
ghcr.io/osgeo/gdal:ubuntu-full-3.8.4
My own Dockerfile based on this image fails to build. I get the following error messages:
Reading package lists...E: Failed to fetch https://apache.jfrog.io/artifactory/arrow/ubuntu/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)E: The repository 'https://apache.jfrog.io/artifactory/arrow/ubuntu jammy InRelease' is not signed.
Visiting https://apache.jfrog.io/ returns an error. Apparently the host stopped serving the Apache subdomain on jfrog.io recently.
I don't think I'm using Apache Arrow in my own application. How do I get past this?