From 80237aea6ac8e21a22ca23973ac6583aee681058 Mon Sep 17 00:00:00 2001 From: Nathaniel Kierpiec Date: Mon, 20 Jul 2020 16:50:14 -0400 Subject: Added dobi to the chef project Dobi will take care of building/tagging/pushing docker images. - Added dobi.yaml with specs for how to build - Added build.docker.yml file which expeditor uses to build out `docker_build.pipeline.yml` - Added .envrc for local development to be able to utilize dobi - Updated relevant files that use expeditor/dobi Signed-off-by: Nathaniel Kierpiec --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df2d678539..d63295d803 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ tags results *.swp +# Docker +.dobi + # You should check in your Gemfile.lock in applications, and not in gems external_tests/*.lock /Gemfile.local -- cgit v1.2.1