wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.92k stars 2.73k forks source link

Can't fetch dependencies #670

Open pedroccg opened 3 years ago

pedroccg commented 3 years ago

I'm trying to perform the sudo docker-compose up but, it fails.

 ---> Running in 22c6a250f08a
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)
WARNING: Ignoring https://repos.azul.com/zulu/alpine: temporary error (try again later)
ERROR: unable to select packages:
  bash (no such package):
    required by: world[bash]
  curl (no such package):
    required by: world[curl]
  docker (no such package):
    required by: world[docker]
  jq (no such package):
    required by: world[jq]
mooseDecoder commented 3 years ago

I've the same error. Restarted and used --build and now it's working.

JaMurphSmi commented 3 years ago

Hi, wondering if you could maybe help me with my own issue. I am trying to build the image as it is now, to confirm I can, in preparation for trying to upgrade some dependencies to newer versions. I can get a decent way through the install process, but then I hit this error image Here is the command I use as well. for clarity (trying not to use travis ci as this will be for local use) docker build --build-arg kafka_version=2.7.0 --build-arg scala_version=2.13 --build-arg vcs_ref=unspecified --build-arg build_date=25-08-2021 -t wurstmeister/kafka .