kerberos-io / kerberos-docker

Run Kerberos Open Source inside a docker container.
http://doc.kerberos.io/opensource/installation#docker
103 stars 31 forks source link

docker: no matching manifest for linux/arm64/v8 in the manifest list entries #20

Closed JulyIghor closed 4 years ago

JulyIghor commented 4 years ago
docker run --name KerberOS -p 80:80 -p 8889:8889 -d kerberos/kerberos
Unable to find image 'kerberos/kerberos:latest' locally
latest: Pulling from kerberos/kerberos
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.
cedricve commented 4 years ago

which device are you using?

JulyIghor commented 4 years ago

Jetson Nano

cedricve commented 4 years ago

Trying to create a build. However arm64 is already available, but the v8 might be a specific archutecture? @JulyIghor

JulyIghor commented 4 years ago

If I manually tag it, it works, It is just :latest tag not worked

cedricve commented 4 years ago

@JulyIghor so you had to define the sha256 tag?

JulyIghor commented 4 years ago

@JulyIghor so you had to define the sha256 tag?

sorry I don't remember, I don't have this device any more