Bifrost container deploy broken by dumb-init ENTRYPOINT
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Mark Goddard | ||
Rocky |
Fix Released
|
High
|
Mark Goddard | ||
Stein |
Fix Released
|
High
|
Mark Goddard |
Bug Description
Bifrost was broken by the recent kolla change [1] to use an ENTRYPOINT for dumb-init. The container failed to start because dumb-init was trying to run /sbin/init, which expects to be pid 1.
As seen in kayobe CI, the container keeps restarting:
REPOSITORY TAG IMAGE ID CREATED SIZE
kolla/centos-
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f1f89d0978ca kolla/centos-
Changed in kolla: | |
importance: | Undecided → High |
assignee: | nobody → Mark Goddard (mgoddard) |
Changed in kolla: | |
status: | New → In Progress |
Affects stable/rocky. Queens patch for dumb-init entrypoint has not yet merged, so that branch is not affected.