Skip to content

Commit

Permalink
CI: fix rootful container in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
  • Loading branch information
89luca89 committed Nov 19, 2023
1 parent 5066e62 commit 8fa9cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
image=${{ matrix.distribution }}
container_name="$(basename "${image}" | sed -E 's/[:.]/-/g')"
${DBX_CONTAINER_MANAGER} pull "${image}"
./distrobox create --yes -i "${image}" --name "${container_name}"
./distrobox create --yes --absolutely-disable-root-password-i-am-really-positively-sure -i "${image}" --name "${container_name}"
#case "${container_name}" in
# *init*)
# echo "SYSTEMD DETECTED: creating container with --init..."
Expand Down

0 comments on commit 8fa9cd3

Please sign in to comment.