runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.51k stars 90 forks source link

Package the SOCI binaries in Finch #659

Open ollypom opened 11 months ago

ollypom commented 11 months ago

What is the problem you're trying to solve?. If you enable the SOCI snapshotter on Finch, today we are downloading the binaries on boot. To support users running in an offline environment, or those who are conscious about downloading artifacts from GitHub, could we package SOCI binaries in the Finch VM image?

The downside this does increase the overall size of the Finch VM.

$ ls -lah /usr/local/bin/ | grep soci
-rwxrwxr-x. 1 fedora fedora  18M Aug 29 19:44 soci
-rwxrwxr-x. 1 fedora fedora  41M Aug 29 19:44 soci-snapshotter-grpc

Describe the feature you'd like Could we package SOCI binaries in the Finch VM image?

Additional context Add any other context or screenshots about the feature request here.