You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cpssd/heracles image is pretty large (docker images cpssd/heracles shows its size as 1.66GB), and it takes between 17-35 seconds to download for CircleCI. We should try and take a look at some more lightweight alternatives.
Alpine is a good choice, it contains the protobuf library, but it by default only has stable toolchain, and creating nightly would be rather problematic due to limited libc support. Also the stable image relies on a lot of patching to make it work.
The text was updated successfully, but these errors were encountered:
cpssd/heracles
image is pretty large (docker images cpssd/heracles
shows its size as 1.66GB), and it takes between 17-35 seconds to download for CircleCI. We should try and take a look at some more lightweight alternatives.Alpine is a good choice, it contains the
protobuf
library, but it by default only hasstable
toolchain, and creatingnightly
would be rather problematic due to limited libc support. Also thestable
image relies on a lot of patching to make it work.The text was updated successfully, but these errors were encountered: