Base Archlinux docker image (minimal from pacstrap).
latest tag: Only make + gcc (+libunistring) avaiable.
base-devel tag: All base-devel metapackage avaiable.
base tag: Minimal updated Archlinux image
Images created for testing purposes. I use them in my Github projects for compilation testings with wercker.com.
Base wercker.yml:
box: acidhub/archmake:latest
build:
steps:
- script:
name: Building...
code: |
make
make install
Content type
Image
Digest
sha256:5f961146b…
Size
143 MB
Last updated
almost 11 years ago
docker pull acidhub/archmake