From owner-freebsd-questions@freebsd.org Fri Oct 13 07:35:22 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70006E3F820 for ; Fri, 13 Oct 2017 07:35:22 +0000 (UTC) (envelope-from khaelin@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF05577BC0 for ; Fri, 13 Oct 2017 07:35:21 +0000 (UTC) (envelope-from khaelin@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id i124so19182254wmf.3 for ; Fri, 13 Oct 2017 00:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=Q7g2kXFWlSg1KswayX/VyUF3dpsmgLPz9L4sLvyGTcc=; b=Xo8u7RUWIiAoDdNjxF1WfMy3XQwj63qv+u1fnmKAN0nBitGMHJSNZ48Jmv2OTcAsMq vTBZEoAngtBXr1zUlZ08QT42HUwhtjwFLiwD9UBg+SRo9w0isXHkj3H683aM0gopoV+S tbyauybuNZYQHOTNGvsgbEOazEFmEASDzUW9WWl/faamSKb4vxNBiJd5ckNzVansk5Tn RGdmfYxIH1658QEWMWC3eZeLUM3jt+H/+E6MwKAwvf5v6W6+7dPtGoP5vMrBFfQ0xIsh kMj/pjhmZ5dOKwg3pfZXJafFkWOvrriN38AQcyrJBHwaOJwoOa7IixsVYl/ZP8VakHSa FdNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=Q7g2kXFWlSg1KswayX/VyUF3dpsmgLPz9L4sLvyGTcc=; b=dG/CARwa7j94qMM4ZM0ICSMyQ68zNqjPdiiNSPCqXlRWsSEtD1drUDJSLAqTEDdrM9 h8zY75aBIReiECpoFPr2KRx1tiwCgUfSqrTfdk3u8lieMbqbIt9AqqlYVic9a+53SJ5P /hAHHbuCRHnS5ovvHIFZydf0kxpNbwuJM/z7Jjz7/aoy2FdhPbIc3qXimDCk8iNXsPwN 7I73cCytDPo2bfw70gTlfEg0+/kZ6QimxfD/bZcEUp9TdgKUp4xWSYCbBbXYU1EjrHPa 5RU6Tyw4oJmzL0NZqaJDLhrBUIKvt3n/RneMMCHfHhxORt4mptV0qNHUBE/KCALfaTex mYlQ== X-Gm-Message-State: AMCzsaVbsQqfVcD1yXD4vjCR3aIxIhrDD3WfooPFhsv3lcOrsIQwAdsq rkcRTfMwz5xh2OwpiayTFiMiCmYN X-Google-Smtp-Source: ABhQp+RxntgTEEGnZIfuWJG3vEZBXQXZNHPiHbDS7F4POryxoAWfmdIblFEuD4cZEupfMKM4FRaCaA== X-Received: by 10.28.238.73 with SMTP id m70mr614452wmh.23.1507880120280; Fri, 13 Oct 2017 00:35:20 -0700 (PDT) Received: from valhala (2a01cb0405243e002fb920d2e225066d.ipv6.abo.wanadoo.fr. [2a01:cb04:524:3e00:2fb9:20d2:e225:66d]) by smtp.gmail.com with ESMTPSA id r63sm968821wmg.13.2017.10.13.00.35.19 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Oct 2017 00:35:19 -0700 (PDT) Date: Fri, 13 Oct 2017 09:35:18 +0200 From: Nicolas Martyanoff To: freebsd-questions@freebsd.org Subject: freebsd stable images in google cloud Message-ID: <20171013073518.GA796@valhala> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 07:35:22 -0000 Hi, The FreeBSD project releases RELEASE gcloud images. I found out that it also regularly releases STABLE images[1], which is very good. However it seems they have no associated image family[2]. Having stable image families, for example 'freebsd-11-1-stable' for all 11.1 stable images, would allow users to use "the last stable 11.1 image available". This would make life easier, for example when one uses scripts to build images and want these images to be based on the last stable version. Is there someone in particular in charge of these stable images ? Maybe I could help. Regards, [1] gcloud compute images list --project freebsd-org-cloud-dev --filter="name~'^freebsd-.*-stable-'" [2] https://cloud.google.com/compute/docs/images#image_families -- Nicolas Martyanoff http://snowsyn.net khaelin@gmail.com