Compare commits
No commits in common. "66ebc83e3a713535766f931bf1c8bf6ac6b7711a" and "108e3e294917231c690dd06e3f0b18808f1f8c6f" have entirely different histories.
66ebc83e3a
...
108e3e2949
@ -13,12 +13,10 @@ docker pull gitea.elara.ws/elara6331/golang:latest
|
|||||||
### Images
|
### Images
|
||||||
|
|
||||||
- `static`: A base image with just enough files to run static binaries
|
- `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
|
- `golang`: An alpine-based image with Go installed
|
||||||
- `webserver`: A very simple webserver
|
- `webserver`: A very simple webserver
|
||||||
- `go-import-redirector`: rsc's [go-import-redirector](https://github.com/rsc/go-import-redirector) project
|
- `go-import-redirector`: rsc's [go-import-redirector](https://github.com/rsc/go-import-redirector) project
|
||||||
- `node`: An alpine-based image with NodeJS and npm installed
|
- `node`: An alpine-based image with NodeJS installed
|
||||||
- `crane`: Google's [crane](https://github.com/google/go-containerregistry/tree/main/cmd/crane) project
|
|
||||||
|
|
||||||
### Acknowledgements
|
### Acknowledgements
|
||||||
|
|
||||||
|
@ -4,6 +4,3 @@ contents:
|
|||||||
packages:
|
packages:
|
||||||
- busybox
|
- busybox
|
||||||
- ssl_client
|
- ssl_client
|
||||||
|
|
||||||
entrypoint:
|
|
||||||
command: /bin/sh
|
|
Loading…
Reference in New Issue
Block a user