mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
4560afffb2
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
18 lines
596 B
YAML
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
|