-
Notifications
You must be signed in to change notification settings - Fork 83
Merge remote-tracking branch 'upstream/podman-5.8' into merge-back #635
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
47 commits
Select commit
Hold shift + click to select a range
f4c92a9
Merge pull request #529 from TomSweeneyRedHat/dev/tsweeney/common-0.66.1
Luap99 2f2b021
storage/internal/tempdir: add StageAddition()
Luap99 7f23d54
storage: simplify ApplyDiff() in overlay driver
Luap99 10ab058
overlay: add getLayerPermissions()
Luap99 35cbb6f
overlay: add StartStagingDiffToApply()
Luap99 c2357f9
storage: don't buffer tar split file in memory
Luap99 f6e07a4
storage: rework applyDiffWithOptions()
Luap99 82a7f15
storage: support staged addition of layers
Luap99 fea087c
storage: don't lock container store in putLayer
Luap99 2404422
storage: extract layer mapping into separate function
Luap99 acae81f
storage: extract id or name conflict check into function
Luap99 79616ad
storage: do conflict checks before staging untar
Luap99 2883b09
storage: remove NaiveCreateFromTemplate()
Luap99 54161d3
storage: remove parent param from ApplyDiff()
Luap99 03d1714
storage: rename stagedLayerOptions to layerCreationContents
Luap99 fed6fe1
storage: don't use stagedLayerExtract when mountLabel is set
Luap99 c420709
storage: inline putLayer
Luap99 8f14b0a
storage: check for close error on the tar split file
Luap99 2c58dde
cirrus: test against released skopeo
Luap99 31bc490
Merge pull request #599 from Luap99/podman-5.8
mheon 22d9d9c
Add a DefaultNetwork field to NetworkInfo
kyounghunJang 47de5a4
Convert default_network from snake_case to camelCase
kyounghunJang 4ca2b09
Do not block try lock on state mutex
koct9i 52ca8fb
Cleanup manpage formatting
siretart ffb4375
idtools: avoid direct use of C.stderr to fix musl cgo build failures
clan 857c346
Set the MIME type on created OCI indices/manifests
mtrmac d938980
seccomp: block AF_VSOCK sockets
giuseppe 32a8375
Add DockerProxy field for dynamic proxy configuration
d1241f8
fix debug log for #579
lyp256 89d4270
Merge pull request #601 from Luap99/podman-5.8
mheon 90383df
common: safer use of `filepath.EvalSymlinks()` in `findBindir()`
chawyehsu a79d33c
Merge pull request #616 from l0rd/pr-612-to-5.8
Luap99 bb290dc
[podman-5.8] Bump storage to v1.62.0
b4ff26e
Merge pull request #626 from TomSweeneyRedHat/dev/tsweeney/dance-5.8-1
mheon d5d959a
[podman-5.8] Bump storage to 1.62.0 in image
a1da33b
[podman-5.8] Bump image to v5.39.0
117e15b
Merge pull request #629 from TomSweeneyRedHat/dev/tsweeney/dance-5.8-2
mheon c41710e
[podman-5.8] Add missing image go.sum
80fb329
[podman-5.8] Bump to image 5.39.1
a5fe544
github: run validation workflow also on release branches
Luap99 071bdd3
Merge pull request #630 from TomSweeneyRedHat/dev/tsweeney/dance-5.8-3
Luap99 6d3663d
[podman-5.8] Bump image to v5.39.1, storage to v1.62.0
078c746
[podman-5.8] Common to v0.67.0
e5d702b
Merge pull request #633 from TomSweeneyRedHat/dev/tsweeney/dance-5.8-5
Luap99 c726c1c
Merge pull request #632 from Luap99/validate-branch-5.8
mtrmac d27754a
Merge remote-tracking branch 'upstream/podman-5.8' into merge-back
Luap99 d92a871
validate: fetch all commits
Luap99 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
EPOCH_TEST_COMMITlogic should restrict us to only the relevant commits… assuming the merge base is sufficiently represented in the sparse checkout. I guess the issue here is that thepodman-5.8branch is not actually branched frommain, but frompodman-5.7, and the merge commit from #533 is very deep in themainbranch, so it was probably not visible due tofetch-depth.It would be interesting to verify; but, meh, it’s a few extra seconds, and we can’t spare the time. Also, even if that hypothesis were true, I don’t know what we can do differently in
actions/checkout.