From 089108ca45b0f3a1ea6cee7015f975f503e7e351 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 29 Jan 2023 14:02:00 +0100 Subject: Added archlinux-ignore docker definition --- archlinux-ignore/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 archlinux-ignore/README (limited to 'archlinux-ignore/README') diff --git a/archlinux-ignore/README b/archlinux-ignore/README new file mode 100644 index 0000000..1e11ee1 --- /dev/null +++ b/archlinux-ignore/README @@ -0,0 +1,16 @@ +Using this image as base +^^^^^^^^^^^^^^^^^^^^^^^^ +As per usual concern pacman lsign key should not be distributed. If you want to update packages you need to initialize +public keyring: + + # pacman-key --init + # pacman-key --populate + +After this you can update and install packages as needed: + + # pacman -Sy archlinux-keyring && pacman -Su + # pacman -S butler-git + +If you want to distribute the image afterwards then you should strip the lsign key from the image: + + # rm -rf /etc/pacman.d/gnupg -- cgit v1.1