-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add management of DockerHub mondoo/cnquery & mondoo/cnspec Descriptio…
…ns (#424) * Add missing mondoo Docker Org overfile texts Signed-off-by: Ben Rockwood <[email protected]> * Add action steps to update cnquery and cnspec Signed-off-by: Ben Rockwood <[email protected]> * Version update for readmes Signed-off-by: Ben Rockwood <[email protected]> * Allow manual invocation Signed-off-by: Ben Rockwood <[email protected]> --------- Signed-off-by: Ben Rockwood <[email protected]>
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 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
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,25 @@ | ||
|
||
``` | ||
___ _ __ __ _ _ _ ___ _ __ _ _ | ||
/ __| '_ \ / _` | | | |/ _ \ '__| | | | | ||
| (__| | | | (_| | |_| | __/ | | |_| | | ||
\___|_| |_|\__, |\__,_|\___|_| \__, | | ||
mondoo™ |_| |___/ | ||
``` | ||
|
||
# Quick reference | ||
|
||
* Basic use: ```docker run mondoo/cnquery <args>``` | ||
* Source Code: https://github.com/mondoohq/cnquery | ||
* Release Notes: https://mondoo.com/releases/ | ||
* Documentation: [mondoo.com/docs/cnquery/](https://mondoo.com/docs/cnquery/) | ||
* Where to get help: [Mondoo Community GitHub Discussions](https://github.com/orgs/mondoohq/discussions) | ||
* Dockerfile Source: https://github.com/mondoohq/cnquery/blob/main/Dockerfile | ||
* Where to file issues: https://github.com/mondoohq/cnquery/issues | ||
* Mondoo Client Binary Downloads (Non-Container): https://releases.mondoo.com/cnquery/ | ||
* Supported Architectures: `amd64`, `i386`, `arm32v6`, `arm32v7`, and `arm64` | ||
|
||
# Supported tags | ||
- `latest` - always pinned to the latest release | ||
- `9` - always pinned to the latest release for a given major version | ||
- `9.1.0` - always pinned to a specific release |
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,25 @@ | ||
``` | ||
___ _ __ ___ _ __ ___ ___ | ||
/ __| '_ \/ __| '_ \ / _ \/ __| | ||
| (__| | | \__ \ |_) | __/ (__ | ||
\___|_| |_|___/ .__/ \___|\___| | ||
mondoo™ |_| | ||
``` | ||
|
||
|
||
# Quick reference | ||
|
||
* Basic use: ```docker run mondoo/cnspec <args>``` | ||
* Source Code: https://github.com/mondoohq/cnspec | ||
* Release Notes: https://mondoo.com/releases/ | ||
* Documentation: [mondoo.com/docs/cnspec/](https://mondoo.com/docs/cnspec/) | ||
* Where to get help: [Mondoo Community GitHub Discussions](https://github.com/orgs/mondoohq/discussions) | ||
* Dockerfile Source: https://github.com/mondoohq/cnspec/blob/main/Dockerfile | ||
* Where to file issues: https://github.com/mondoohq/cnspec/issues | ||
* Binary Downloads (Non-Container): https://releases.mondoo.com/cnspec/ | ||
* Supported Architectures: `amd64`, `i386`, `arm32v6`, `arm32v7`, and `arm64` | ||
|
||
# Supported tags | ||
- `latest` - always pinned to the latest release | ||
- `9` - always pinned to the latest release for a given major version | ||
- `9.1.0` - always pinned to a specific release |