summaryrefslogtreecommitdiff
path: root/dobi.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Update dobi annotations to address tagging bugTom Duffield2021-04-191-1/+2
| | | | | | Be explicit about when to add the channel and latest tags. Signed-off-by: Tom Duffield <github@tomduffield.com>
* Introduce EXPEDITOR_VERSION for docker image tagNathaniel Kierpiec2020-07-291-2/+2
| | | | | | | | Chef used to use the EXPEDITOR_VERSION from the workload's metadata when building images, reintroduce that so we can keep the same functionality as before so that the VERSION of the repo can be bumped but the docker images can be built off of the version being promoted. Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* Add build args to dobi.yaml filenkierpiec/add-dobiTom Duffield2020-07-281-0/+3
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Add further clarifications to usage of docker/build pipelineTom Duffield2020-07-281-3/+13
| | | | | | | | | * Add the new `built_in:promote_docker_images` action * Replace `built_in:build_docker_image` with `trigger_pipeline:docker/build` * Remove unnecessary logic from Dockerfile * Add inline comment context for dobi.yaml Signed-off-by: Tom Duffield <tom@chef.io>
* Added dobi to the chef projectNathaniel Kierpiec2020-07-281-0/+8
Dobi will take care of building/tagging/pushing docker images. - Added dobi.yaml with specs for how to build - Added build.docker.yml file which expeditor uses to build out `docker_build.pipeline.yml` - Added .envrc for local development to be able to utilize dobi - Updated relevant files that use expeditor/dobi Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>