Sign inSign up

rafaelsoares/archlinux-devel

By rafaelsoares

Updated about 9 years ago

Archlinux Docker image with official repositories snapshots (base-devel)

Image
0

536

rafaelsoares/archlinux-devel repository overview

archlinux

Archlinux Docker image with official repositories snapshots (base-devel)

Overview

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.

Snapshot repository

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.

Usage

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

Excluded base packages

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

Build tags

latest

Tag summary

Content type

Image

Digest

Size

269.4 MB

Last updated

about 9 years ago

docker pull rafaelsoares/archlinux-devel