spiegel_podman/pkg/machine
Matt Heon f19c577355
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 / farm 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
Merge pull request #29505 from nXtCyberNet/issue/proxy
made the error message more understandable
2026-08-20 15:50:09 -04:00
..
apple Propagate SIGTERM to the VM process during machine start on macOS 2026-06-24 18:52:12 +02:00
applehv machine: share virtiofs systemd unit generation 2026-06-02 14:47:08 +02:00
certificates Refactor: use %w for error wrapping in pkg/machine 2026-08-12 02:23:44 +05:30
compression fix: duplicated words in decompress.go log message and annotations.go comment 2026-05-14 05:08:45 +00:00
connection RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
define added errorlint 2026-08-14 01:35:03 +05:30
e2e Refactor: use %w for error wrapping in pkg/machine 2026-08-12 02:23:44 +05:30
env pkg/machine/env: add tests for WithPodmanPrefix 2026-08-14 17:28:31 +05:30
hyperv Merge pull request #29460 from RudraDudhat2509/fix/hyperv-vsock-ready-timeout 2026-08-19 05:11:28 -04:00
ignition added errorlint 2026-08-14 01:35:03 +05:30
libkrun machine: share virtiofs systemd unit generation 2026-06-02 14:47:08 +02:00
lock RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
ocipull added errorlint 2026-08-14 01:35:03 +05:30
os Convert if/else to switch for transport name comparison 2026-06-12 10:12:49 +02:00
ports RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
provider Refactor: use %w for error wrapping in pkg/machine 2026-08-12 02:23:44 +05:30
proxyenv machine: escape % as %% in proxy values written to systemd unit conf 2026-06-06 12:04:48 +08:00
qemu added errorlint 2026-08-14 01:35:03 +05:30
shim Performance: Replace strings.ToLower with strings.EqualFold 2026-08-15 02:17:47 +05:30
sockets RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
stdpull RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
vmconfigs Merge pull request #29511 from vishnukothakapu/perf-regexp-mustcompile 2026-08-17 12:53:04 +02:00
windows Refactor: use %w for error wrapping in pkg/machine 2026-08-12 02:23:44 +05:30
wsl Merge pull request #29502 from vishnukothakapu/refactor-err-error 2026-08-14 16:06:58 +02:00
cleanup.go Fix cleanup callbacks registration in machines Start() function 2026-06-24 18:52:15 +02:00
config.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
config_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
gvproxy.go Refactor: use %w for error wrapping in pkg/machine 2026-08-12 02:23:44 +05:30
gvproxy_unix.go Reap completed gvproxy process if machine start fails on Unix 2026-06-24 18:52:15 +02:00
gvproxy_windows.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
keys.go fileperms: newer Go 1.13+ octal literal format 2025-10-16 14:11:29 -04:00
machine_common.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
machine_unix.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
machine_windows.go Merge pull request #29505 from nXtCyberNet/issue/proxy 2026-08-20 15:50:09 -04:00
machine_windows_test.go chore(machine): remove unused EvalSymlinksOrClean function and tests 2026-01-28 02:42:45 +08:00
qemuprovider.go podman5 machine reconfig 1 2024-02-07 08:17:43 -06:00
ssh.go machine: simplify ssh debug output logging 2026-06-30 10:32:32 +02:00
ssh_unix.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
ssh_windows.go machine: implement http proxy logic for all providers 2024-02-22 11:23:45 +01:00
update.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
volume_systemd.go machine: fix virtiofs mount targets on FCOS 2026-06-16 22:52:33 +09:00
volume_systemd_test.go machine: fix virtiofs mount targets on FCOS 2026-06-16 22:52:33 +09:00
volumes.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00