-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: review variables used in mkdocs (#860)
Signed-off-by: Daniel Pacak <[email protected]>
- Loading branch information
1 parent
7687ef9
commit 539d3f7
Showing
10 changed files
with
55 additions
and
61 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Docker | ||
|
||
We also release Docker images `aquasec/starboard:{{ var.build.version }}` and | ||
`public.ecr.aws/aquasecurity/starboard:{{ var.build.version }}` to run Starboard as a Docker container or to manually | ||
We also release Docker images `aquasec/starboard:{{ git.tag[1:] }}` and | ||
`public.ecr.aws/aquasecurity/starboard:{{ git.tag[1:] }}` to run Starboard as a Docker container or to manually | ||
schedule Kubernetes scan Jobs in your cluster. | ||
|
||
```console | ||
$ docker container run --rm public.ecr.aws/aquasecurity/starboard:{{ var.build.version }} version | ||
Starboard Version: {Version:{{ var.build.version }} Commit:{{ var.build.commit }} Date:{{ var.build.date }}} | ||
$ docker container run --rm public.ecr.aws/aquasecurity/starboard:{{ git.tag[1:] }} version | ||
Starboard Version: {Version:{{ git.tag[1:] }} Commit:{{ git.commit }} Date:{{ git.date.isoformat() }}} | ||
``` |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ version of Starboard. | |
You must have a working Go environment. | ||
|
||
``` | ||
git clone --depth 1 --branch {{ var.tag }} [email protected]:aquasecurity/starboard.git | ||
git clone --depth 1 --branch {{ git.tag }} [email protected]:aquasecurity/starboard.git | ||
cd starboard | ||
make | ||
``` | ||
|
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
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