Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 328 Bytes

Collection of utility docker images

To add an image:

  • create corresponding directory with Dockerfile
  • Add a vsn file in the directory (bump vsn whenver there is a change)
  • update main.yaml

There is also a generic Makefile for local usage:

make
make <image>
make <image>-push