Tekton Task Step image policies Package

This package ensures that a Task definition contains valid values for the image references used by the Task’s steps.

Package Name

  • step_images

Rules Included

Step images are valid

Confirm that each step in the Task uses a container image that is accessible.

Solution: Make sure the container image used in each step of the Task is pushed to the registry and that it can be fetched.

  • Rule type: FAILURE

  • FAILURE message: Step %d uses inaccessible image ref '%s'

  • Code: step_images.step_images_accessible

  • Effective from: 2025-02-10T00:00:00Z

  • Source