X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by lists.alpinelinux.org (Postfix) with ESMTP id 5A38CF85523 for ; Tue, 4 Jun 2019 20:51:48 +0000 (UTC) Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x54KkmW6059626 for ; Tue, 4 Jun 2019 16:51:47 -0400 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0a-001b2d01.pphosted.com with ESMTP id 2sww18ykqh-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 04 Jun 2019 16:51:47 -0400 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Jun 2019 21:46:44 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (9.149.109.198) by e06smtp04.uk.ibm.com (192.168.101.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 4 Jun 2019 21:46:42 +0100 Received: from d06av21.portsmouth.uk.ibm.com (d06av21.portsmouth.uk.ibm.com [9.149.105.232]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x54KkfHd52822176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 4 Jun 2019 20:46:41 GMT Received: from d06av21.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C62EF52054 for ; Tue, 4 Jun 2019 20:46:41 +0000 (GMT) Received: from oc7167334104.ibm.com (unknown [9.145.17.78]) by d06av21.portsmouth.uk.ibm.com (Postfix) with ESMTP id A38DA52052 for ; Tue, 4 Jun 2019 20:46:41 +0000 (GMT) Subject: Re: [alpine-devel] Building alpine linux from source code To: alpine-devel@lists.alpinelinux.org References: From: Tuan Hoang Date: Tue, 4 Jun 2019 22:46:41 +0200 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-TM-AS-GCONF: 00 x-cbid: 19060420-0016-0000-0000-000002845800 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19060420-0017-0000-0000-000032E16A11 Message-Id: <64c0f770-c27c-70f9-3518-ceb07576c21f@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-06-04_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=14 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1906040132 Hi, $ sudo apk add abuild $ sudo addgroup your-user abuild --- log out and log in --- $ abuild-keygen -a --- copy your pub key in ~/.abuild/ to /etc/apk/keys/ $ git clone git://git.alpinelinux.org/aports $ cd aports/scripts $ mkdir outdir workdir $ ./mkimage.sh --arch x86_64 --hostkeys --profile minirootfs \ --outdir outdir --workdir workdir \ --repository http://dl-cdn.alpinelinux.org/alpine/v3.9/main \ $ ./mkimage.sh --help for more info. Cheers, On 6/4/19 10:38 AM, Oguzhan Oezkut wrote: > Hello, >=20 > I working on a presentation=C2=A0about docker and alpine for the school= =2E >=20 > I would like to build certain alpine binaries from the scratch from > source code. I=E2=80=99m looking for the build script for > =E2=80=9C*alpine-minirootfs-3.9.4-x86_64.tar.gz*=E2=80=9D which is avai= lable at > http://dl-cdn.alpinelinux.org/alpine/v3.9/releases/x86_64/ >=20 > However, I looking for the exact source code and the build script and i= f > possible some information how to build, like build script parameters an= d > build environment. >=20 > It would be great if you could help me! >=20 > =C2=A0 >=20 > Thanks in advanced >=20 > Oguzhan >=20 > =C2=A0 >=20 > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: > alpine-devel+help@lists.alpinelinux.org --- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---