No description
  • Dockerfile 52.9%
  • Makefile 47.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Andreas Neue ffa20247af
Some checks failed
Build and Push Docker Image / docker (push) Successful in 1m56s
Perform security scan / trivy-scan (push) Failing after 40s
Dockerfile: remove unnecessary stuff
2026-09-18 03:06:26 +02:00
.forgejo/workflows build-docker.yml: fix some errors 2026-09-18 03:00:25 +02:00
root/etc Dockerfile: change CMD, add root/etc/ 2026-09-18 02:51:31 +02:00
Dockerfile Dockerfile: remove unnecessary stuff 2026-09-18 03:06:26 +02: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.