-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from docker/v0.23.2
Publish v0.23.2 release
- Loading branch information
Showing
15 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
113b16b25e503d7c531389078b194f4862bec8b7509867b625144e56fc08cd4c docker-scout_0.23.2_darwin_amd64.tar.gz | ||
67d841a2b593a08c7e612c7e7a282cc955cfd94778df4284a845d10c1774f9c0 docker-scout_0.23.2_linux_arm64.tar.gz | ||
c787193bf6725f4f706bbb1587ca5d320e20253149fdd99239e87bf16dff2bee docker-scout_0.23.2_linux_amd64.tar.gz | ||
d0e5598b8d48e1b52f904131ea1911c53e3838363f69691df5dd7cb2d7c1d53b docker-scout_0.23.2_windows_arm64.zip | ||
da7a3c8e751b13aa82352805f71ad0325a4ef240c038caa61f95bc088c74d2bf docker-scout_0.23.2_windows_amd64.zip | ||
f1d804b627cf9ad0d2c98614b8adbe6f23573296aa8f6e85a515e7652b66579a docker-scout_0.23.2_darwin_arm64.tar.gz |
Binary file renamed
BIN
+18.6 MB
dist/docker-scout_0.23.0_darwin_amd64.tar.gz → dist/docker-scout_0.23.2_darwin_amd64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+18 MB
dist/docker-scout_0.23.0_darwin_arm64.tar.gz → dist/docker-scout_0.23.2_darwin_arm64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+17.9 MB
dist/docker-scout_0.23.0_linux_amd64.tar.gz → dist/docker-scout_0.23.2_linux_amd64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+16.6 MB
dist/docker-scout_0.23.0_linux_arm64.tar.gz → dist/docker-scout_0.23.2_linux_arm64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+18.6 MB
dist/docker-scout_0.23.0_windows_amd64.zip → dist/docker-scout_0.23.2_windows_amd64.zip
Binary file not shown.
Binary file renamed
BIN
+16.9 MB
dist/docker-scout_0.23.0_windows_arm64.zip → dist/docker-scout_0.23.2_windows_arm64.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
command: docker scout enroll | ||
short: Enroll an organization with Docker Scout | ||
long: | | ||
The `docker scout enroll` command enrolls an organization with Docker Scout. | ||
usage: docker scout enroll ORG | ||
pname: docker scout | ||
plink: docker_scout.yaml | ||
inherited_options: | ||
- option: debug | ||
value_type: bool | ||
default_value: "false" | ||
description: Debug messages | ||
deprecated: false | ||
hidden: true | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# docker scout enroll | ||
|
||
<!---MARKER_GEN_START--> | ||
Enroll an organization with Docker Scout | ||
|
||
|
||
<!---MARKER_GEN_END--> | ||
|
||
## Description | ||
|
||
The `docker scout enroll` command enrolls an organization with Docker Scout. |