Commit Graph

26046 Commits

Author SHA1 Message Date
Ricardo Branco
0ff079d320 tests: Replace ncat for socat
Signed-off-by: Ricardo Branco <rbranco@suse.de>
2025-08-28 15:38:12 +02:00
openshift-merge-bot[bot]
cb59650a16 Merge pull request #26891 from winterqt/push-ozksmwkumrrs
fix(libpod): truncate long hostnames to correct maximum length
2025-08-28 12:55:27 +00:00
openshift-merge-bot[bot]
68b6876481 Merge pull request #26895 from intirix/tcp-close
Add support for criu's tcp-close functionality.
2025-08-28 10:40:59 +00:00
Jeff Mercer
9c3652c188 Add support for criu's tcp-close functionality.
Fixes: #26676
Signed-off-by: Jeff Mercer <jeff.mercer@gmail.com>
2025-08-27 18:52:34 -04:00
Winter M
e467439ab8 test/e2e: actually start container in startContainer
https://github.com/containers/podman/pull/26891#pullrequestreview-3152061969

Signed-off-by: Winter M <winter@antithesis.com>
2025-08-27 16:14:15 -04:00
renovate[bot]
3a1ce1fb3d fix(deps): update module github.com/stretchr/testify to v1.11.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-27 16:17:37 +00:00
openshift-merge-bot[bot]
835c581c4b Merge pull request #26737 from arsenalzp/podman-26691
Podman wait condition for return of first container
2025-08-27 16:03:29 +00:00
openshift-merge-bot[bot]
43c95d2c0b Merge pull request #26884 from Luap99/vendor
vendor: update c/{buildah, common, image, storage} to latest main
2025-08-26 09:40:40 +00:00
Paul Holzinger
8e59c948df test/buildah-bud: skip new failing test
see #26906

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-26 10:03:57 +02:00
Paul Holzinger
df80fbcab6 test/e2e: remove image diff test skips
This should work with the latest buildah.

Fixes: #26680

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-26 10:03:57 +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
openshift-merge-bot[bot]
0615fdecfc Merge pull request #26902 from openshift-cherrypick-robot/cherry-pick-26900-to-main
[main] Add a release note for 5.6 Rosetta being disabled-by-default
2025-08-25 21:05:10 +00:00
Matt Heon
a5a00c1796 Add a release note for 5.6 Rosetta being disabled-by-default
Signed-off-by: Matt Heon <mheon@redhat.com>
2025-08-25 20:46:58 +00:00
openshift-merge-bot[bot]
480b14f04b Merge pull request #26894 from containers/renovate/github.com-stretchr-testify-1.x
fix(deps): update module github.com/stretchr/testify to v1.11.0
2025-08-25 20:18:09 +00:00
openshift-merge-bot[bot]
f70eed7234 Merge pull request #26886 from containers/renovate/github.com-onsi-ginkgo-v2-2.x
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.1
2025-08-25 11:45:57 +00:00
renovate[bot]
413eea885b fix(deps): update module github.com/stretchr/testify to v1.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 17:50:23 +00:00
Winter M
2dd3111098 fix(libpod): truncate long hostnames to correct maximum length
Since #24675, we've been truncating hostnames derived from the container name
to 253 characters. However, if a user were to create a container with a long
name and not set a hostname, this would still fail.

Seemingly, the maximum length for hostnames is (and always(?) has been) 64, as
made evident by these headers from various kernel versions:

- https://elixir.bootlin.com/linux/v6.16/source/include/uapi/linux/utsname.h#L15
- https://elixir.bootlin.com/linux/v4.20/source/include/uapi/linux/utsname.h#L15
- https://elixir.bootlin.com/linux/v3.19.8/source/include/uapi/linux/utsname.h#L14

I've confirmed this issue (and fix) on Linux 6.1, but happy to do so on a more
recent kernel as well.

Signed-off-by: Winter M <winter@antithesis.com>
2025-08-22 17:52:00 -04:00
renovate[bot]
18aa78a7e6 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-22 06:31:44 +00:00
openshift-merge-bot[bot]
3548ae1caf Merge pull request #26853 from shiavm006/issue-1
ocs(run,create): document remote transport limitations for oci-archive/docker-archive/docker-daemon
2025-08-21 21:11:17 +00:00
openshift-merge-bot[bot]
5a8d0d98b3 Merge pull request #26805 from containers/renovate/github.com-mattn-go-sqlite3-1.x
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.32
2025-08-21 20:51:59 +00:00
renovate[bot]
877e208820 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.32
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 14:07:20 +00:00
openshift-merge-bot[bot]
e38e66457b Merge pull request #26775 from marrusl/main
New: initial ADOPTERS.md file.
2025-08-21 14:04:23 +00:00
openshift-merge-bot[bot]
a5488acc03 Merge pull request #26880 from containers/renovate/github.com-onsi-ginkgo-v2-2.x
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.0
2025-08-21 13:13:55 +00:00
openshift-merge-bot[bot]
ebeb6369fb Merge pull request #26879 from containers/renovate/github.com-coreos-go-systemd-v22-22.x
fix(deps): update module github.com/coreos/go-systemd/v22 to v22.6.0
2025-08-21 12:12:56 +00:00
openshift-merge-bot[bot]
222f5b63f6 Merge pull request #26870 from Luap99/win-seccomp
windows: do not convert unconfined seccomp path
2025-08-21 11:55:44 +00:00
renovate[bot]
c51c6e58a7 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.25.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 05:02:14 +00:00
renovate[bot]
4b835f36b9 fix(deps): update module github.com/coreos/go-systemd/v22 to v22.6.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 20:07:27 +00:00
openshift-merge-bot[bot]
89bd416699 Merge pull request #26860 from Luap99/cirrus-winmake
cirrus: fix podman machine windows only_if condition
2025-08-20 20:06:14 +00:00
openshift-merge-bot[bot]
7f132e3b03 Merge pull request #26829 from containers/renovate/github.com-containers-gvisor-tap-vsock-0.x
fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.7
2025-08-20 17:55:28 +00:00
openshift-merge-bot[bot]
62e8d691dc Merge pull request #26865 from containers/renovate/github.com-kevinburke-ssh_config-1.x
Update module github.com/kevinburke/ssh_config to v1.4.0
2025-08-20 15:24:29 +00:00
Christoph Weiss
249fa21e8a Improve documentation wording
Relax _will_ to _may_ and add a clarifying _then_.

