From 533ba0beca7cf62e4e539958c20013c09b64a5c1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 4 Feb 2022 10:18:47 -0500 Subject: [PATCH] manifest: Add `container-cmd` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Builds on https://github.com/coreos/rpm-ostree/pull/3402 Relates to https://github.com/coreos/coreos-assembler/issues/2685 Basically, source of truth for the CMD moves from being hardcoded in cosa hackiliy to being part of the ostree commit, which means it survives a full round trip of ostree → container → ostree → container --- manifests/fedora-coreos.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/fedora-coreos.yaml b/manifests/fedora-coreos.yaml index cd6344903f..bf57ec1cbf 100644 --- a/manifests/fedora-coreos.yaml +++ b/manifests/fedora-coreos.yaml @@ -11,6 +11,9 @@ rojig: add-commit-metadata: fedora-coreos.stream: ${stream} +container-cmd: + - /usr/bin/bash + include: fedora-coreos-base.yaml conditional-include: - if: prod == false