From f69e77310dadec30b9b20b32bebc50b99bb81f44 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 5 Apr 2023 17:51:25 +0200 Subject: [PATCH] Draft distrobox image --- workstation/Containerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 workstation/Containerfile diff --git a/workstation/Containerfile b/workstation/Containerfile new file mode 100644 index 0000000..3a5738c --- /dev/null +++ b/workstation/Containerfile @@ -0,0 +1,8 @@ +# Build with: +# +# $ podman build --cap-add sys_chroot -f Containerfile -t quay.io/alexpdp7/toolbox:latest +# +# --cap-add sys_chroot is needed by Pacman, see https://wiki.archlinux.org/title/Podman#Add_SYS_CHROOT_capabilities_(Optional) + +FROM docker.io/library/archlinux:latest +RUN pacman -Syq --noconfirm ansible kubectl emacs-nox tanka puppet sshpass -- 2.47.3