spiegel_podman/pkg/bindings/images
ZuhairM7 fdbb696731 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>
2025-12-02 16:21:49 -06:00
..
build.go bindings: fix handling of env secrets in remote builds 2025-12-02 16:21:49 -06: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 Bump Go version to v6 2025-10-23 11:00:15 -04:00
images.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
pull.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
push.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
rm.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
types_diff_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_exists_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_export_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_get_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_history_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_import_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_list_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_load_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_prune_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_pull_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_push_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_remove_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_scp_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_search_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_tag_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_tree_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types_untag_options.go Bump Go version to v6 2025-10-23 11:00:15 -04:00