Commit d4eedb3
committed
Containerfile : install util-linux-core in runtime
The `nsenter` binary is required as it's called before calling
`bootc status`. Let's install the RPM that ships it into the runtime
image.
This is not great as it pulls a lot of dependencies, so later on we
should probably do that in go.
Also make the containerfile use build args so we can use overrides to
pul the hummingbird images from another repo
Signed-off-by: jbtrystram <jbtrystram@redhat.com>1 parent 8ea3aaf commit d4eedb3
1 file changed
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
2 | 22 | | |
3 | 23 | | |
4 | 24 | | |
| |||
13 | 33 | | |
14 | 34 | | |
15 | 35 | | |
16 | | - | |
| 36 | + | |
| 37 | + | |
17 | 38 | | |
18 | 39 | | |
19 | 40 | | |
0 commit comments