In order to use a Docker image as a Unit
, it is mandatory that the image respects the following constraints:
ENTRYPOINT
, Tekton will overwrite it when scheduling the check executionCMD
, Kubirds will overwrite it when creating the unit pipeline/bin/sh
, it will be used as main shell for the container’s CMD
script