Sign inSign up

lukas1818/aur-builder

By lukas1818

Updated over 6 years ago

Image
0

239

lukas1818/aur-builder repository overview

aur-builder

Build a programm using the Arch User Repository. The container automatically installs build dependency if necessary.

You can find the programm in the folder pkg after build

exmaple docker-compose.yml

version: '3'
services:
  aur:
    image: lukas1818/aur-builder
    volumes:
      - ./build:/home/build/build
        #must be owned by user with uid 1000
    environment:
      PACKAGE_NAME: package_name

Tag summary

Content type

Image

Digest

Size

296.9 MB

Last updated

over 6 years ago

docker pull lukas1818/aur-builder