Hi, On 2026-06-03 13:30:01 +0200, Jakub Wartak wrote: > On Wed, Jun 3, 2026 at 2:21 AM Andres Freund <[email protected]> wrote: > > - changed the container URL to ghcr.io/anarazel/pg-vm-images/main, I > > replaced > > the main branch now. > > also qq, 7a-0001 has: > > + # Debian Trixie containers used by all Linux jobs. Built by > + # 'https://github.com/anarazel/pg-vm-images/'. > + CONTAINER_REPO: ghcr.io/anarazel/pg-vm-images/main > > $ skopeo inspect docker://ghcr.io/anarazel/pg-vm-images/master:latest > FATA[0000] Error parsing image name > "docker://ghcr.io/anarazel/pg-vm-images/master:latest": reading > manifest latest in ghcr.io/anarazel/pg-vm-images/master: manifest > unknown > > and I'm getting 404 with redir to > https://github.com/-/anarazel/packages/container/package/pg-vm-images%2Fmain > (maybe it should be made public to pull those containers?)
That's just the base url, the containers are below it. So it's e.g. ghcr.io/anarazel/pg-vm-images/main/linux_debian_trixie_ci:latest Greetings, Andres Freund
