Skip to content

Commit

Permalink
manifest: Add container-cmd
Browse files Browse the repository at this point in the history
Builds on coreos/rpm-ostree#3402

Relates to coreos/coreos-assembler#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
  • Loading branch information
cgwalters committed Mar 7, 2022
1 parent 3e22b59 commit 5e10728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ variables:

releasever: 35

container-cmd:
- /usr/bin/bash

repos:
# These repos are there to make it easier to add new packages to the OS and to
# use `cosa fetch --update-lockfile`; but note that all package versions are
Expand Down

0 comments on commit 5e10728

Please sign in to comment.