No description
  • Dockerfile 41.9%
  • Makefile 38.2%
  • Shell 19.9%
Find a file
Andreas Neue 1f6efc5f12
All checks were successful
Build and Push Docker Image / docker (push) Successful in 31s
Perform security scan / trivy-scan (push) Successful in 26s
trivy
2026-03-24 11:13:54 +01:00
.forgejo/workflows trivy 2026-03-24 11:13:54 +01:00
root init 2026-02-03 09:51:52 +01:00
Dockerfile test 2026-03-17 10:23:30 +01:00
Makefile init 2026-02-03 09:49:58 +01:00
README.md init 2026-02-03 09:49:58 +01:00

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.