summaryrefslogtreecommitdiff
path: root/.expeditor/update_dockerfile.sh
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-23 10:45:53 -0700
committerTim Smith <tsmith@chef.io>2018-08-23 10:45:53 -0700
commit6add481cf6eab66677e3143601a36cc10602ca33 (patch)
tree3e5fbbb5453ca3843ea0dd2540ac2a5497213f92 /.expeditor/update_dockerfile.sh
parenteca8f9519e6719774d7fb5581b81b9e4a879acaa (diff)
downloadchef-6add481cf6eab66677e3143601a36cc10602ca33.tar.gz
Explain what our expeditor scripts are doing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/update_dockerfile.sh')
-rwxr-xr-x.expeditor/update_dockerfile.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/.expeditor/update_dockerfile.sh b/.expeditor/update_dockerfile.sh
index 9ae260fcb8..3ed0ed186a 100755
--- a/.expeditor/update_dockerfile.sh
+++ b/.expeditor/update_dockerfile.sh
@@ -1,7 +1,13 @@
#!/bin/sh
+
+############################################################################
+# What is this script?
#
-# This file updates the default VERSION build argument in the Dockerfile to the
-# VERSION passed in to the file via environment variables.
+# Chef uses a workflow tool called Expeditor to manage version bumps, changelogs
+# and releases. When the current release of Chef is promoted to stable this script
+# is run by Expeditor to update the version in the Dockerfile to match the stable
+# release.
+############################################################################
set -evx