File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ docker buildx bake image-all
9494Following platforms for this image are available:
9595
9696```
97- $ docker run --rm mplatform/mquery crazymax/rtorrent-rutorrent:latest
98- Image: crazymax/rtorrent-rutorrent:latest
99- * Manifest List: Yes
100- * Supported platforms:
101- - linux/amd64
102- - linux/arm/v6
103- - linux/arm/v7
104- - linux/arm64
97+ $ docker buildx imagetools inspect crazymax/rtorrent-rutorrent --format "{{json .Manifest}}" | \
98+ jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"'
99+
100+ linux/amd64
101+ linux/arm/v6
102+ linux/arm/v7
103+ linux/arm64
105104```
106105
106+
107107## Environment variables
108108
109109### General
You can’t perform that action at this time.
0 commit comments