You are not logged in.
Pages: 1
You should easily be able to create one.
Just pacstrap into a directory and gz it.
Offline
thanks
it's success, and script in https://github.com/bh1rio/archlinux32-docker
You should easily be able to create one.
Just pacstrap into a directory and gz it.
Offline
I had a quick glance at your script, I would suggest adding more than one mirror to your mirrorlist.
Reasons being to avoid overloading a single server (should your docker image become popular) and to handle downtime of that single server.
Offline
I set up pool.mirror.archlinux32.org pointing to all mirrors of the mirror list.
Once the mirror operators updated their configurations, you can use that dns as a round robin load balanced mirror equivalent.
Offline
I get:
* Server certificate:
* subject: CN=ind.mirror.pkgbuild.com
* start date: Nov 6 23:00:52 2017 GMT
* expire date: Feb 4 23:00:52 2018 GMT
* subjectAltName does not match pool.mirror.archlinux32.orgcurl https://pool.mirror.archlinux32.org/
curl: (51) SSL: no alternative certificate subject name matches target host name 'pool.mirror.archlinux32.org'
Offline
I get:
* Server certificate:
* subject: CN=ind.mirror.pkgbuild.com
* start date: Nov 6 23:00:52 2017 GMT
* expire date: Feb 4 23:00:52 2018 GMT
* subjectAltName does not match pool.mirror.archlinux32.orgcurl https://pool.mirror.archlinux32.org/
curl: (51) SSL: no alternative certificate subject name matches target host name 'pool.mirror.archlinux32.org'
pool.mirror.archlinux32.org is only accessable via http.
Offline
ah. I love firefox and friends. Now if I access a plain http site like pool.mirror.archlinux32.org (which returns a not found), I get
redirected to the HTTPs version?
Offline
ah. I love firefox and friends. Now if I access a plain http site like pool.mirror.archlinux32.org (which returns a not found), I get
redirected to the HTTPs version?
Exists over here. Did you try opening incognito?
Offline
nope, normal tab. Never mind, I most likely hit a non-working mirror (404) and then some weird stuff was happening. :-)
Offline
I set up pool.mirror.archlinux32.org pointing to all mirrors of the mirror list.
Once the mirror operators updated their configurations, you can use that dns as a round robin load balanced mirror equivalent.
cert error,cert is for ind.mirror.pkgbuild.com
error code: SSL_ERROR_BAD_CERT_DOMAIN
Offline
andreas_baumann wrote:I get:
* Server certificate:
* subject: CN=ind.mirror.pkgbuild.com
* start date: Nov 6 23:00:52 2017 GMT
* expire date: Feb 4 23:00:52 2018 GMT
* subjectAltName does not match pool.mirror.archlinux32.orgcurl https://pool.mirror.archlinux32.org/
curl: (51) SSL: no alternative certificate subject name matches target host name 'pool.mirror.archlinux32.org'pool.mirror.archlinux32.org is only accessable via http.
http will redirect to https
Offline
I had a quick glance at your script, I would suggest adding more than one mirror to your mirrorlist.
Reasons being to avoid overloading a single server (should your docker image become popular) and to handle downtime of that single server.
i will replace the mirror to mirror pool when the pool all right
.
.
.
en,re-post, i post too quickly?
;-)
Offline
I tried from a 64-bit host running Archlinux64 and LXR to build a i686 docker image.
@bh1rio: I changed your script a little bit on https://github.com/andreasbaumann/archlinux32-docker.
Mainly I don't get why the script fails after pkill haveged (I get the feeling that getting the PID of
the process and the doing a 'pid $PID' is safer).
I also had to fix some things around new pacman (arch-chroot requires a mount point).
Maye we should try a merge?
starting it with
docker run -ti archlinux32 bash
seems to work.
Offline
Currently the docker scripts fail, a new version will be available on https://git.archlinux32.org/archlinux32/docker.
Offline
Pages: 1