Re: Heads Up: cirrus-ci is shutting down June 1st - Mailing list pgsql-hackers

From Jakub Wartak
Subject Re: Heads Up: cirrus-ci is shutting down June 1st
Date
Msg-id CAKZiRmyf_HXrq5hNFK6CHvFm3EXcB5tf4qTA-Yi3yJ2ABOKC7w@mail.gmail.com
Whole thread
In response to Re: Heads Up: cirrus-ci is shutting down June 1st  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Wed, Jun 3, 2026 at 2:21 AM Andres Freund <andres@anarazel.de> wrote:
>
> Hi,
[..]

7a-0002 README LGTM

> - 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?)

-J.



pgsql-hackers by date:

Previous
From: "cca5507"
Date:
Subject: Use streaming read I/O when enabling data checksums online
Next
From: Fujii Masao
Date:
Subject: Re: Fix race in ReplicationSlotRelease for ephemeral slots