Thanks! That's just what I was looking for.
On Tue, Nov 16, 2021 at 9:20 PM Li-Wen Hsu <lw...@freebsd.org> wrote:
>
> On Wed, Nov 17, 2021 at 11:56 AM Alan Somers <asom...@freebsd.org> wrote:
> >
> > Google Compute Engine has images for 11.4-RELEASE, 12.2-RELEASE, and
> > 13.0-RELEASE. Are there any images for current snapshots, and if so
> > what are their names?
> > -Alan
>
> You can use this command to list all the images built by re:
>
> gcloud compute images list --no-standard-images
> --project=freebsd-org-cloud-dev
>
> gcloud is from net/google-cloud-sdk
>
> Li-Wen