| Age | Commit message (Collapse) | Author |
|
|
|
The following warnings were emitted when running `make docker-test`:
```
2 warnings found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 11)
- JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 12)
```
This change fixes both of these 2 trivial warnings.
|
|
As we require Go 1.20 or above.
|
|
|
|
|
|
`archlinux/base:latest`cannot be found
|
|
We were not properly waiting for truthy-ness in until blocks.
Need Minitest with https://github.com/seattlerb/minitest/commit/21d9e804b63c619f602f3f4ece6c71b48974707a
|
|
|
|
|
|
|
|
make docker
make docker-test
|