DockerCLI/cli/command/manifest
Sebastiaan van Stijn 868adb13c6
lint: update some nolint comments:
```
cli/command/container/hijack.go:188:1⚠️ nolint directive did not match any issue (nolint)
cli/command/image/trust.go:346:1⚠️ nolint directive did not match any issue (nolint)
cli/command/manifest/push.go:211:1⚠️ nolint directive did not match any issue (nolint)
cli/command/trust/signer_remove.go:79:1⚠️ nolint directive did not match any issue (nolint)
internal/pkg/containerized/snapshot.go:95:1⚠️ nolint directive did not match any issue (nolint)
internal/pkg/containerized/snapshot.go:138:1⚠️ nolint directive did not match any issue (nolint)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-13 20:50:19 +02:00
..
testdata Added support for setting OS version in docker manifest annotate. 2020-06-12 12:04:03 -07:00
annotate.go Added support for setting OS version in docker manifest annotate. 2020-06-12 12:04:03 -07:00
annotate_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
client_test.go cli/registry/client: remove unused RegistryClient.GetTags() 2022-03-30 20:00:34 +02:00
cmd.go Subcommand `docker manifest rm` 2020-09-15 16:26:47 -04:00
create_list.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
create_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
inspect.go Fix manifest lists to always use correct size 2018-06-28 18:17:38 -07:00
inspect_test.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:45:37 +01:00
push.go lint: update some nolint comments: 2022-05-13 20:50:19 +02:00
push_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
rm.go Subcommand `docker manifest rm` 2020-09-15 16:26:47 -04:00
rm_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
util.go Add riscv64 to manifest annotation and bash completion 2019-09-10 13:00:23 -03:00