Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 319 Bytes

File metadata and controls

11 lines (10 loc) · 319 Bytes

Dockerfiles

A collection of various Dockerfiles in use, all rebased to debian buster.

To build multiple docker images at once run

PROJECTS="turn samba" ./build.sh 

You can also build and push to your own repo by specifying the repo account

PROJECTS="turn samba" REPO=dkr.ecr.amazonaws.com ./build.sh