summaryrefslogtreecommitdiff
path: root/dobi.yaml
diff options
context:
space:
mode:
authorNathaniel Kierpiec <nkierpiec@chef.io>2020-07-20 16:50:14 -0400
committerTom Duffield <tom@chef.io>2020-07-28 10:53:20 -0500
commit80237aea6ac8e21a22ca23973ac6583aee681058 (patch)
tree8b4d80c035e46fe6f925af5019ab3122a7fc92de /dobi.yaml
parent160de74d71f81e7ffcd7b19cfc1e6987fdd389e0 (diff)
downloadchef-80237aea6ac8e21a22ca23973ac6583aee681058.tar.gz
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 <nkierpiec@chef.io>
Diffstat (limited to 'dobi.yaml')
-rw-r--r--dobi.yaml8
1 files changed, 8 insertions, 0 deletions
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