pshima / consul-snapshot

consul-snapshot is a backup and restore utility for Consul (https://www.consul.io). This is slightly different than some other utilities out there as this runs as a daemon for backups and ships them to S3. Also has integrated monitoring and backup health checks.
Apache License 2.0
116 stars 35 forks source link

Docker Build doesn't work #31

Open cherishedbrain opened 2 years ago

cherishedbrain commented 2 years ago

Looks like docker build is broken. Upon trying docker build to build the image it fails with the

=> => # package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)

I have tried upgrading the go base image but it fails with some other error.

ErezWeiss commented 2 years ago

@cherishedbrain Same here. How did you solve it?