nats-io / nats-docker

Official Docker image for the NATS server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest nats wrong in docker hub

bfoxstudio opened this issue · comments

latest nats on amd64 not 2.6.2 after start
[1] 2021/10/13 13:48:22.394810 [INF] Starting nats-server
[1] 2021/10/13 13:48:22.394884 [INF] Version: 2.6.1
[1] 2021/10/13 13:48:22.394890 [INF] Git: [c91f0fe]
[1] 2021/10/13 13:48:22.394894 [INF] Name: n4-c1
[1] 2021/10/13 13:48:22.394907 [INF] Node: Qr6zDb95
[1] 2021/10/13 13:48:22.394913 [INF] ID: NDAVI2ITITVQJGNLXPDRVKCSWRB5E6FEKB247E253T7QMWK2BJUVI6EH

sha256:a43c679fb63f49a56f6710d3f4afaef53226518d9433f814f60ce9ea52b7799e

Just yet not available. I have asked the official images maintainers if the build process is stuck by any chance, you can check if they answer there: docker-library/official-images#11093

As of now, only arm6 and windows images are available:

$ docker run --rm -ti mplatform/mquery nats:2.6.2
Image: nats:2.6.2 (digest: sha256:3167fa2c67cb235672992c81f47ccec454a2ec404374a8b23dc69225b41cdf63)
 * Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json)
 * Supported platforms:
   - linux/arm/v6
   - windows/amd64:10.0.17763.2237

Closing this.. the current version is v2.6.4 and is available:

docker run --rm -ti mplatform/mquery nats:2.6.4
Image: nats:2.6.4 (digest: sha256:e2b88144aab37cca632e2e59ba7d979006bb30bdeefaa4c8eb6281ee683205b2)
 * Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json)
 * Supported platforms:
   - linux/amd64
   - linux/arm/v6
   - linux/arm/v7
   - linux/arm64/v8
   - windows/amd64:10.0.17763.2237