From nobody Wed Nov 17 05:41:22 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 887421897C8B for ; Wed, 17 Nov 2021 05:41:40 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oo1-f45.google.com (mail-oo1-f45.google.com [209.85.161.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HvBd03StVz4rNR; Wed, 17 Nov 2021 05:41:40 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oo1-f45.google.com with SMTP id v30-20020a4a315e000000b002c52d555875so631691oog.12; Tue, 16 Nov 2021 21:41:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MC7bDZ0nmbi6cSJpxkSsolL772CZRxXbGWHzZ14uSeo=; b=X0AQCOtEZjBtg+910CbLvixL35czNk4yOnucbI7ST6rbA/IbM2gas7udsXYV+OAL+g f4p8EgFJhP1dfrWRYYVcxr9yCUdkdsIigomdOoJIyFXEIp/DNLFUdzmkBWzbku197NAg +XthTxoz0sf3Kzyk3Llm73X2q2wyJ8Q1uAYT1fqxlddd4gJxPtoqaC8VdvPqqdDOQ2XD nrcQBp3yymJwNT+NrcGkFOOZNCcY4r1A7G3YCodJHhtRb4A2p2jbKfk1i6pkf+5S/NIB f/JAXivZfBcHMlYmm0J+1npgX84scQDJndSJQzF35hiqLsmcNFY30yBtKTT6nkrBoTu3 rfWg== X-Gm-Message-State: AOAM530PY/sOXNR5Sk8T4FNGybvjUa+UpwK5I1YgeSc/FYDJt0qaLJ1f 5HgAaP5GPv37+lFClu4v+ay1dSeQJrh/TgfE/94OuB4k X-Google-Smtp-Source: ABdhPJwnasmVJVYmBpDUFA4rKuubQ/TlIoB4RgYxYHMo/vaj8tchivTp8Jpb3vA/0rCbFQGdoWRdgHxzvWkuG/3KJw0= X-Received: by 2002:a4a:d0af:: with SMTP id t15mr7124301oor.12.1637127693389; Tue, 16 Nov 2021 21:41:33 -0800 (PST) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Tue, 16 Nov 2021 22:41:22 -0700 Message-ID: Subject: Re: FreeBSD 14.0-CURRENT snapshots in Google Compute Engine To: Li-Wen Hsu Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HvBd03StVz4rNR X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Thanks! That's just what I was looking for. On Tue, Nov 16, 2021 at 9:20 PM Li-Wen Hsu wrote: > > On Wed, Nov 17, 2021 at 11:56 AM Alan Somers 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