Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 875 Bytes

README.adoc

File metadata and controls

36 lines (26 loc) · 875 Bytes

tmacro/Dockerfiles

A ragtag collection of scripts, repackaged applications, and at least one eldrich horror of a Go template.

Repo Structure

Images are defined in a subdirectory of images/ with the directory name being the name of the image. An image is expected to contain a Dockerfile in the root of its directory. Per image configuration for shoreman can be specified in a image.conf in the root of an image’s directory.

images/
├── authelia
│   └── Dockerfile
└── technitium-dns
    ├── Dockerfile
    └── image.conf

Building

Building single images requires no tools other docker:

cd images/authelia
docker build -t authelia .