1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Paul Holzinger
5b26b79221 vendor latest c/{common,image,storage}
Just to make sure tests are still passing, I mostly care about
https://github.com/containers/common/pull/2445.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-06-03 11:28:06 +02:00
renovate[bot]
7ed99c6ae7 fix(deps): update module github.com/moby/buildkit to v0.20.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 22:59:11 +00:00
renovate[bot]
80100ac447 fix(deps): update module github.com/moby/buildkit to v0.19.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-20 20:06:32 +00:00
Jan Rodák
ed881abfeb Vendor c/common:9d025e4cb348
Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2024-09-03 17:47:42 +02:00
Daniel J Walsh
797f03430f vendor in containers/(common,storage,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-05-16 16:29:31 -04:00
Valentin Rothberg
15bdd2aadb fix bud-multiple-platform-with-base-as-default-arg flake
By vendoring c/common (see containers/common/pull/1299).

Fixes: #4520
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2023-01-18 15:39:39 +01:00
Daniel J Walsh
9042b86b2d Vendor in latest github.com/sirupsen/logrus
[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-06-09 16:02:43 -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