docker-library/docs

docker pull tianon/markdownfmt error: "no matching manifest for linux/arm64/v8..."

jstirnaman opened this issue · 1 comments

When trying to run markdownfmt.sh or when trying to pull tianon/markdownfmt directly--for example:

docker pull tianon/markdownfmt:latest

docker returns the following:

latest: Pulling from tianon/markdownfmt
no matching manifest for linux/arm64/v8 in the manifest list entries

Oh, great catch; this is fixed now 👍

$ crane manifest tianon/markdownfmt | jq '.manifests[].platform | join("/")' -r | grep -v unknown
linux/amd64
linux/arm64/v8
linux/386
linux/arm/v7
linux/arm/v6
linux/ppc64le
linux/s390x