public-transport / gtfs-via-postgres

Process GTFS Static/Schedule by importing it into a PostgreSQL database.
https://github.com/derhuerst/gtfs-via-postgres#gtfs-via-postgres
Other
87 stars 17 forks source link

Docker Image Missing #41

Closed langbein-daniel closed 1 year ago

langbein-daniel commented 1 year ago

Hi, many thanks for developing this project!


When following the link in the README to the provided Docker image, there is a 404 page from GitHub: https://github.com/public-transport/gtfs-via-postgres/pkgs/container/gtfs-via-postgres

Furthermore, I can't pull it with Docker: docker pull ghcr.io/public-transport/gtfs-via-postgres:

Error response from daemon: Head "https://ghcr.io/v2/public-transport/gtfs-via-postgres/manifests/latest": denied
derhuerst commented 1 year ago

This is because the following CI runs have all failed:

derhuerst commented 1 year ago

I have uploaded binaries manually to the gtfs-via-postgres@4.6.0 & gtfs-via-postgres@4.7.0 releases.

derhuerst commented 1 year ago

There also is a legacy Docker Hub repository docker.io/publictransport/gtfs-via-postgres, which contains images up to 4.5.1.

derhuerst commented 1 year ago

I have also pushed the ghcr.io/public-transport/gtfs-via-postgres:latest & ghcr.io/public-transport/gtfs-via-postgres:4 images to the GitHub Container Registry referenced in the docs.

derhuerst commented 1 year ago

I'll close this, given that the images are publicly available now.

The only leftover task: Getting the CI to run through again.

langfingaz commented 1 year ago

Many thanks for pushing the images manually and good luck with fixing the CI pipeline.