summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2024-01-09[Bugfix] Update Dockerfile to use go 1.21Will Hawkins
Now that there is a requirement for go 1.21 (and 1.22 upon release), update the Dockerfile to meet those standards. Fixes #68. Signed-off-by: Will Hawkins <[email protected]>
2022-06-07Add `--rm` option to remove the Docker container after running RPM Test.Rich Brown
(Unused containers accumulate if you don't --rm.)
2022-06-05Update Dockerfile for golang 1.18.3 and alpine 3.16Rich Brown
2022-06-05Update Docker base to use golan 1.18.1Rich Brown
2022-03-17Add Dockerfile;Rich Brown
Pretty-print output (add banner, only display three sig-figs, etc)