1
Fork 0
Commit Graph

171 Commits (main)
 

Author SHA1 Message Date
Motiejus Jakštys f0bebff6a1 README: remove Changelog 5 months ago
Motiejus Jakštys e6d1a95c02 upgrade to go 1.20
use errors.Join
5 months ago
Motiejus Jakštys 725fb5679b move to git.jakstys.lt 6 months ago
Motiejus Jakštys 8f80dc49f5 re-license to apache2 8 months ago
Motiejus Jakštys 6d24d0da7a replace io/ioutil with os 9 months ago
Motiejus Jakštys d3efb410d0 make: fix clean target 1 year ago
Motiejus Jakštys 1c46fb8617 release: a better changelog 1 year ago
Motiejus Jakštys 4408a9e005 rootfs: remove ./ prefix from filenames
I've seen a container (private one) whose filenames start with ./, but
the layer name does not have the prefix, causing undocker to fail.

Let's always normalize the names to not have the prefix.
1 year ago
Motiejus Jakštys 41baf180a3 [ci] merge test and lint steps to one 2 years ago
Motiejus Jakštys 4754869190 [ci] replace tee with awk 2 years ago
Motiejus Jakštys ec62b65ecd [ci] add a usage step 2 years ago
Motiejus Jakštys 0ff72b99d9 remove unnecessary support for prebuilt binaries
the users will know how to build the binaries themselves.
2 years ago
Motiejus Jakštys e4c0d4d72a remove references to 'official' binaries 2 years ago
Motiejus Jakštys eab7c3c1ef [release] fix nullglob issue 2 years ago
Motiejus Jakštys ec61d24fd4 [nit] Makefile style 2 years ago
Motiejus Jakštys d3933efd74 Update README
- add communication section
- remove systemd-nspawn section
2 years ago
Motiejus Jakštys a265915b21 Shellcheck release 2 years ago
Motiejus Jakštys 8c00e74df9 Update release script
- fix paths of sha256sum
- check for old artifacts before doing the release
2 years ago
Motiejus Jakštys 5e297827d3 update README with more actionable examples 2 years ago
Motiejus Jakštys dc03b29e6e Revert "add WithFilePrefix"
This reverts commit 436a866f5d.

This is not a good place for such auxiliary functionality; will be moved
elsewhere.
2 years ago
Motiejus Jakštys f02af98ac5 nit: shorter defer body 2 years ago
Motiejus Jakštys cca579d218 update Makefile and default target
Adds a `sha256sum-$(VSN).txt`. For easier CI.
2 years ago
Motiejus Jakštys 436a866f5d add WithFilePrefix
This adds an option to prefix every file path with a given string.
2 years ago
Motiejus Jakštys 71aab65b75 version sha256sum files 2 years ago
Motiejus Jakštys 984752b812 remove unused archs
I am not using nor need arm64 and windows. Removing these from the
Makefile. If you see this message and feel like they should be added
back (or different archs), ping me.
2 years ago
Motiejus Jakštys 4568429a69 main.go: remove file if on Flatten(..) failure
When a Flatten() fails, the main program used to leave an incomplete
file (usually zero-length). Now it will clean itself up on failure.
2 years ago
Motiejus Jakštys 6f40bc91be simplify linter 2 years ago
Motiejus Jakštys 63d171007e shellcheck 2 years ago
Motiejus Jakštys 5d4d6410da remove windows/arm64
not available on go 1.16
2 years ago
Motiejus Jakštys d3dc675d07 add file which helps releases 2 years ago
Motiejus Jakštys 6dd7678e64 add version info to the binary 2 years ago
Motiejus Jakštys be668f21e8 tag version 2 years ago
Motiejus Jakštys ef583c159f sha256sum 2 years ago
Motiejus Jakštys 48800cee35 compile all targets 2 years ago
Motiejus Jakštys a000e0c482 simpler generator 2 years ago
Motiejus Jakštys 6902590e82 add more targets 2 years ago
Motiejus Jakštys 98139c198c update README 2 years ago
Motiejus Jakštys 34a4ebfeaa additional error check 2 years ago
Motiejus Jakštys f1566184cf determine gzip archives from magic values
instead of guessing.
2 years ago
Motiejus Jakštys 8d298610f2 add `all` target 2 years ago
Motiejus Jakštys 1d58548136 lint is a composite target 2 years ago
Motiejus Jakštys b138e2b1f8 go vet comes first, it's faster. 2 years ago
Motiejus Jakštys c7b6a276f1 revert go.mod
this is installed out-of-band
2 years ago
Motiejus Jakštys 719919b3d8 gopath fixes 2 years ago
Motiejus Jakštys dea74a6595 go install -> go get 2 years ago
Motiejus Jakštys 3d6f45f81c lint 2 years ago
Motiejus Jakštys 86b7c30680 add `undocker` target 2 years ago
Motiejus Jakštys 4a611a9699 fix undocker path 2 years ago
Motiejus Jakštys ff11d83ab0 add coverage.html 2 years ago
Motiejus Jakštys 21cafcfc16 more artifacts 2 years ago