remove usage of harbor and ensure each task has an image attribute set so we can manage ci task images as concourse resources.
switch back ci to run tasks from bbr-pipeline-tasks repo with the image-bbr-pipeline-tasks. The whole point of this repo is to have a set of tasks bundled with a compatible image. When the pipeline for this repo was moved to runway, it was overlooked that executing the pipeline also should test the underlying docker image ( built specifically for these tasks ).
the dockerfile has been updated so that it's base image can be pulled from an accessible registry and preloaded ( avoiding implicit docker pulls ) into the oci build task.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
[#187074138]
remove usage of harbor and ensure each task has an image attribute set so we can manage ci task images as concourse resources.
switch back ci to run tasks from
bbr-pipeline-tasks
repo with theimage-bbr-pipeline-tasks
. The whole point of this repo is to have a set of tasks bundled with a compatible image. When the pipeline for this repo was moved to runway, it was overlooked that executing the pipeline also should test the underlying docker image ( built specifically for these tasks ).the dockerfile has been updated so that it's base image can be pulled from an accessible registry and preloaded ( avoiding implicit docker pulls ) into the oci build task.
fly-by: