No description
- Makefile 41.7%
- Dockerfile 36.6%
- Shell 21.7%
|
All checks were successful
Build and Push Docker Image / docker (push) Successful in 30s
|
||
|---|---|---|
| .forgejo/workflows | ||
| root | ||
| Dockerfile | ||
| Makefile | ||
| README.md | ||
baseimage
Basically a docker baseimage as a base for basic needs.
Use this! Don't use something else.
Usage
FROM dr.dnix.de/baseimage
...
...
... your Dockerfile shit here
Put a run (or whatever you want to call it) script oder executyble inside of /etc/my_init/, which is your entrypoint to do things.
You can put multiple scripts there.