CASMINST-4471 adjust init script for podman load behavior #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
podman load no longer allows the tagging of the image during a load op: containers/podman#7387
podman load
no longer accepts a name and tag. Instead you must load the image, and then run a separatepodman tag
command.I also check the labels of the image to ensure a match is found and the correct image is tagged:
KillMode=none
was changed toKillMode=control-group
to prevent the errors seen here: https://www.suse.com/support/kb/doc/?id=000020394Signed-off-by: Jacob Salmela [email protected]
Summary and Scope
Issue Type
Tested on redbull:
Prerequisites
Idempotency
N/A
Risks and Mitigations
Low