Commit graph

5 commits

Author SHA1 Message Date
Peter 1261932bdc
refactor: apply golangci-lint findings
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-22 19:16:00 +02:00
Peter 46f27b55f9
feat(container): improve container probing
- copy buildr binary to tools directory to ensure everything necessary is within the repo scope
- monitor created container to check if it exited unexpectedly
- maintain a pool for byte buffers and introduce helper function
- detect container host properties to be able to copy right binary into it
2023-04-20 11:23:13 +02:00
Peter f5c9dfc231
refactor(ignore): make ignore implement fs.FS for easier testing later on 2023-04-19 18:39:56 +02:00
Peter 3819c692de
feat: prepare container execution 2023-04-11 22:30:48 +02:00
Peter a859b564a9
feat(packaging): add OCI image creation as package task 2023-04-04 18:19:58 +02:00