Skip to content

Commit

Permalink
Merge pull request #65 from docker/v1.0.9
Browse files Browse the repository at this point in the history
Publish v1.0.9 release
  • Loading branch information
eunomie authored Oct 19, 2023
2 parents 64f51cd + 6ffc72c commit 0b1f05d
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 20 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_1.0.8_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_1.0.9_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
13d775f53d2bb03b57d8385a2b889ce45504e0e5f4fc709ece7946988f3f1efb docker-scout_1.0.9_darwin_arm64.tar.gz
141813ec5ed16745b734f17b813c508a2173b8b5667f01d28b3051f21f3eab95 docker-scout_1.0.9_windows_arm64.zip
25c1c8d6fa3f498d488a015c86cf79353358aa85ecff17d1baa009c3c2e70763 docker-scout_1.0.9_linux_amd64.tar.gz
43f8e4ec7c42568b0a38ee1a6f32a8e4cd11c199359a8bf3050fedcf618f65a7 docker-scout_1.0.9_linux_arm64.tar.gz
859181320e77894807eb224b396e7f2d1cc45138d8716b4a74caeb05efbebafa docker-scout_1.0.9_windows_amd64.zip
e8036f06c680b866c96fff5a4fa8edb48a5e1be448025697ee9413fa96a9e71b docker-scout_1.0.9_darwin_amd64.tar.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 36 additions & 1 deletion docs/docker_scout_repo_disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@ command: docker scout repo disable
short: Disable Docker Scout
long: |
The docker scout repo disable command disables Docker Scout on repositories.
usage: docker scout repo disable REPOSITORY
usage: docker scout repo disable [REPOSITORY]
pname: docker scout repo
plink: docker_scout_repo.yaml
options:
- option: all
value_type: bool
default_value: "false"
description: |
Disable all repositories of the organization. Can not be used with --filter.
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: filter
value_type: string
description: Regular expression to filter repositories by name
Expand Down Expand Up @@ -53,6 +64,30 @@ inherited_options:
experimentalcli: false
kubernetes: false
swarm: false
examples: |-
### Disable a specific repository
```console
$ docker scout repo disable my/repository
```
### Disable all repositories of the organization
```console
$ docker scout repo disable --all
```
### Disable some repositories based on a filter
```console
$ docker scout repo disable --filter namespace/backend
```
### Disable a repository from a specific registry
```console
$ docker scout repo disable my/repository --registry 123456.dkr.ecr.us-east-1.amazonaws.com
```
deprecated: false
experimental: false
experimentalcli: false
Expand Down
37 changes: 36 additions & 1 deletion docs/docker_scout_repo_enable.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
command: docker scout repo enable
short: Enable Docker Scout
long: The docker scout repo enable command enables Docker Scout on repositories.
usage: docker scout repo enable REPOSITORY
usage: docker scout repo enable [REPOSITORY]
pname: docker scout repo
plink: docker_scout_repo.yaml
options:
- option: all
value_type: bool
default_value: "false"
description: |
Enable all repositories of the organization. Can not be used with --filter.
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: filter
value_type: string
description: Regular expression to filter repositories by name
Expand Down Expand Up @@ -52,6 +63,30 @@ inherited_options:
experimentalcli: false
kubernetes: false
swarm: false
examples: |-
### Enable a specific repository
```console
$ docker scout repo enable my/repository
```
### Enable all repositories of the organization
```console
$ docker scout repo enable --all
```
### Enable some repositories based on a filter
```console
$ docker scout repo enable --filter namespace/backend
```
### Enable a repository from a specific registry
```console
$ docker scout repo enable my/repository --registry 123456.dkr.ecr.us-east-1.amazonaws.com
```
deprecated: false
experimental: false
experimentalcli: false
Expand Down
38 changes: 32 additions & 6 deletions docs/scout_repo_disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,39 @@ Disable Docker Scout

### Options

| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------------------|
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--integration` | `string` | | Name of the integration to use for enabling an image |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------------------------------------------|
| `--all` | | | Disable all repositories of the organization. Can not be used with --filter. |
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--integration` | `string` | | Name of the integration to use for enabling an image |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |


<!---MARKER_GEN_END-->

## Examples

### Disable a specific repository

```console
$ docker scout repo disable my/repository
```

### Disable all repositories of the organization

```console
$ docker scout repo disable --all
```

### Disable some repositories based on a filter

```console
$ docker scout repo disable --filter namespace/backend
```

### Disable a repository from a specific registry

```console
$ docker scout repo disable my/repository --registry 123456.dkr.ecr.us-east-1.amazonaws.com
```
38 changes: 32 additions & 6 deletions docs/scout_repo_enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,39 @@ Enable Docker Scout

### Options

| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------------------|
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--integration` | `string` | | Name of the integration to use for enabling an image |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:----------------------------------------------------------------------------|
| `--all` | | | Enable all repositories of the organization. Can not be used with --filter. |
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--integration` | `string` | | Name of the integration to use for enabling an image |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |


<!---MARKER_GEN_END-->

## Examples

### Enable a specific repository

```console
$ docker scout repo enable my/repository
```

### Enable all repositories of the organization

```console
$ docker scout repo enable --all
```

### Enable some repositories based on a filter

```console
$ docker scout repo enable --filter namespace/backend
```

### Enable a repository from a specific registry

```console
$ docker scout repo enable my/repository --registry 123456.dkr.ecr.us-east-1.amazonaws.com
```

0 comments on commit 0b1f05d

Please sign in to comment.