The Official Arch Linux Docker image after installing an AUR helper. (containers for both yay and paru)
FROM archlinux:base-devel
( see https://hub.docker.com/_/archlinux )latest
, 20210203.0.54
, yay
, yay-20210203.0.54
builds with yay helperparu
, paru-20210203.0.54
builds with paru helperFROM greyltc/archlinux-aur
FROM greyltc/archlinux-aur:paru
FROM greyltc/archlinux-aur:yay
FROM greyltc/archlinux-aur:paru-20210203.0.54
FROM greyltc/archlinux-aur:yay-20210203.0.54
FROM ghcr.io/greyltc-org/archlinux-aur
FROM ghcr.io/greyltc-org/archlinux-aur:paru
FROM ghcr.io/greyltc-org/archlinux-aur:yay
FROM ghcr.io/greyltc-org/archlinux-aur:paru-20210203.0.54
FROM ghcr.io/greyltc-org/archlinux-aur:yay-20210203.0.54
To install stuff in a container based on this project you can put something like the following in your Dockerfile:
RUN aur-install aur-package1 aur-package2 non-aur-package3
Do this to poke around inside the container if you'd like:
docker run --name checkitout --pull=always --interactive --tty ghcr.io/greyltc-org/archlinux-aur bash