diff --git a/README.md b/README.md index 0d3919c..4a37ce0 100644 --- a/README.md +++ b/README.md @@ -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