You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how to solve this, but there's a whole bunch of Containerfile commands that do not work or work differently with bootc containers. As a user, I don't see a warning at build or runtime about these:
EXPOSE: Has no effect.
ENTRYPOINT: /sbin/init should be the CMD ... and the usual CMD related to the workload needs to become a systemd service or quadlet?
STOPSIGNAL: Seems this always needs to be SIGRTMIN+3?
I don't know how to solve this, but there's a whole bunch of Containerfile commands that do not work or work differently with bootc containers. As a user, I don't see a warning at build or runtime about these:
/sbin/init
should be theCMD
... and the usualCMD
related to the workload needs to become a systemd service or quadlet?podman run
vs.bootc switch
my container image #439Others?
Again, Not sure how these would work. but the user is seems to be expected to discover these differences.
The text was updated successfully, but these errors were encountered: