Add acknowledgements to README
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-08-13 19:11:01 -07:00
parent 59cbe8d46f
commit 5de188318d
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ docker pull gitea.elara.ws/elara6331/golang:latest
- `golang`: An alpine-based image with Go installed
- `webserver`: A very simple webserver
- `go-import-redirector`: rsc's [go-import-redirector](https://github.com/rsc/go-import-redirector) project
### Acknowledgements
- [Alpine Linux](https://alpinelinux.org/): The basis of all my images
- [ko](https://ko.build/): Used to build light containers with static Go programs
- [apko](https://github.com/chainguard-dev/apko): Used to build more complex containers