-
Notifications
You must be signed in to change notification settings - Fork 14
Upgrade podman to fix critical container issues #1126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
477f7ae
Follow-up to bb19d064, prune *all* unused images
troglobit d65c478
doc: update logo with new slogan
troglobit cfeefc1
doc: slight refresh and pivot
troglobit ab9b2f5
package/finit: bump to v4.14
troglobit b21043c
package/podman: bump 4.5.0 -> 4.9.5
troglobit 6b0145f
board/common: minor fix to usage text, and silence logs
troglobit 12df83e
board/common: allow containers to shut down properly
troglobit 66a5e53
board/common: fix container network change detection on pull
troglobit 8b39d3f
confd: explicitly declare cni backends
troglobit 313554d
test/case: minor, cleanup
troglobit 34dead1
test/case: disable mdns-allow-deny for release, unstable
troglobit 86df54c
test/case/infix_containers: ensure IP forwarding is enabled
troglobit 7f829cf
test/case/infix_containers: new test, verify enable/disable
troglobit 950a6ef
test/case/infix_containers: new test, verify environment
troglobit fc7e1d0
test/case/infix_containers: extend retry for containers
troglobit 1d0c2be
patches: silence libyang "Obsolete schema node" warnings in log
troglobit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
board/common/rootfs/etc/finit.d/available/[email protected]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # Start a container instance (%i) and redirect logs to /log/container | ||
| # Give podman enough time to properly shut down the container. Every | ||
| # time we start a container we run the setup stage, disable the Finit | ||
| # timeout to allow the setup stage to run to completion. | ||
| sysv log:prio:local1,tag:%i kill:10 pid:!/run/container:%i.pid \ | ||
| pre:0,/usr/sbin/container cleanup:0,/usr/sbin/container \ | ||
| # Give podman enough time to properly shut down the container, kill:30 | ||
| # The pre:script, which is responsibe for fetching a remote image, must | ||
| # not have a timeout. The cleanup should take no longer than a minute. | ||
| sysv log:prio:local1,tag:%i kill:30 pid:!/run/container:%i.pid \ | ||
| pre:0,/usr/sbin/container cleanup:60,/usr/sbin/container \ | ||
| [2345] <!> :%i container -n %i -- container %i |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.