Skip to content

Commit 24de649

Browse files
bootc-dev Botcgwalters
authored andcommitted
Sync common files from infra repository
Synchronized from bootc-dev/infra@61b769a. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
1 parent 7187771 commit 24de649

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e15b9622fcef58276464960124823108858dc646
1+
61b769aee4ec165dcbfd993aeaa10a7fae2cb629

.devcontainer/devcontainer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
1313
},
1414
"features": {},
1515
"runArgs": [
16-
// Minimal security options for nested podman (avoids --privileged):
17-
// - label=disable: Required for mounting /proc in nested user namespace
18-
// - unmask=/proc/*: Allows access to /proc paths needed for nested containers
16+
// In general we hope that the outer environment has set up
17+
// a user namespace to keep this secure.
18+
"--cap-add=all",
19+
// Required for mounting /proc in nested user namespace
1920
"--security-opt", "label=disable",
21+
// Allows access to /proc paths needed for nested containers
2022
"--security-opt", "unmask=/proc/*",
2123
// Device access for nested containers and VMs
2224
"--device", "/dev/net/tun",
25+
// I always want KVM
2326
"--device", "/dev/kvm"
2427
],
2528
"postCreateCommand": {

.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ runs:
7171
shell: bash
7272
run: |
7373
set -xeuo pipefail
74+
# renovate: datasource=github-releases depName=bootc-dev/bcvk
7475
export BCVK_VERSION=0.10.0
7576
# see https://github.com/bootc-dev/bcvk/issues/176
7677
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system python3-virt-firmware

0 commit comments

Comments
 (0)