Furthermore, we add a paragraph describing the behavior of the `--dns`
command line option.  This references #26812.

Signed-off-by: Christoph Weiss <weiss@wsoptics.de>
2025-08-20 17:23:40 +02:00
openshift-merge-bot[bot]
ae36299289 Merge pull request #26868 from Luap99/wsl-version
ci: log wsl --version output
2025-08-20 14:05:48 +00:00
openshift-merge-bot[bot]
48cf13a8c8 Merge pull request #26862 from mheon/update_release_notes_560_main
Update release notes on main to reflect v5.6 release
2025-08-20 12:42:25 +00:00
Paul Holzinger
5a2098cf61 windows: do not convert unconfined seccomp path
unconfined is a special value and not a path as such it must not be
converted otherwise --security-opt seccomp=unconfined fails as it tries
to access a file called unconfined.

Fixes: 3e8b2d7d96 ("Fix seccomp profile path on Windows")
Fixes: #26855

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-20 13:19:40 +02:00
openshift-merge-bot[bot]
4f4e682012 Merge pull request #26864 from containers/renovate/go.etcd.io-bbolt-1.x
Update module go.etcd.io/bbolt to v1.4.3
2025-08-20 10:21:42 +00:00
Paul Holzinger
d267f8a3dd ci: log wsl --version output
So we know what we are actually running on in tests.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-20 11:51:27 +02:00
renovate[bot]
40cd207437 Update module github.com/kevinburke/ssh_config to v1.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 00:34:25 +00:00
renovate[bot]
fa5140771f Update module go.etcd.io/bbolt to v1.4.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 18:20:43 +00:00
openshift-merge-bot[bot]
bb18ae6ee3 Merge pull request #26861 from Luap99/network-event
podman events: show network create/remove event with journald
2025-08-19 18:13:31 +00:00
openshift-merge-bot[bot]
d63ed5dc11 Merge pull request #26722 from castrojo/patch-1
docs: add LFX Insights badges
2025-08-19 18:07:52 +00:00
Matt Heon
4b5ada39e4 Update release notes on main to reflect v5.6 release
Signed-off-by: Matt Heon <mheon@redhat.com>
2025-08-19 14:05:35 -04:00
openshift-merge-bot[bot]
2e4418aae7 Merge pull request #26760 from timcoding1988/feat/RUN-3333_fixing-cpu-weight-test
update tests duo to CRUN#1767 to support both values
2025-08-19 16:54:06 +00:00
Paul Holzinger
514e686b4c podman events: show network create/remove event with journald
In the journald driver there is a bug where the network event
attributes are not preserved. This causes the network driver to be
missing and that in turn causes the ToHumanReadable() function to print
an empty line. Fix it by making sure we preserve the network driver in
the event attributes.

Fixes: https://issues.redhat.com/browse/RHEL-109790

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-19 18:37:37 +02:00
Paul Holzinger
9d47477e82 cirrus: fix podman machine windows only_if condition
The winmake target is critical for the machine task as this is used to
actually run the ginkgo command line. PR #26847 modified that line will
not actually running the tests which means it is easy to break CI with
this. Now the chnage of the PR was correct so it worked fine this time
but for the future make sure we actually run the tests in such cases.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-19 17:27:58 +02:00
Tim Zhou
2c89069fa8 update tests duo to CRUN#1767 to support both values
Signed-off-by: Tim Zhou <tizhou@redhat.com>
2025-08-19 10:43:18 -04:00
openshift-merge-bot[bot]
a91d5f033f Merge pull request #26834 from shiavm006/bugfix-1
docs: add missing groups and hgroups descriptors to podman top documentation
2025-08-19 14:33:38 +00:00
openshift-merge-bot[bot]
83ae19246e Merge pull request #26831 from Raghul-M/connection-add
docs: Add missing flag examples to podman system connection add man page
2025-08-19 14:30:47 +00:00
openshift-merge-bot[bot]
aa006d195f Merge pull request #26854 from ninja-quokka/format_artifact_api_doc
[docs] Refactor Artifact API documentation
2025-08-19 12:49:43 +00:00
openshift-merge-bot[bot]
c2bbcc3251 Merge pull request #26660 from Honny1/speed-up-load
Optimize image loading for Podman machines
2025-08-19 12:28:33 +00:00