feat: initial docker image module

This commit is contained in:
Jaka Hudoklin 2019-03-05 21:26:00 +01:00
parent aab68623e0
commit 03e1f4c1c4
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
2 changed files with 52 additions and 0 deletions

View file

@ -5,4 +5,5 @@
istio = ./istio;
testing = ./testing;
helm = ./helm;
docker = ./docker;
}