cloudfoundry-incubator / kubecf

Cloud Foundry on Kubernetes
Apache License 2.0
115 stars 62 forks source link

feat: Bump stemcell version for SUSE buildpacks to 27.11 #1569

Closed suse-cf-ci-bot closed 4 years ago

jandubois commented 4 years ago

This PR fails because some buildpacks don't exist for this stemcell version; not sure how this can happen.

Any ideas @thardeck ?

Sample image that does not exist:

registry.suse.com/cap-staging/suse-staticfile-buildpack:SLE_15_SP1-27.11-7.0.0_374.gb8e8e6af-1.5.13.1
$ reg tags registry.suse.com/cap-staging/suse-staticfile-buildpack | grep 27\\.11
INFO[0000] domain: registry.suse.com
INFO[0000] server address: registry.suse.com
SLE_15_SP1-27.11-7.0.0_374.gb8e8e6af-1.5.12.1
thardeck commented 4 years ago

Thanks for the info. The reason for this is that the buildpack update prs were not merged for quite some time.

The pipelines works as follow at the moment. If there is a new stemcell update images are created for all buildpack versions mentioned in master. If there is a buildpack update images are created against the stemcell mentioned in master and if different also against the latest released stemcell.

As you might guess the missing part is when the buildpack is released but not merged before the stemcell update. Maybe we should have a pipeline which triggeres on any stemcell or buildpack update and tries to build all the according images if they are not already there.