cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
208 stars 21 forks source link

unable to build kafkamanager docker image #68

Open jazzl0ver opened 5 years ago

jazzl0ver commented 5 years ago

It fails with:

$ pwd
/home/user/go/src/github.com/cloudstax/firecamp/catalog/kafkamanager/1.3.3/dockerfile
$ docker build -t 111111111111.dkr.ecr.us-east-1.amazonaws.com/firecamp-kafka-manager:1.3.3-1.0 .
Sending build context to Docker daemon  11.57MB
Step 1/10 : FROM debian:jessie-backports
 ---> 3c66f9166174
...
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::              FAILED DOWNLOADS            ::
[warn]  :: ^ see resolution messages for details  ^ ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: org.xerial.snappy#snappy-java;1.1.7.1!snappy-java.jar
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[info] Wrote /tmp/kafka-manager/target/scala-2.11/kafka-manager_2.11-1.3.3.18.pom
sbt.ResolveException: download failed: org.xerial.snappy#snappy-java;1.1.7.1!snappy-java.jar'
...

Evert time it fails to download different files.

JuniusLuo commented 5 years ago

This would be a temporary sbt download issue. Better to simply retry the build?

jazzl0ver commented 5 years ago

I tried multiple times (from different locations, including a specially created EC2 instance in us-east-1) - it fails every time.