Compare commits

...

2 Commits

Author SHA1 Message Date
Elara 66ebc83e3a Add entrypoint to busybox image
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-16 12:59:30 -07:00
Elara 90949b12a5 Add new images to README 2023-08-16 12:58:44 -07:00
2 changed files with 6 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

View File

@ -4,3 +4,6 @@ contents:
packages:
- busybox
- ssl_client
entrypoint:
command: /bin/sh