SAP / stewardci-jenkinsfilerunner-image

This project contains the sources for Docker image creation of the Jenkinsfile runner to be used in project stewardci-core
Apache License 2.0
6 stars 2 forks source link

Introduce Steward interface for container entrypoint #81

Closed anbrsap closed 3 years ago

anbrsap commented 3 years ago

Steward creates Jenkinsfile Runner pods via Tekton task runs. To work around a problem with container registry rate limits, Steward must specify the JFR container entry point explicitly in the container spec so that Tekton does not need to download the image manifest.

With this change a stable container entrypoint is defined and established (/steward-interface/entrypoint), which can be implemented by the image as desired.