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
Use of docker necessitates people unzipping our bundles. We really should just migrate over to .tar or .tar.gz but, while we use a non-standard Zip64, we should really provide a simple command line util as part of the general command line. For example, here's what you have to do now:
What we can do is switch to a standard zip64 bundle for 1.2 (while deprecating the old zip64 format for 1.1.X) so that standard Linux tools will work out of the box for unzipping bundles (We should still add an unzip command though for consistency).
Use of docker necessitates people unzipping our bundles. We really should just migrate over to .tar or .tar.gz but, while we use a non-standard Zip64, we should really provide a simple command line util as part of the general command line. For example, here's what you have to do now:
would really like something like.
The text was updated successfully, but these errors were encountered: