maxime-esa / asn1scc

ASN1SCC: An open source ASN.1 compiler for embedded systems

Home Page:https://www.thanassis.space/asn1.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker container command does not work for me.

HelenHZhang opened this issue · comments

I tried to follow the instruction

docker pull maxime-esa/asn1scc
docker run -it maxime-esa/asn1scc

I got the following error in the first command:
Error response from daemon: manifest for dockerhub.cisco.com/docker.io/maxime-esa/asn1scc:latest not found: manifest unknown: The named manifest is not known to the registry.

Please advise me. Thanks

Hello, I am not one of the maintainers but I think it is related to #271

For me the older image ttsiodras/asn1scc works (granted that it is 2 years old) or alternatively build the image yourself (you should be able to get the necessary commands from the config)

We are not maintaining the docker option so this will be removed from the README.md file in the next version.

Please use the available Releases (on Github) to get a working binary. At the moment only the Linux releases are up to date but if you need a Windows binary I can build it and upload it as well.