Sign inSign up

acidhub/archmake

By acidhub

Updated almost 11 years ago

Base Archlinux + make + gcc

Image
1

1.5K

acidhub/archmake repository overview

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

Tag summary

Content type

Image

Digest

sha256:5f961146b

Size

143 MB

Last updated

almost 11 years ago

docker pull acidhub/archmake