Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
_dev
suffix in order to more easily test the impact of new releasesgithub.com/tc-hib/go-winres
andwinres.json
file to apply version details to Windows executables provided by this project.gitignore
to exclude Windows syso filesbuilduser
builduser
user and group/builds
as the working directorysafe.directory
logic at system level.dockerignore
file to exclude unnecessary items from build image generationgo-ci-oldstable-build
imagedocker-release-build
-docker-dev-build
-docker-packages
-podman-release-build
-podman-dev-build
-podman-packages
docker image ls
output as a sysadmin might expect (if it was instead built with thedocker
command)help
recipe output (not useful to call directly)builduser
user that is created during build image generation when using Docker to build/run containers (Podman uses different settings)xz
compressed output to stdout, then redirect to a target filechmod
andchgrp
the compressed copy of input files when run within a non-root containerrelease_assets
path into/builds/release_assets
(using the same Makefile variable) read/write (instead of relying on implied read/write access)/builds
as the working directoryThis collection of changes allows reliably building this project using either Docker or Podman via a "rootless" container.
References