Move container entrypoint to tier 0

This commit is contained in:
Colin Walters 2023-09-28 16:29:56 -04:00
parent 67b635a1aa
commit 925d2a89cf
2 changed files with 4 additions and 4 deletions

View File

@ -18,6 +18,10 @@ etc-group-members:
- systemd-journal
- adm
# Default to `bash` in our container, the same as other containers we ship.
container-cmd:
- /usr/bin/bash
# Note that the default for c9s+ is sqlite; we can't rely on rpm being
# in the target (it isn't in tier-0!) so turn this to host here. This
# does break the "hermetic build" aspect a bit. Maybe eventually

View File

@ -2,10 +2,6 @@
# https://github.com/openshift/os/blob/71c974b1e456292033e3ef3fe7bcfe17d1855ebc/manifest.yaml#L12
# Only apply changes here that should apply to both FCOS and RHCOS.
# Default to `bash` in our container, the same as other containers we ship.
container-cmd:
- /usr/bin/bash
# These packages are either widely used utilities/services or
# are targeted for improving the general CoreOS user experience.
# It is intended to be kept generic so that it may be shared downstream with