summaryrefslogtreecommitdiff
path: root/archlinux-ignore/README
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-01-29 14:02:00 +0100
committerAki <please@ignore.pl>2023-01-29 14:02:00 +0100
commit089108ca45b0f3a1ea6cee7015f975f503e7e351 (patch)
tree0622dc987ae6643f10777d3decca0005b34fd3f6 /archlinux-ignore/README
downloaddocker-ignore-089108ca45b0f3a1ea6cee7015f975f503e7e351.zip
docker-ignore-089108ca45b0f3a1ea6cee7015f975f503e7e351.tar.gz
docker-ignore-089108ca45b0f3a1ea6cee7015f975f503e7e351.tar.bz2
Added archlinux-ignore docker definition
Diffstat (limited to 'archlinux-ignore/README')
-rw-r--r--archlinux-ignore/README16
1 files changed, 16 insertions, 0 deletions
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