mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Merge branch 'add-warning-on-lsign-key' into 'master'
README: add note on lsign-key Closes #18 See merge request archlinux/archlinux-docker!58
This commit is contained in:
commit
183225149d
@ -16,6 +16,15 @@ While the images are regularly kept up to date it is strongly recommended runnin
|
||||
* `pacman` needs to work out of the box
|
||||
* All installed packages have to be kept unmodified
|
||||
|
||||
>>>
|
||||
⚠️⚠️⚠️ NOTE: For Security Reasons, these images strip the pacman lsign key.
|
||||
This is because the same key would be spread to all containers of the same
|
||||
image, allowing for malicious actors to inject packages (via, for example,
|
||||
a man-in-the-middle). In order to create an lsign-key run `pacman-key
|
||||
--init` on the first execution, but be careful to not redistribute that
|
||||
key.⚠️⚠️⚠️
|
||||
>>>
|
||||
|
||||
## Building your own image
|
||||
|
||||
[This repository](https://gitlab.archlinux.org/archlinux/archlinux-docker) contains all scripts and files needed to create a Docker image for Arch Linux.
|
||||
|
Loading…
Reference in New Issue
Block a user