mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
19 lines
596 B
YAML
19 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
|