Official Arch Linux image after installing an AUR helper (yay and paru flavors exist)
50K+
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-aurFROM greyltc/archlinux-aur:paruFROM greyltc/archlinux-aur:yayFROM greyltc/archlinux-aur:paru-20210203.0.54FROM greyltc/archlinux-aur:yay-20210203.0.54FROM ghcr.io/greyltc/archlinux-aurFROM ghcr.io/greyltc/archlinux-aur:paruFROM ghcr.io/greyltc/archlinux-aur:yayFROM ghcr.io/greyltc/archlinux-aur:paru-20210203.0.54FROM ghcr.io/greyltc/archlinux-aur:yay-20210203.0.54Containers based on this one can do something like this to install PACKAGE from the AUR:
sudo -u ab -D~ bash -c 'yay -Syu --removemake --needed --noprogressbar --noconfirm PACKAGE'
So then in your Dockerfile, that would look something like:
RUN sudo -u ab -D~ bash -c 'yay -Syu --removemake --needed --noprogressbar --noconfirm PACKAGE'
Do this to poke around inside the container if you'd like:
docker run --name checkitout --pull=always --interactive --tty greyltc/archlinux-aur bash
Content type
Image
Digest
sha256:814496ff4…
Size
324.5 MB
Last updated
4 days ago
docker pull greyltc/archlinux-aur