Closed rkoster closed 6 years ago
@rkoster How does this effect the docker-image
resource defined in the tasks? I'm assuming it overrides them. Can they be erased, or at least the reference to jrjohnsongoog/omgci removed?
From docs:
Optional. Names an artifact source within the plan containing an image to use for the task. This overrides any image_resource configuration present in the task configuration.
This is very useful when part of your pipeline involves building an image, possibly with dependencies pre-baked. You can then propagate that image through the rest of your pipeline, guaranteeing that the correct version (and thus a consistent set of dependencies) is used throughout your pipeline.
https://concourse-ci.org/task-step.html
Also image_resource
is optional according to the docs: https://concourse-ci.org/tasks.html
This PR allows specifying
docker_hub_test_repo
to configure which dockerhub repo to pull the ci image from. It also converts the docker image pipeline to use the new(( ))
variable syntax (for use with credential manager).