Archlinux Docker image with official repositories snapshots (base-devel)
536
Archlinux Docker image with official repositories snapshots (base-devel)
Archlinux Docker image with official repositories snapshots (base-devel), available at https://github.com/rafaelsoaresbr/archlinux. Timezone is set to utc and utf-8 locale is used. This repository provides archlinux images (FROM rafaelsoaresbr/archlinux) plus base-devel and pacaur.
To keep docker containers consistent it uses official repositories snapshots stored at the Arch Linux Archive. This allows installing new packages at a precise moment.
Synchronizing the pacman repository's by running pacman -Sy or upgrading with pacman -Syu is unnecessary and will have no impact. For production containers a specific build tag should be used. Testing should be done before updating the build tag in production containers to ensure the newer packages work with your codebase.
docker run --rm -ti rafaelsoares/archlinux-devel /bin/bash -c "pacaur -S --noconfirm package-query"
Sample project that uses this image to build an AUR package (Travis-CI):
https://github.com/rafaelsoaresbr/package-query
cryptsetup
device-mapper
dhcpcd
iproute2
jfsutils
linux
lvm2
man-db
man-pages
mdadm
nano
netctl
openresolv
pciutils
pcmciautils
reiserfsprogs
s-nail
systemd-sysvcompat
usbutils
vi
xfsprogs
latest
Content type
Image
Digest
Size
269.4 MB
Last updated
about 9 years ago
docker pull rafaelsoares/archlinux-devel