Commit Graph

9 Commits

Author SHA1 Message Date
tomsweeneyredhat f905965162 [release-1.35] CVE-2024-3727 updates
Bump c/image to v5.30.1 and c/common to v0.58.3 to addresses:

CVE-2024-3727
https://issues.redhat.com/browse/RHEL-35438
https://issues.redhat.com/browse/RHEL-35441

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-05-09 16:30:45 -04:00
Nalin Dahyabhai 5d58b88c7d Update github.com/openshift/imagebuilder and containers/common
Update github.com/openshift/imagebuilder to the v1.2.6 release
Update github.com/containers/common to the current tip of the main branch

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2024-02-07 11:47:28 -05:00
Daniel J Walsh 6be7194545
Bump vendor containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-09-13 20:46:30 -04:00
Paul Holzinger eb135b8d5c
vendor: update c/common to latest
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-06-20 16:12:16 +02:00
Daniel J Walsh 7c0f2253f2
Vendor in containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-07-13 10:05:37 -04:00
Daniel J Walsh 7cc18838b7
Update vendor of containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-05-20 07:20:33 -04:00
Daniel J Walsh eb5b6ee808
Update vendor of containers/(common,storage,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-04-20 16:21:48 -04:00
Daniel J Walsh e792564b4a
vendor in latest containers/common,image,storage
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-04-05 10:04:35 -04:00
Paul Holzinger f9cff07b81
use libnetwork from c/common for networking
Podman uses the new netavark network stack. Buildah should be able to do
the same. Both projects should use the same networking code which was
move to c/common/libnetwork. The new network interface can use either
CNI or netvavark. Using the same code for podman and buildah is
important to ensure that both use the same backend. Mixing CNI and
netavark is not supported.

This also fixes some outstanding CNI issues, e.g. buildah trying to
connect all cni networks.

[NO NEW TESTS NEEDED]

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-01-07 18:10:26 +01:00