- Use curl instead of Git to pull lua mods.
- Use the vendor folder when available for Go builds
- Bump timestamps of copied files for reproducibility
Signed-off-by: Brandon Mitchell <git@bmitch.net>
Local images should not build using the vendor folder.
GHA build should use the https:// rather than git:// dir.
GHA build should use the git commit timestamp.
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This removes the embed/version.json and associated calls.
Breaking: tag details are no longer available.
Breaking: regclient.VCSRef and VCSTag variables removed.
Breaking: detailed version support removed for Go 1.17 and earlier.
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This also includes bug fixes:
- loading config no longer warns at change from default
- docker build fixed to not ignore new files
Signed-off-by: Brandon Mitchell <git@bmitch.net>