skopeo/cmd/skopeo
Miloslav Trmač f2b4071b1f Add --sign-by-sigstore-private-key to (skopeo copy) and (skopeo sync)
If a passphrase is not provided, prompt for one.

Outstanding:
- Should have integration tests.
- The signing options shared between copy and sync should live in utils.go.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2022-07-12 13:47:27 +02:00
..
fixtures Add (skopeo manifest-digest) 2016-08-25 16:49:02 +02:00
inspect Make InspectOutput an external object 2020-08-02 07:08:48 -04:00
completions.go shell completion: add completion for transports names 2022-05-23 18:47:51 +02:00
copy.go Add --sign-by-sigstore-private-key to (skopeo copy) and (skopeo sync) 2022-07-12 13:47:27 +02:00
delete.go shell completion: add completion for transports names 2022-05-23 18:47:51 +02:00
inspect.go Remove uses of pkg/errors 2022-06-30 21:00:40 +02:00
layers.go Remove uses of pkg/errors 2022-06-30 21:00:40 +02:00
list_tags_test.go Fix TestDockerRepositoryReferenceParser 2021-07-10 11:33:22 +02:00
list_tags.go Remove uses of pkg/errors 2022-06-30 21:00:40 +02:00
login.go move optional-flag code to c/common/pkg/flag 2021-10-26 15:18:30 +02:00
logout.go move optional-flag code to c/common/pkg/flag 2021-10-26 15:18:30 +02:00
main_test.go Set User-Agent to skopeo/$VERSION 2021-02-03 08:39:43 -08:00
main.go add completion command to generate shell completion scripts 2022-05-19 16:56:21 +02:00
manifest_test.go Spelling 2020-12-21 16:10:45 -05:00
manifest.go Update users of deprecated io/ioutil 2022-04-13 20:13:52 +02:00
proxy_windows.go Add new experimental-image-proxy hidden command 2021-10-14 14:16:32 -04:00
proxy.go Simplify the proxy server a bit 2022-03-15 21:48:51 +01:00
signing_test.go Use testing.T.Setenv instead of os.Setenv in tests 2022-06-08 16:57:06 +02:00
signing.go Update users of deprecated io/ioutil 2022-04-13 20:13:52 +02:00
sync.go Add --sign-by-sigstore-private-key to (skopeo copy) and (skopeo sync) 2022-07-12 13:47:27 +02:00
unshare_linux.go Remove uses of pkg/errors 2022-06-30 21:00:40 +02:00
unshare.go Run (gofmt -s -w) 2021-08-23 18:04:45 +02:00
utils_test.go Introduce noteCloseFailure, use it for reporting of cleanup errors 2022-06-30 20:30:11 +02:00
utils.go Add --sign-by-sigstore-private-key to (skopeo copy) and (skopeo sync) 2022-07-12 13:47:27 +02:00