lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Cannot run docker container due to 502 bad gateway on archive.lenses.io #186

Open CABellamy opened 2 years ago

CABellamy commented 2 years ago

[compile-lkd 3/27] RUN wget $DEVARCH_USER $DEVARCH_PASS "https://archive.lenses.io/lkd/packages/kafka/kafka-2.13-2.6.2-L0-lkd.tar.gz" -O /opt/kafka.tar.gz && tar --no-same-owner -xzf /opt/kafka.tar.gz -C /opt && mkdir /opt/landoop/kafka/logs && chmod 1777 /opt/landoop/kafka/logs && rm -rf /opt/kafka.tar.gz:

8 0.205 --2022-08-23 08:48:28-- https://archive.lenses.io/lkd/packages/kafka/kafka-2.13-2.6.2-L0-lkd.tar.gz

8 0.210 Resolving archive.lenses.io (archive.lenses.io)... 104.155.36.252

8 0.320 Connecting to archive.lenses.io (archive.lenses.io)|104.155.36.252|:443... connected.

8 0.509 HTTP request sent, awaiting response... 502 Bad Gateway

8 0.550 2022-08-23 08:48:28 ERROR 502: Bad Gateway.

8 0.550

This has started happening around 14:30 BST 22/08/22 Is this issue being investigated?

CABellamy commented 2 years ago

This has been resolved was out for over 24 hours, is there plans on having a mirror for these dependencies moving forward?

dougdonohoe commented 1 year ago

This is happening again.

dougdonohoe commented 1 year ago

You can pull my pre-built image:

docker pull dougdonohoe/fast-data-dev

From my PR: https://github.com/lensesio/fast-data-dev/pull/185