Jan Rodák
303d6c0d84
Vendor container-libs@main
...
Signed-off-by: Jan Rodák <hony.com@seznam.cz >
2026-06-11 16:10:22 +02:00
Brent Baude
2e6f29a2df
RUN-4538: Fix buildah vendoring
...
This PR reflects the upstream change of moving the buildah module from
github.com/containers/buildah to go.podman.io/buildah.
Signed-off-by: Brent Baude <bbaude@redhat.com >
2026-04-21 14:27:58 -05:00
Matthew Heon
5e94c95ad0
Move to deterministic network setup order
...
This was implemented by containers/netavark #1369 ; this commit
completes the process by wiring it into Podman. We now respect
the CLI order for configured networks - if a user passes
`--net net1,net2` we guarantee that net1 will be configured
before net2.
For containers created before this patch, we don't retain enough
information to configure networks in CLI order, so we use
alphabetical order instead to still guarantee consistency.
No breaking API changes have been made, but we do add a new
field to supplement the existing map to (optionally) provide
ordering information. The Podman CLI will always pass this.
Existing applications that do not will, again, receive]
deterministic ordering based on an alphabetical sort of network
names.
This requires the latest version of Netavark to work properly.
Signed-off-by: Matthew Heon <matthew.heon@pm.me >
2026-04-17 10:00:32 -04:00
renovate[bot]
a73686120d
Update module github.com/containers/libhvee to v0.11.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 04:41:48 +00:00
Lokesh Mandvekar
8d1f636e40
vendor update without CNI in buildah and container-libs
...
rootlessport: clarify RootlessCNI comment
Update the comment for the RootlessCNI conditional to clarify that
the flag is for rootless bridge networking, not CNI specifically.
The bool is set when netStatus != nil in slirp4netns and will be
removed when slirp4netns and rootlessport are fully dropped.
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com >
2026-03-19 20:26:21 +05:30
Paul Holzinger
8af2158a83
vendor: update go.podman.io/... and buildah to latest
...
Mainly so we get a commit after [1] which makes the renovate auto update
work again. And also buildah to get a fix for a flake [2].
[1] https://github.com/containers/container-libs/pull/635
[2] https://github.com/containers/buildah/pull/6688
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2026-02-18 14:07:29 +01:00
renovate[bot]
73cede901f
fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.8
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-11 01:09:30 +00:00
Danish Prakash
3b3cb1f958
vendor: update buildah to latest main
...
Signed-off-by: Danish Prakash <contact@danishpraka.sh >
2026-02-02 13:14:56 +05:30
Paul Holzinger
19aba793c0
remove dep on github.com/containers/conmon
...
We use only for a single const so inline that and use a better variable
name.
The main reason is the latest version of conmon removed that go code so
the update of it will be broken.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2026-01-30 12:51:50 +01:00
renovate[bot]
b458ba0d49
Update module github.com/containers/psgo to v1.10.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 01:38:22 +00:00
renovate[bot]
f09508ffa5
Update github.com/containers/psgo digest to 533b50b
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 03:58:41 +00:00
tomsweeneyredhat
c72102d1b2
Bump Buidah to v1.42.0 for Podman v5.7
...
Vendor Buildah v1.42.0 into Podman for v5.7.0.
This will also drag in:
go.podman.io/common v0.66.0
go.podman.io/image v5.38.0
go.podman.io/storage v1.61.0
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com >
2025-10-22 13:51:32 -04:00
Jan Kaluza
a98154a978
Switch common, storage and image to monorepo.
...
Signed-off-by: Jan Kaluza <jkaluza@redhat.com >
2025-09-01 12:33:04 +02:00
Paul Holzinger
b172cf7475
vendor: update buildah to latest main
...
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-08-26 10:03:50 +02:00
Paul Holzinger
e76b08394e
vendor: update c/{common, image, storage} to latest main
...
Just to make sure everything still works ahead of monorepo move.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-08-26 10:02:35 +02:00
renovate[bot]
68ed0c08e6
fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.7
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-15 00:34:14 +00:00
Joshua Arrevillaga
e14b8acba8
Update vendor dependencies
...
- Update github.com/containers/common to v0.64.1-0.20250806164630-57def9601f3b
- Update github.com/spf13/pflag to v1.0.7
- Update github.com/seccomp/libseccomp-golang to v0.11.1
Signed-off-by: Joshua Arrevillaga <2004jarrevillaga@gmail.com >
2025-08-07 14:54:08 -04:00
renovate[bot]
b8bba308b0
fix(deps): update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 00:29:00 +00:00
tomsweeneyredhat
048729a560
Bump to Buildah v1.41.0
...
Bump Buildah to v1.41.0 in preparation for
Podman v5.6
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com >
2025-07-23 10:36:22 -04:00
renovate[bot]
3c33b33424
fix(deps): update module github.com/containers/common to v0.64.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 04:10:47 +00:00
renovate[bot]
da3df0c45b
fix(deps): update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-16 04:46:14 +00:00
renovate[bot]
21356fa06b
Update module github.com/containers/storage to v1.59.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-15 02:16:24 +00:00
renovate[bot]
e899f49926
Update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 15:42:59 +00:00
renovate[bot]
0e106c24e0
fix(deps): update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-08 09:13:21 +00:00
renovate[bot]
5391721aa3
fix(deps): update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-02 03:28:11 +00:00
Paul Holzinger
38ed6c6589
vendor: update c/{common,image,storage} to main
...
Mainly to pull in the rekor removal from c/image which removes a bunch
of dependencies.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-06-27 16:35:40 +02:00
Ygal Blum
bfc327a08e
Secret create - add ignore option to allow noop
...
Signed-off-by: Ygal Blum <ygal.blum@gmail.com >
2025-06-24 15:43:38 -04:00
Paul Holzinger
ac71bc6cf2
vendor: update buildah to latest main
...
Includes one breaking change for the flag as BuildOutputs now accept a
slice.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-06-05 12:19:59 +02:00
Paul Holzinger
96abeafc61
vendor: update c/{common,image,storage} to latest main
...
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-06-05 12:19:59 +02:00
Paul Holzinger
869fceb0fd
update c/common to latest main
...
Contains the resolv.conf setup changes.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-06-02 18:13:25 +02:00
Paul Holzinger
b551939be6
vendor: update c/{buildah,common,image,storage} to main
...
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-05-28 14:53:37 +02:00
tomsweeneyredhat
76b07dd48d
Bump to Buildah v1.40.0
...
Bumps to Buildah v1.40.0 and adds the `--inherits-labels` option to
build and farm build man pages.
Also turn off the inherit-labels option test for now as it seems to be
rathr unhappy.
Issue for inherit-labels test failure: https://github.com/containers/podman/issues/25938
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com >
2025-04-22 16:50:02 -04:00
tomsweeneyredhat
be937a4e20
Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0
...
Bump:
c/storage v1.58.0
c/image v5.35.0
c/common v0.63.0
In preparation for Podman v5.5.0
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com >
2025-04-17 11:05:56 -04:00
Paul Holzinger
86d7da8b08
vendor: update to latest c/common
...
Fixes a flake in the system tests during image listing.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-04-11 17:17:23 +02:00
David Negstad
3d12f1e2ed
Update vendored c/buildah to 32d78c69be17
...
Signed-off-by: David Negstad <David.Negstad@microsoft.com >
2025-04-01 13:26:06 -07:00
flouthoc
51bb71d1b3
vendor: bump c/common to 9b0d134f392
...
Bump common to 9b0d134f392f41de3f3065aad162e73a3904168e
Signed-off-by: flouthoc <flouthoc.git@gmail.com >
2025-04-01 09:58:43 -07:00
Miloslav Trmač
571e0d52b3
Update c/image after https://github.com/containers/image/pull/2795
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com >
2025-03-31 18:00:21 +02:00
Giuseppe Scrivano
7f592742b8
vendor: update c/{common,storage}
...
Closes: https://github.com/containers/podman/issues/25572
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2025-03-26 12:11:11 +01:00
Paul Holzinger
f5fbb4215d
vendor: update c/{common,buildah} to main
...
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-03-24 17:44:43 +01:00
flouthoc
f91aca8ebc
vendor: bump c/common to dbeb17e40c80
...
Signed-off-by: flouthoc <flouthoc.git@gmail.com >
2025-03-21 10:24:15 -07:00
Giuseppe Scrivano
260035d069
vendor: update common and buildah
...
vendor the following dependencies:
- https://github.com/containers/common/pull/2375
- https://github.com/containers/buildah/pull/6074
Closes: https://github.com/containers/podman/issues/25634
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2025-03-21 14:36:00 +01:00
Giuseppe Scrivano
88b62d2c27
vendor: update c/common
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2025-03-20 13:37:19 +01:00
Paul Holzinger
38d6d1c560
vendor: update c/common to latest
...
Includes my DiskUsage() changes.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-03-17 13:38:05 +01:00
Paul Holzinger
91a08235d1
vendor: update docker v28 and c/{common,image}
...
Update to the latest c/{common,image} which inclused an update to
docker v28, that update is NOT backwards compatible so I had to fix a
few types.
NOTE: handler.ExecCreateConfig is used directly by the bindings. Thus
this is an API break for pkg/bindings. Including docker types as part of
any stable pkg/bindings API was a very bad idea.
I see no way to avoid that unless we never want to docker v28, which is
not easy as the update comes in from c/image and maybe other packages.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2025-03-11 16:24:14 +01:00
openshift-merge-bot[bot]
264c8da0b9
Merge pull request #25501 from evidolob/update-gvisor
...
update gvproxy version to 0.8.4
2025-03-11 13:53:55 +00:00
Giuseppe Scrivano
2ffb3a19b3
vendor: update c/storage
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2025-03-11 11:03:41 +01:00
Yevhen Vydolob
48662fa32b
update gvproxy version to 0.8.4
...
The 0.8.4 has one important fix[1], which could improve #25121 .
Also it set all places to use same version of gvisor-tap-vsock
[1]https://github.com/containers/gvisor-tap-vsock/issues/474
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com >
2025-03-11 09:51:52 +02:00
renovate[bot]
73cfef57b9
fix(deps): update module github.com/containers/buildah to v1.39.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 01:54:30 +00:00
Matt Heon
716eb000fa
Bump to latest c/storage main
...
Includes a patch for quotas that is needed for this PR.
Signed-off-by: Matt Heon <mheon@redhat.com >
2025-02-28 09:07:37 -05:00
renovate[bot]
e8fc1e679a
fix(deps): update module github.com/containers/buildah to v1.39.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 02:33:29 +00:00