2020-11-30 13:31:53 +00:00
|
|
|
# Chef Expeditor uses this file to build the chef/inspec Docker image using Dobi (dnephin/dobi)
|
|
|
|
#
|
|
|
|
# If you wish to build the chef-workstation 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}/inspec'
|
|
|
|
context: .
|
|
|
|
tags:
|
|
|
|
- '{env.EXPEDITOR_VERSION}'
|
|
|
|
args:
|
|
|
|
VERSION: '{env.EXPEDITOR_VERSION}'
|
|
|
|
CHANNEL: unstable
|
2020-12-18 21:01:11 +00:00
|
|
|
annotations:
|
|
|
|
tags:
|
2021-04-19 20:28:08 +00:00
|
|
|
- expeditor:default-tags={{channel}}
|
|
|
|
- expeditor:final-channel-tags=latest,{{major}},{{major}}.{{minor}}
|