inspec/dobi.yaml
Nathaniel Kierpiec 7cadad2800 Update dockerfile to pull inspec from packages.chef.io since they wont be
on rubygems at the time of promotion

Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
2021-01-11 17:49:17 -05:00

21 lines
688 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
annotations:
tags:
- expeditor:final-channel-tags={{major}},{{major}}.{{minor}}