Open
Description
our current pipelines for nodejs, docker, php, swift, ruby, python and .Net all assume docker builds as they use docker ONBUILD
.
When running on OpenShift Online / OpenShift Dedicated thats not available any more.
So we need to update our pipelines to either:
- switch dynamically to the canonical S2I build for the language (maybe installing it on the fly if its not installed?)
- try use imagebuilder?
Metadata
Metadata
Assignees
Labels
No labels