mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 18:25:09 +00:00
Merge branch 'librenms:master' into saml
This commit is contained in:
commit
95c891bd9d
1 changed files with 9 additions and 10 deletions
19
README.md
19
README.md
|
|
@ -96,16 +96,15 @@ $ docker buildx bake image-all
|
|||
Following platforms for this image are available:
|
||||
|
||||
```
|
||||
$ docker run --rm mplatform/mquery librenms/librenms:latest
|
||||
Image: librenms/librenms:latest
|
||||
* Manifest List: Yes
|
||||
* Supported platforms:
|
||||
- linux/amd64
|
||||
- linux/arm/v7
|
||||
- linux/arm64
|
||||
- linux/386
|
||||
- linux/ppc64le
|
||||
- linux/s390x
|
||||
$ docker buildx imagetools inspect librenms/librenms --format "{{json .Manifest}}" | \
|
||||
jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"'
|
||||
|
||||
linux/386
|
||||
linux/amd64
|
||||
linux/arm/v7
|
||||
linux/arm64
|
||||
linux/ppc64le
|
||||
linux/s390x
|
||||
```
|
||||
|
||||
## Environment variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue