Brent Baude
cfd4cc0932
remove libartifact from podman
...
pkg/libartifact has been moved to common and as such needs to be removed
from podman and the new common vendored in along with required deps.
https://issues.redhat.com/browse/RUN-3618
Signed-off-by: Brent Baude <bbaude@redhat.com >
2025-10-16 09:55:59 -05:00
renovate[bot]
72ffd00c5a
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.26.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 15:28:39 +00:00
renovate[bot]
8987fd412a
fix(deps): update module golang.org/x/crypto to v0.40.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-11 00:26:01 +00:00
Giuseppe Scrivano
88b62d2c27
vendor: update c/common
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2025-03-20 13:37:19 +01:00
renovate[bot]
d886d87edf
Update module github.com/crc-org/crc/v2 to v2.35.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 09:08:49 +00:00
Giuseppe Scrivano
598fc516a6
vendor: update containers/{buildah,common,image,storage}
...
The change in healthcheck_run_test.go, depends on the
containers/image change:
commit b6afa8ca7b324aca8fd5a7b5b206fc05c0c04874
Author: Mikhail Sokolov <msokolov@evolution.com >
Date: Fri Mar 15 13:37:44 2024 +0200
Add support for Docker HealthConfig.StartInterval (v25.0.0+)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2024-04-19 09:52:13 +02:00
Paul Holzinger
ce04fbc16a
vendor latest c/common main
...
Includes several rootless-netns fixes.
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2024-04-03 15:01:21 +02:00
tomsweeneyredhat
b234bb55e4
Bump Buildah to v1.35.0
...
As the title says. This is the last step in the vendor dance for
Podman v5.0.
[NO NEW TESTS NEEDED]
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com >
2024-03-07 11:51:09 -05:00
Jake Correnti
69d54c482e
Bump gvisor-tap-vsock from 0.7.2 to 0.7.3
...
Bump the gvisor-tap-vsock version that podman uses from 0.7.2 to 0.7.3
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me >
2024-02-08 08:31:50 -05:00
renovate[bot]
e757f7631e
Update module github.com/onsi/ginkgo/v2 to v2.14.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 20:22:02 +00:00
Aditya R
03419d6daa
vendor: bump c/image to 373c52a9466f
...
[NO NEW TESTS NEEDED]
Signed-off-by: Aditya R <arajan@redhat.com >
2023-11-02 09:00:42 +05:30
renovate[bot]
172369b54c
fix(deps): update github.com/containers/gvisor-tap-vsock digest to 97028a6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-23 02:34:21 +00:00
renovate[bot]
58a0b7ac82
Update golang.org/x/exp digest to d852ddb
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01 02:19:27 +00:00
renovate[bot]
202cc433af
Update module github.com/onsi/ginkgo/v2 to v2.12.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 23:41:24 +00:00
renovate[bot]
444f19cb2a
Update common, image, and storage deps
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 10:31:58 +02:00
renovate[bot]
520979ba2e
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-05-15 16:26:32 +00:00
renovate[bot]
1b2b0d0315
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-05-03 05:35:43 +00:00
Daniel J Walsh
e21cf2d8df
Vendor in latest containers/(storage, common, image)
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2023-03-16 09:26:19 -04:00
Valentin Rothberg
adacd3b127
vendor c/common@852ca05a1f
...
Also force an update of c/image to prevent a downgrade.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com >
2023-02-21 14:06:42 +01:00
Daniel J Walsh
3718ac8e96
Vendor in latest containers/common with default capabilities
...
Also update vendor of containers/storage and image
Cleanup display of added/dropped capabilties as well
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2022-12-15 14:28:30 -05:00
Paul Holzinger
3e08f85353
fix --format {{json .}} output to match docker
...
`--format json` should not be the same as `--format {{json .}}`, the
later should actually run through the go template and thus create one
json object per entry instead of an json array.
Includes a vendor of c/common@main since it requires a fix from there as
well.
This matches docker compat.
Fixes #16436
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2022-11-09 17:59:05 +01:00
Daniel J Walsh
6fe64591d6
Update vendor containers/(common,storage,buildah,image)
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2022-10-28 06:16:22 -04:00
Paul Holzinger
eb28a1c084
update buildah and c/common to latest
...
also includes bumps for c/storage and c/image
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2022-09-09 11:58:20 +02:00
Valentin Rothberg
77d872ea38
vendor c/common@main
...
Required for using the newly added pod exit policies.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com >
2022-05-02 11:16:14 +02:00