Re: FreeBSD 14.0-CURRENT snapshots in Google Compute Engine

From: Alan Somers <asomers_at_freebsd.org>
Date: Wed, 17 Nov 2021 05:41:22 UTC
Thanks!  That's just what I was looking for.

On Tue, Nov 16, 2021 at 9:20 PM Li-Wen Hsu <lwhsu@freebsd.org> wrote:
>
> On Wed, Nov 17, 2021 at 11:56 AM Alan Somers <asomers@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