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 --- dobi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dobi.yaml (limited to 'dobi.yaml') diff --git a/dobi.yaml b/dobi.yaml new file mode 100644 index 0000000000..bd831c3746 --- /dev/null +++ b/dobi.yaml @@ -0,0 +1,8 @@ + +# Images + +image=chef: + image: '{env.IMAGE_REGISTRY}/chef' + context: . + tags: + - '{env.VERSION}' \ No newline at end of file -- cgit v1.2.1