| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Tom Duffield <tom@chef.io>
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
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>
|