podman/pkg/bindings/images
Daniel J Walsh a1577ec7b0
podman build --remote URI Dockerfile shoud not be treated as file
Podman build --remote is translating https://path as if it was a file
path. This change will leave it as a URL so it can be parsed on the
server side.

Fixed: https://github.com/containers/podman/issues/20475

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-10-27 15:10:18 -04:00
..
build.go podman build --remote URI Dockerfile shoud not be treated as file 2023-10-27 15:10:18 -04:00
build_test.go build: improve regex for iidfile 2021-05-06 11:33:59 +02:00
build_unix.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
build_windows.go Handle hard links in remote builds 2021-05-22 05:27:03 -04:00
diff.go bump go module to version 4 2022-01-18 12:47:07 +01:00
images.go Add search --cert-dir, --creds 2023-03-15 15:01:26 +09:00
pull.go Change to correct break statements 2022-10-15 01:45:20 +02:00
push.go support `--digestfile` for remote push 2023-04-21 10:28:40 +02:00
rm.go pkg/bindings/images/rm.go: remove redundant FIXME 2022-05-24 16:07:39 +02:00
types.go push: add support for --force-compression 2023-08-24 13:35:58 +05:30
types_diff_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_exists_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_export_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_get_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_history_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_import_options.go import: allow users to set os, arch and variant of imports 2022-03-23 11:22:55 +05:30
types_list_options.go Revert "images --size" 2022-04-14 10:58:36 +02:00
types_load_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_prune_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_pull_options.go Add ProgressWriter to PullOptions 2022-08-19 00:41:22 +03:00
types_push_options.go push: add support for --force-compression 2023-08-24 13:35:58 +05:30
types_remove_options.go remove image podman no prune 2022-08-04 14:55:03 -04:00
types_scp_options.go podman image scp remote support & podman image scp tagging 2022-06-28 08:54:19 -04:00
types_search_options.go Add search --cert-dir, --creds 2023-03-15 15:01:26 +09:00
types_tag_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_tree_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_untag_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00