Skip to content

support non-java based pipelines on OpenShift Online when there's no docker socket #22

Open
@jstrachan

Description

@jstrachan

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions