Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker tag for nats > 2.1 is not set for linux/arm64/v8 #1540

Closed
akhenakh opened this issue Jul 29, 2020 · 3 comments
Closed

docker tag for nats > 2.1 is not set for linux/arm64/v8 #1540

akhenakh opened this issue Jul 29, 2020 · 3 comments
Assignees

Comments

@akhenakh
Copy link

docker run --rm -it nats:2.1.7                                                                                                                                                                 
Unable to find image 'nats:2.1.7' locally
2.1.7: Pulling from library/nats
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.

Only the tag 2.1 is working but still pointing to 2.1.0

docker run --rm -it nats:2.1                                                                                                                                                                   
[1] 2020/07/29 01:12:38.950540 [INF] Starting nats-server version 2.1.0
[1] 2020/07/29 01:12:38.951180 [INF] Git commit [1cc5ae0]
[1] 2020/07/29 01:12:38.953240 [INF] Starting http monitor on 0.0.0.0:8222
[1] 2020/07/29 01:12:38.953971 [INF] Listening for client connections on 0.0.0.0:4222
[1] 2020/07/29 01:12:38.954090 [INF] Server id is NB3CI7AN55HDYKRQ5KEIWQ77FSOWI3IVM2NPNNMJRHHEO6LCEDSAILAR
[1] 2020/07/29 01:12:38.954128 [INF] Server is ready
[1] 2020/07/29 01:12:38.959527 [INF] Listening for route connections on 0.0.0.0:6222
@kozlovic
Copy link
Member

We are looking into this. It seems that the arm64 image is not built since we switch to the new nats-docker and nats-streaming-docker layout. Will keep you posted.

@kozlovic
Copy link
Member

@akhenakh This is resolved now. Sorry for the inconvenience:

docker run --rm -ti mplatform/mquery nats:2.1.7
Image: nats:2.1.7
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64
   - linux/arm/v6
   - linux/arm/v7
   - linux/arm64
   - windows/amd64:10.0.17763.1339

@akhenakh
Copy link
Author

fixed thaks

docker run --rm -it nats:2.1.7     
Unable to find image 'nats:2.1.7' locally
2.1.7: Pulling from library/nats
39a183ba9375: Pull complete
98a510a0d87b: Pull complete
Digest: sha256:35d212a94eb9c1d6568d91f450637a8a597ecb703b5d32425df06a31945bbf32
Status: Downloaded newer image for nats:2.1.7
[1] 2020/07/29 23:04:34.106458 [INF] Starting nats-server version 2.1.7
[1] 2020/07/29 23:04:34.106846 [INF] Git commit [bf0930e]
[1] 2020/07/29 23:04:34.110106 [INF] Starting http monitor on 0.0.0.0:8222
[1] 2020/07/29 23:04:34.111887 [INF] Listening for client connections on 0.0.0.0:4222
[1] 2020/07/29 23:04:34.112078 [INF] Server id is NCZR7UKTPL4ZWDWYFM5CHM6DKFT2DP5CWA7N3MRYEB7USPOK2JQTYAPI
[1] 2020/07/29 23:04:34.112124 [INF] Server is ready
[1] 2020/07/29 23:04:34.114616 [INF] Listening for route connections on 0.0.0.0:6222
^C[1] 2020/07/29 23:04:35.333968 [INF] Initiating Shutdown...
[1] 2020/07/29 23:04:35.335063 [INF] Server Exiting..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants