Skip to content

Commit

Permalink
podvm: aws: Copy dummy keys file into podvm
Browse files Browse the repository at this point in the history
- Needed to workaround guest-components issue

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Sep 25, 2023
1 parent 78d2d90 commit 9b82d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/image/copy-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

sudo mkdir -p /etc/containers
sudo cp /tmp/files/etc/agent-config.toml /etc/agent-config.toml
sudo cp /tmp/files/etc/aa-offline_fs_kbc-keys.json /etc/aa-offline_fs_kbc-keys.json
sudo cp -a /tmp/files/etc/containers/* /etc/containers/
sudo cp -a /tmp/files/etc/systemd/* /etc/systemd/
if [ -e /tmp/files/etc/aa-offline_fs_kbc-resources.json ]; then
Expand Down

0 comments on commit 9b82d54

Please sign in to comment.