Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9189D782B58 for <~alpine/devel@lists.alpinelinux.org>; Tue, 15 Dec 2020 07:26:15 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 66E7615FFC3; Tue, 15 Dec 2020 07:26:14 +0000 (UTC) Received: from ncopa-desktop.lan (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id CE83115FFC2; Tue, 15 Dec 2020 07:26:13 +0000 (UTC) Date: Tue, 15 Dec 2020 08:26:09 +0100 From: Natanael Copa To: Ariadne Conill Cc: ~alpine/devel@lists.alpinelinux.org Subject: Re: [3.14] Release process change proposal: Add official Alpine Linux cloud images Message-ID: <20201215082609.552731cf@ncopa-desktop.lan> In-Reply-To: <134020455.7nPEQRCJ1u@nanabozho> References: <134020455.7nPEQRCJ1u@nanabozho> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 15 Dec 2020 02:29:08 GMT Ariadne Conill wrote: > Hello, > > I believe it is time (beyond time, really) for us to start mastering official > Alpine cloud images as part of the release process. This is something that > other distributions comparable to us have been doing for some time. Yes. But lets get 3.13 out first? ... > ## Benefits to Alpine > > Adopting the Alpine Linux EC2 images (and adjusting them to use cloud-init > [4]) would give users a clear path to an Alpine image on the cloud provider of > their choice, at least AWS, Google Cloud, Azure and Oracle would be targeted > to begin with. With a clear path to an officially supported image, predatory > vendors would find it more difficult to continue misusing the Alpine name and > reputation to sell their custom images and pass them off as official. I'd like to have linode on the list early too. I think it would be great if we could have alpine based images for CI systems, like github actions: ``` jobs: build: name: Build runs-on: alpine-latest ... ``` I suppose having cloud images is the first step. > ## Organizational Plan > > These images would be maintained by a new Cloud team which would > coordinate the image mastering process, as well as all packages > relating to using, creating and publishing the images. > > They would participate in the release management process, ensuring > that Alpine images are generated and published automatically by > the build servers when a release is generated. I suspect we may need more people on the infra team for that. > ## Support Requirements from Alpine Infrastructure Team > > The resources relating to the the community AMI image effort would be > transferred to the Infrastructure team. This primarily consists of a > small application that acts as a credential broker. > > Storage for the images would also become managed by the > infrastructure team, but most likely we could get the costs of > doing so offset as other distributions have. We may need to get more disk space for this on our master mirror. > A GitLab team would be created for the Cloud team so that they may > own packages and Git repositories in the Alpine project. > > Ariadne > > [1]: https://aws.amazon.com/marketplace/pp/B07Q4Q8KV5 is offered at a > starting rate of $0.50/hour or $2500 per year, is outdated and > has several CVEs in the image. No support or refunds are offered > for this image. > > [2]: The latest example being https://twitter.com/mistersql/status/ > 1337907929832452099 > > [3]: https://github.com/mcrute/alpine-ec2-ami/tree/master/releases > > [4]: cloud-init was recently brought to Alpine by Dermot Bradley > (minimal in IRC) largely for this purpose. >