cloudstax / firecamp

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

make docker fails for firecamp-cassandra-init #33

Closed jazzl0ver closed 6 years ago

jazzl0ver commented 6 years ago

firecamp-cassandra-init.docker-build.log.gz

JuniusLuo commented 6 years ago

Fixed! To avoid this from happening again, will delete the original image and build from scratch next time.

jazzl0ver commented 6 years ago

Still having issues :( log.txt.gz

JuniusLuo commented 6 years ago

I tried it again. Works for me. Did you retry it? Could you please delete all local cassandra images and try it again?

JuniusLuo commented 6 years ago

Not sure why you still hit this issue. The cassandra dockerfile also includes the same build. After update the cassandra dockerfile to the latest, the init dockerfile could be built from cassandra dockerfile. The init task docker file could build from the cassandra dockerfile.

JuniusLuo commented 6 years ago

The patch was committed. Please let me know if you still have any issue to build the cassandra init docker image.

jazzl0ver commented 6 years ago

Your patch has solved the issue. Thank you!