Received: from dal3relay156.mxroute.com (dal3relay156.mxroute.com [64.40.27.156]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E683C781AD4 for <~alpine/devel@lists.alpinelinux.org>; Wed, 9 Sep 2020 10:02:48 +0000 (UTC) Received: from filter003.mxroute.com ([168.235.111.26] 168-235-111-26.cloud.ramnode.com) (Authenticated sender: mN4UYu2MZsgR) by dal3relay156.mxroute.com (ZoneMTA) with ESMTPSA id 174725141e0000352a.001 for <~alpine/devel@lists.alpinelinux.org> (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 09 Sep 2020 10:02:42 +0000 X-Zone-Loop: 5a7e20d74d95167ba7bba74479bcdbf250ef51027641 X-Originating-IP: [168.235.111.26] Received: from friday.mxlogin.com (friday.mxlogin.com [159.69.65.104]) by filter003.mxroute.com (Postfix) with ESMTPS id 1AA5A6000B for <~alpine/devel@lists.alpinelinux.org>; Wed, 9 Sep 2020 10:02:41 +0000 (UTC) Reply-To: developer@it-offshore.co.uk Subject: Re: Alpine build server setup? To: ~alpine/devel@lists.alpinelinux.org References: <4adf46407194286d9ef22e4dc4a892fc@bsod.eu> From: Stuart Cardall Message-ID: Date: Wed, 9 Sep 2020 11:02:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <4adf46407194286d9ef22e4dc4a892fc@bsod.eu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-AuthUser: developer@it-offshore.co.uk To setup LXD in Alpine see: https://lunar.computer/posts/lxd-alpine/ To create a container: lxc launch images:alpine/3.12 container-name To access an Alpine LXD container console use something like: lxc exec container-name ash Stuart. On 9/9/20 9:46 AM, Francesco Colista wrote: > 13 maggio 2020 17:29, "Mogens Jensen" wrote: > >> Hi, >> >> I want to set up a private build server/repository for packages that need customization. It is not >> hard to setup something makeshift that would work, but if there is an offical Alpine way to >> configure such system, I would like to follow that. >> >> This is the documentation I have found: >> >> https://wiki.alpinelinux.org/wiki/Setting_up_a_compile_vserver_for_third_party_packages >> https://wiki.alpinelinux.org/wiki/User:Ncopa/buildserver >> >> The first setup uses Linux-VServer which is not available in Alpine anymore, the second uses LXC >> but still might be outdated as it is almost 6 years old. >> >> Are there any up-to-date information on setting up an Alpine build server? > Would be good to have the documentation updated, perhaps using docker. > > > .: Francesco Colista