summaryrefslogtreecommitdiff
path: root/dobi.yaml
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2020-07-24 13:55:01 -0500
committerTom Duffield <tom@chef.io>2020-07-28 10:54:01 -0500
commitb604456f87fe99247a4af1b97fb3ef6c6e410bf2 (patch)
tree06d9fa99c84a90cb46d310c7cf9b570c2e8a02c7 /dobi.yaml
parent395f9f54cef1e3cb7333d4f875e4c97e9a7123b3 (diff)
downloadchef-b604456f87fe99247a4af1b97fb3ef6c6e410bf2.tar.gz
Add further clarifications to usage of docker/build pipeline
* Add the new `built_in:promote_docker_images` action * Replace `built_in:build_docker_image` with `trigger_pipeline:docker/build` * Remove unnecessary logic from Dockerfile * Add inline comment context for dobi.yaml Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'dobi.yaml')
-rw-r--r--dobi.yaml16
1 files changed, 13 insertions, 3 deletions
diff --git a/dobi.yaml b/dobi.yaml
index bd831c3746..a113a1a4ab 100644
--- a/dobi.yaml
+++ b/dobi.yaml
@@ -1,8 +1,18 @@
-
-# Images
+# Chef Expeditor uses this file to build the chef/chef Docker image using Dobi (dnephin/dobi)
+#
+# If you wish to build the chef-infra-client Docker image, you do not need to use this file.
+# You can build the Docker image for yourself by simply running:
+#
+# docker build .
+#
+# For more information on how this file is used, please check out the Chef Expeditor docs:
+# https://expeditor.chef.io/docs/pipelines/docker/
image=chef:
image: '{env.IMAGE_REGISTRY}/chef'
context: .
tags:
- - '{env.VERSION}' \ No newline at end of file
+ - '{env.VERSION}'
+ annotations:
+ tags:
+ - expeditor:final-channel-tags={{major}},{{major}}.{{minor}} \ No newline at end of file