Skip to content

Commit

Permalink
Merge pull request #22 from docker/v0.19.0
Browse files Browse the repository at this point in the history
Publish v0.19.0 release
  • Loading branch information
cdupuis authored Jul 13, 2023
2 parents 1f3ad88 + 90ca656 commit 27fb48d
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 14 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_0.18.1_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_0.19.0_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
08ac5198759d120209073dc87237f47de2332a9acc8e4628d835954004254f48 docker-scout_0.19.0_darwin_arm64.tar.gz
0d4777c587d83bc9f650f8e47736786b8132fca0bdc142786cfd52d7716f7fdd docker-scout_0.19.0_linux_arm64.tar.gz
2f0773e563387e395d2447bafe84046785aed06ad70666bdb50ec312b5dedf5a docker-scout_0.19.0_windows_arm64.zip
5236bf877b35fef24e7182b78bc87357a0733264861b2335b9e1cdfb66bc91a0 docker-scout_0.19.0_darwin_amd64.tar.gz
6d74f25d8e397e9bf843f349688bcc2eec1dc040dc502fe8019ca2571e02cdba docker-scout_0.19.0_linux_amd64.tar.gz
97a779dde1a40ea59f9e40bcf8555439d2b4c0f7bb7b54ddc4ef175dbbac4201 docker-scout_0.19.0_windows_amd64.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/docker_scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plink: docker.yaml
cname:
- docker scout compare
- docker scout cves
- docker scout push
- docker scout quickview
- docker scout recommendations
- docker scout repo
Expand All @@ -15,6 +16,7 @@ cname:
clink:
- docker_scout_compare.yaml
- docker_scout_cves.yaml
- docker_scout_push.yaml
- docker_scout_quickview.yaml
- docker_scout_recommendations.yaml
- docker_scout_repo.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/docker_scout_compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ options:
swarm: false
- option: to
value_type: string
description: Image, directory or archive to compare to
description: Image, directory, or archive to compare to
deprecated: false
hidden: false
experimental: false
Expand Down Expand Up @@ -189,7 +189,7 @@ options:
value_type: string
default_value: image
description: |-
Type of the image to analyze. Can be one of:
Image type to analyze. Can be one of:
- image
- oci-dir
- archive (docker save tarball)
Expand Down
44 changes: 44 additions & 0 deletions docs/docker_scout_push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
command: docker scout push
short: Push an image or image index to Docker Scout (experimental)
long: |
The docker scout push command allows to push an image or image index to Docker Scout.
usage: docker scout push IMAGE
pname: docker scout
plink: docker_scout.yaml
options:
- option: namespace
value_type: string
description: Docker Hub namespace to push to
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: sbom
value_type: bool
default_value: "false"
description: Create and upload SBOMs
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
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: true
kubernetes: false
swarm: false

4 changes: 2 additions & 2 deletions docs/docker_scout_repo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
command: docker scout repo
short: Commands to list, enable and disable Docker Scout on repositories
long: Commands to list, enable and disable Docker Scout on repositories
short: Commands to list, enable, and disable Docker Scout on repositories
long: Commands to list, enable, and disable Docker Scout on repositories
pname: docker scout
plink: docker_scout.yaml
cname:
Expand Down
3 changes: 2 additions & 1 deletion docs/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Command line tool for Docker Scout
| [`compare`](scout_compare.md) | Compare two images and display differences (experimental) |
| [`cves`](scout_cves.md) | Display CVEs identified in a software artifact |
| [`entitlement`](scout_entitlement.md) | Manage entitlement of a Docker Hub repository |
| [`push`](scout_push.md) | Push an image or image index to Docker Scout (experimental) |
| [`quickview`](scout_quickview.md) | Quick overview of an image |
| [`recommendations`](scout_recommendations.md) | Display available base image updates and remediation recommendations |
| [`repo`](scout_repo.md) | Commands to list, enable and disable Docker Scout on repositories |
| [`repo`](scout_repo.md) | Commands to list, enable, and disable Docker Scout on repositories |
| [`sbom`](scout_sbom.md) | Generate or display SBOM of an image |
| [`stream`](scout_stream.md) | Record an image into a stream (experimental) |
| [`version`](scout_version.md) | Show Docker Scout version information |
Expand Down
4 changes: 2 additions & 2 deletions docs/scout_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Compare two images and display differences (experimental)
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to analyze |
| `--ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with --type archive. |
| `--to` | `string` | | Image, directory or archive to compare to |
| `--to` | `string` | | Image, directory, or archive to compare to |
| `--to-latest` | | | Latest image processed to compare to |
| `--to-ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with --type archive. |
| `--to-stream` | `string` | | Name of stream to compare to |
| `--to-type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| `--to-type` | `string` | `image` | Image type to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |


Expand Down
15 changes: 15 additions & 0 deletions docs/scout_push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# docker scout push

<!---MARKER_GEN_START-->
Push an image or image index to Docker Scout (experimental)

### Options

| Name | Type | Default | Description |
|:--------------|:---------|:--------|:--------------------------------|
| `--namespace` | `string` | | Docker Hub namespace to push to |
| `--sbom` | | | Create and upload SBOMs |


<!---MARKER_GEN_END-->

2 changes: 1 addition & 1 deletion docs/scout_repo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker scout repo

<!---MARKER_GEN_START-->
Commands to list, enable and disable Docker Scout on repositories
Commands to list, enable, and disable Docker Scout on repositories

### Subcommands

Expand Down

0 comments on commit 27fb48d

Please sign in to comment.