spiegel_podman/pkg/bindings/images
ZuhairM7 4e3dd47967 bindings: fix handling of env secrets in remote builds
Previously, using --secret=id=foo,env=BAR in remote mode would fail because the client sent the env var name to the server, which tried to resolve it locally. This patch modifies the client to resolve the environment variable locally, write it to a temp file, and send it as a file-based secret.

Fixes #27494

Signed-off-by: ZuhairM7 <ZuhairM7>
Signed-off-by: ZuhairM7 <zuhairmerali@gmail.com>
2026-02-06 15:36:47 -05:00
..
build.go bindings: fix handling of env secrets in remote builds 2026-02-06 15:36:47 -05:00
build_test.go Convert additional build context paths on Windows 2024-07-29 17:43:36 +02:00
build_unix.go pkg/bindings/images: fix linter warning on Darwin 2025-03-31 12:27:55 -07:00
build_windows.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
diff.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
images.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
pull.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
push.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
rm.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types.go prune: support clearing build cache using CleanCacheMount 2024-09-05 10:40:07 -07:00
types_diff_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_exists_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_export_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_get_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_history_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_import_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_list_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_load_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_prune_options.go prune: support clearing build cache using CleanCacheMount 2024-09-05 10:40:07 -07:00
types_pull_options.go Allow podman pull to specify --retry and --retry-delay 2024-02-17 07:37:26 -05:00
types_push_options.go Add support for podman push --retry --retry-delay 2024-02-29 10:20:21 -05:00
types_remove_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_scp_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_search_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_tag_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_tree_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types_untag_options.go Bump Go module to v5 2024-02-08 09:35:39 -05:00