File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,15 @@ docker buildx bake image-all
6565Following platforms for this image are available:
6666
6767```
68- $ docker run --rm mplatform/mquery crazymax/dokuwiki:latest
69- Image: crazymax/dokuwiki:latest
70- * Manifest List: Yes
71- * Supported platforms:
72- - linux/amd64
73- - linux/arm/v6
74- - linux/arm/v7
75- - linux/arm64
76- - linux/ppc64le
77- - linux/s390x
68+ $ docker buildx imagetools inspect crazymax/dokuwiki --format "{{json .Manifest}}" | \
69+ jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"'
70+
71+ linux/amd64
72+ linux/arm/v6
73+ linux/arm/v7
74+ linux/arm64
75+ linux/ppc64le
76+ linux/s390x
7877```
7978
8079## Environment variables
You can’t perform that action at this time.
0 commit comments