podman/pkg/specgen/generate
Paul Holzinger 0ab8a3c576
artifact mount: add new name option to specify filename
An artifact without the title annoation just gets the digest as name
which is less than ideal. While it is a decent default to avoid
conflicts users would like to configure the name.

With the name=abc option we will call the file abc in case of a signle
artifact and otherwise we use abc-x where x is the layer index starting
at 0 to avoid conflicts.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-06-14 12:25:21 +02:00
..
kube Support --cpuset-<cpus/mems> in podman kube play 2025-05-22 11:45:01 +02:00
config_common.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
config_common_test.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
config_freebsd.go Fix errcheck warnings on freebsd 2025-04-02 13:35:14 -07:00
config_linux.go Add cdi-spec-dir option to top level options. 2025-03-28 11:24:57 +01:00
config_linux_seccomp.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
config_linux_test.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
container.go specgen/generate: Fix log tag priority 2025-05-30 01:37:21 +03:00
container_create.go artifact mount: add new name option to specify filename 2025-06-14 12:25:21 +02:00
namespaces.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
namespaces_freebsd.go pkg/specgen/generate: fix S1002 on freebsd 2025-04-02 13:35:14 -07:00
namespaces_linux.go pkg/specgen: use fileutils.(Le|E)xists 2024-04-19 09:52:14 +02:00
oci.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
oci_freebsd.go pkg/specgen: fix ST1019 on freebsd 2025-04-02 13:35:14 -07:00
oci_linux.go Add cdi-spec-dir option to top level options. 2025-03-28 11:24:57 +01:00
pause_image.go Replace podman pause image with rootfs. 2025-04-17 08:36:27 +02:00
pod_create.go Replace podman pause image with rootfs. 2025-04-17 08:36:27 +02:00
pod_create_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
ports.go allow exposed sctp ports 2024-09-18 14:24:45 +02:00
ports_bench_test.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
ports_test.go bump go to 1.22 2024-09-03 15:14:15 +02:00
security_freebsd.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
security_linux.go replace deprecated selinux/label calls 2025-03-24 17:44:43 +01:00
storage.go Overlay mounts supersede image volumes & volumes-from 2024-11-15 08:26:16 -05:00
storage_freebsd.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
storage_linux.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
validate_freebsd.go pkg/specgen/generate: fix unused warning on freebsd 2025-03-31 12:30:43 -07:00
validate_linux.go pkg/specgen: use fileutils.(Le|E)xists 2024-04-19 09:52:14 +02:00