mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 12:19:36 +00:00
|
Some checks are pending
ci / path-filter (push) Waiting to run
ci / Validate source code changes (push) Waiting to run
ci / Cross Build (Linux, FreeBSD) (push) Waiting to run
ci / build debian-sid (push) Waiting to run
ci / build fedora-current (push) Waiting to run
ci / build fedora-prior (push) Waiting to run
ci / build fedora-rawhide (push) Waiting to run
ci / windows installer hyperv (push) Waiting to run
ci / windows installer wsl (push) Waiting to run
ci / macos installer (push) Waiting to run
ci / int local root debian-sid (push) Blocked by required conditions
ci / sys local root debian-sid (push) Blocked by required conditions
ci / int local rootless debian-sid (push) Blocked by required conditions
ci / sys local rootless debian-sid (push) Blocked by required conditions
ci / int remote root debian-sid (push) Blocked by required conditions
ci / sys remote root debian-sid (push) Blocked by required conditions
ci / bud local root fedora-current (push) Blocked by required conditions
ci / int local root fedora-current (push) Blocked by required conditions
ci / sys local root fedora-current (push) Blocked by required conditions
ci / int local rootless fedora-current (push) Blocked by required conditions
ci / sys local rootless fedora-current (push) Blocked by required conditions
ci / bud remote root fedora-current (push) Blocked by required conditions
ci / int remote root fedora-current (push) Blocked by required conditions
ci / sys remote root fedora-current (push) Blocked by required conditions
ci / int remote rootless fedora-current (push) Blocked by required conditions
ci / sys remote rootless fedora-current (push) Blocked by required conditions
ci / int local root fedora-prior (push) Blocked by required conditions
ci / sys local root fedora-prior (push) Blocked by required conditions
ci / int local rootless fedora-prior (push) Blocked by required conditions
ci / sys local rootless fedora-prior (push) Blocked by required conditions
ci / int remote root fedora-prior (push) Blocked by required conditions
ci / sys remote root fedora-prior (push) Blocked by required conditions
ci / int local root fedora-rawhide (push) Blocked by required conditions
ci / sys local root fedora-rawhide (push) Blocked by required conditions
ci / int local rootless fedora-rawhide (push) Blocked by required conditions
ci / sys local rootless fedora-rawhide (push) Blocked by required conditions
ci / int remote root fedora-rawhide (push) Blocked by required conditions
ci / sys remote root fedora-rawhide (push) Blocked by required conditions
ci / apiv2 root fedora-current (push) Blocked by required conditions
ci / bindings root fedora-current (push) Blocked by required conditions
ci / compose_v2 root fedora-current (push) Blocked by required conditions
ci / docker_py root fedora-current (push) Blocked by required conditions
ci / unit root fedora-current (push) Blocked by required conditions
ci / apiv2 rootless fedora-current (push) Blocked by required conditions
ci / compose_v2 rootless fedora-current (push) Blocked by required conditions
ci / unit rootless fedora-current (push) Blocked by required conditions
ci / upgrade v5.3.1 root fedora-current (push) Blocked by required conditions
ci / upgrade v5.6.2 root fedora-current (push) Blocked by required conditions
ci / machine linux amd64 (push) Blocked by required conditions
ci / windows unit (push) Blocked by required conditions
ci / windows e2e (push) Blocked by required conditions
ci / windows machine hyperv (push) Blocked by required conditions
ci / windows machine wsl (push) Blocked by required conditions
ci / macos machine applehv (push) Blocked by required conditions
ci / macos machine libkrun (push) Blocked by required conditions
ci / Total Success (push) Blocked by required conditions
zizmor: GitHub Actions Security Analysis / Zizmor (push) Waiting to run
The Pod key of a .container unit accepts systemd specifiers, but handlePod looked the referenced pod up in the units map using the raw value, so "Pod=%N.pod" failed with "quadlet pod unit %N.pod does not exist" instead of resolving to the pod named after the container's service. Expand %N to the container's service name before the lookup, matching the existing handling in GetContainerResourceName. Since %N is the service name, setting ServiceName= lets the container and pod unit files use different names. Add e2e cases for both combinations: a pod named after the container file, and a pod named after a ServiceName that differs from the file name. Fixes: #29108 Signed-off-by: Salih Muhammed <root@lr0.org> |
||
|---|---|---|
| .. | ||
| build | ||
| cdi | ||
| config | ||
| quadlet | ||
| sign | ||
| testdata | ||
| artifact_created_test.go | ||
| artifact_mount_test.go | ||
| artifact_test.go | ||
| attach_test.go | ||
| build_test.go | ||
| buildx_inspect_test.go | ||
| checkpoint_image_test.go | ||
| checkpoint_test.go | ||
| cleanup_test.go | ||
| commit_test.go | ||
| common_test.go | ||
| common_windows_test.go | ||
| config.go | ||
| config_amd64.go | ||
| config_arm64.go | ||
| config_ppc64le.go | ||
| config_test.go | ||
| container_clone_test.go | ||
| container_create_volume_test.go | ||
| container_iface_name_test.go | ||
| container_inspect_test.go | ||
| containers_conf_test.go | ||
| cp_test.go | ||
| create_staticip_test.go | ||
| create_staticmac_test.go | ||
| create_test.go | ||
| diff_test.go | ||
| events_test.go | ||
| exec_test.go | ||
| exists_test.go | ||
| export_test.go | ||
| farm_test.go | ||
| generate_kube_test.go | ||
| generate_spec_test.go | ||
| generate_systemd_test.go | ||
| healthcheck_run_test.go | ||
| history_test.go | ||
| image_scp_test.go | ||
| image_sign_test.go | ||
| images_test.go | ||
| import_test.go | ||
| info_test.go | ||
| init_test.go | ||
| inspect_test.go | ||
| kill_test.go | ||
| libpod_suite_remote_test.go | ||
| libpod_suite_test.go | ||
| load_test.go | ||
| login_logout_test.go | ||
| logs_test.go | ||
| manifest_test.go | ||
| mount_rootless_test.go | ||
| mount_test.go | ||
| negative_test.go | ||
| network_connect_disconnect_test.go | ||
| network_create_test.go | ||
| network_test.go | ||
| pause_test.go | ||
| play_build_test.go | ||
| play_kube_test.go | ||
| pod_clone_test.go | ||
| pod_create_test.go | ||
| pod_infra_container_test.go | ||
| pod_initcontainers_test.go | ||
| pod_inspect_test.go | ||
| pod_kill_test.go | ||
| pod_pause_test.go | ||
| pod_pod_namespaces_test.go | ||
| pod_prune_test.go | ||
| pod_ps_test.go | ||
| pod_restart_test.go | ||
| pod_rm_test.go | ||
| pod_start_test.go | ||
| pod_stats_test.go | ||
| pod_stop_test.go | ||
| pod_top_test.go | ||
| port_test.go | ||
| prune_test.go | ||
| ps_test.go | ||
| pull_chunked_test.go | ||
| pull_test.go | ||
| push_test.go | ||
| quadlet_test.go | ||
| rename_test.go | ||
| restart_test.go | ||
| rm_test.go | ||
| rmi_test.go | ||
| run_aardvark_test.go | ||
| run_apparmor_test.go | ||
| run_cgroup_parent_test.go | ||
| run_cleanup_test.go | ||
| run_cpu_test.go | ||
| run_device_test.go | ||
| run_dns_test.go | ||
| run_entrypoint_test.go | ||
| run_env_test.go | ||
| run_exit_test.go | ||
| run_memory_test.go | ||
| run_networking_test.go | ||
| run_ns_test.go | ||
| run_passwd_test.go | ||
| run_privileged_test.go | ||
| run_restart_test.go | ||
| run_seccomp_test.go | ||
| run_security_labels_test.go | ||
| run_selinux_test.go | ||
| run_signal_test.go | ||
| run_staticip_test.go | ||
| run_test.go | ||
| run_transient_test.go | ||
| run_userns_test.go | ||
| run_volume_test.go | ||
| run_working_dir_test.go | ||
| runlabel_test.go | ||
| save_test.go | ||
| search_mock_registry.go | ||
| search_test.go | ||
| secret_test.go | ||
| start_test.go | ||
| stats_test.go | ||
| stop_test.go | ||
| system_connection_test.go | ||
| system_df_test.go | ||
| system_dial_stdio_test.go | ||
| system_hyperv_prep_test.go | ||
| system_reset_test.go | ||
| systemd_activate_test.go | ||
| systemd_test.go | ||
| tag_test.go | ||
| tls_test.go | ||
| toolbox_test.go | ||
| top_test.go | ||
| tree_test.go | ||
| trust_test.go | ||
| unshare_test.go | ||
| untag_test.go | ||
| update_test.go | ||
| version_test.go | ||
| volume_create_test.go | ||
| volume_exists_test.go | ||
| volume_inspect_test.go | ||
| volume_ls_test.go | ||
| volume_plugin_test.go | ||
| volume_prune_test.go | ||
| volume_rename_test.go | ||
| volume_rm_test.go | ||
| wait_test.go | ||