Add new images to README

This commit is contained in:
Elara 2023-08-16 12:58:44 -07:00
parent 108e3e2949
commit 90949b12a5
1 changed files with 3 additions and 1 deletions

View File

@ -13,10 +13,12 @@ docker pull gitea.elara.ws/elara6331/golang:latest
### Images
- `static`: A base image with just enough files to run static binaries
- `busybox`: A base image with the busybox utilities installed
- `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
- `node`: An alpine-based image with NodeJS installed
- `node`: An alpine-based image with NodeJS and npm installed
- `crane`: Google's [crane](https://github.com/google/go-containerregistry/tree/main/cmd/crane) project
### Acknowledgements