From d4a27985fa39061c6c1f4144390eb288a3415a78 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 13 2023 21:03:12 +0000 Subject: fedora-common-ostree: Default to `bash` That said, maybe someone wants to do something else for these images, but this is kind of the lowest common denominator... Part of https://pagure.io/releng/issue/11324 --- diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 14b3651..558a259 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -3,6 +3,10 @@ ref: fedora/rawhide/${basearch}/ostree-base automatic_version_prefix: "39" mutate-os-release: "39" +# Default to `bash` in our container, the same as other containers we ship. +container-cmd: + - /usr/bin/bash + include: fedora-common-ostree-pkgs.yaml # See https://github.com/coreos/bootupd