emqx / emqx

The most scalable open-source MQTT broker for IoT, IIoT, and connected vehicles
https://www.emqx.com/
Other
13.53k stars 2.17k forks source link

docker can't pull emqx:5.7.0 #13311

Closed happiren closed 1 week ago

happiren commented 1 week ago

What happened?

sudo docker pull emqx/emqx:5.7.0 can't pull emqx image tip: error pulling image configuration: download failed after attempts=6: dial tcp 162.125.8.1:443: i/o timeout

What did you expect to happen?

pull emqx/emqx:5.7.0

How can we reproduce it (as minimally and precisely as possible)?

No response

Anything else we need to know?

No response

EMQX version

emqx:5.7.0 ```console $ ./bin/emqx_ctl broker # paste output here ```

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here ```

Log files

weifengzyl commented 1 week ago

What happened? We didn't have this problem two weeks ago, and now we can't pull the 5.7.0 image

Altair-Bueno commented 1 week ago

Seems more of a Docker Hub issue. I can definitely pull this image in EU-West:

docker pull

The tag is available there: https://hub.docker.com/layers/emqx/emqx/5.7.0/images/sha256-e9898f04319fbf13766d2f47d0d7a10c0c7f0452bfb2842162cd5373edf05442?context=explore

keynslug commented 1 week ago

Hi @happiren,

dial tcp 162.125.8.1:443: i/o timeout

Looks like some connectivity problems on your side, I'd start with checking your network configuration.