Attempt: Add custom containers-policy.json

This commit is contained in:
2025-11-16 14:43:10 +09:00
parent 011fa92cdb
commit 8f80e0f85b
2 changed files with 36 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ set -ouex pipefail
# Copy System Files onto root
rsync -rvK /ctx/sys_files/ /
# Copy cosign.pub key into the right location
mkdir -p /etc/pki/containers
cp /ctx/cosign.pub /etc/pki/containers/davejansen.pub
### Install packages
# Packages can be installed from any enabled yum repo on the image.