From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E878A1392E8 for ; Wed, 14 Jul 2021 06:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C552E0B0E; Wed, 14 Jul 2021 06:59:44 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B15EEE0B0E for ; Wed, 14 Jul 2021 06:59:43 +0000 (UTC) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4GPpKB5GtbzDyC3 for ; Tue, 13 Jul 2021 23:59:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1626245982; bh=YkwaDqszlSHuIUuYVlva450RO+oLhBvy2kmR5gz3H5o=; h=From:Subject:Date:To:From; b=rZkak/MhzaTJDxt8PDy/NvVdMkNAhf8YbJB9BfaVeMTwlRegoIevht1AU83QIPWPy jRnKyP2KcXpwSL5XRG3THWPFiliz9vnFccL89R8iSnwzubhjDPNiHIU+o2GMRm0vCx 1h7Uff6MINIjmK2qfKzOSz2dBiK/hRTnij3LeOAo= X-Riseup-User-ID: CE6895A176BACC8837790EE3BBCAD2D214DB6946BA684CFCF78033F9CA8050D6 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4GPpKB3Ytyz1ySx for ; Tue, 13 Jul 2021 23:59:42 -0700 (PDT) From: Mark Kuebel Content-Type: multipart/alternative; boundary="Apple-Mail=_C5AFA1F3-F55B-4197-B1AF-CD8F7A41E469" Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.80.0.2.43\)) Subject: [gentoo-soc] Catalyst Container Functional Prototype Message-Id: <5F9D5D8F-B8A7-4D6A-9332-58BC9BC13DC4@riseup.net> Date: Wed, 14 Jul 2021 01:59:41 -0500 To: gentoo-soc@lists.gentoo.org X-Archives-Salt: 93862e7e-4ac1-4e22-b00c-f971356c94c0 X-Archives-Hash: 73c317cd5aad262ab28f879847e98fe0 --Apple-Mail=_C5AFA1F3-F55B-4197-B1AF-CD8F7A41E469 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hello everyone, this week has been very productive. With the GSoC box up = and running I have been implementing a base idea for how the container = system will work. There is a tool to create a docker image, which starts = up into an alpine container which configures and bootstraps a = user-targeted stage3. Once in the gentoo environment, catalyst is = installed and the docker image is finished building. This docker image = can then be started with run-time defined binds to directories in the = container from a specfile, startup script, and catalyst build and = packages directory. This allows the image to be run subsequently to = allow building of all three stages from a dockerfile built once. The functional prototype is available at: https://github.com/pandather/catalyst-containerized = =20 It should be easily configurable except for portage overlays at the = moment, across arches. Planned work now will consist of standardizing = the code based, arranging everything more logically, and providing a = configuration system that=E2=80=99s script and production ready, and = capable of tying into existing catalyst installations. Mark Joseph Kuebel Nick (libera.chat): pandather= --Apple-Mail=_C5AFA1F3-F55B-4197-B1AF-CD8F7A41E469 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
Hello everyone, this week has been very productive. With the = GSoC box up and running I have been implementing a base idea for how the = container system will work. There is a tool to create a docker image, = which starts up into an alpine container which configures and bootstraps = a user-targeted stage3. Once in the gentoo environment, catalyst is = installed and the docker image is finished building. This docker image = can then be started with run-time defined binds to directories in the = container from a specfile, startup script, and catalyst build and = packages directory. This allows the image to be run subsequently to = allow building of all three stages from a dockerfile built = once.

The = functional prototype is available at:
https://github.com/pandather/catalyst-containerized 
It should be easily configurable except for portage = overlays at the moment, across arches. Planned work now will consist of = standardizing the code based, arranging everything more logically, and = providing a configuration system that=E2=80=99s script and production = ready, and capable of tying into existing catalyst = installations.

Mark Joseph Kuebel
Nick (libera.chat): = pandather
= --Apple-Mail=_C5AFA1F3-F55B-4197-B1AF-CD8F7A41E469--