inspec/dobi.yaml
Nick Schwaderer 4560afffb2 Renames dobi.yml-> dobi.yaml
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
2020-12-02 13:42:39 +00:00

18 lines
596 B
YAML

# 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