Skip to content

add preflight check to GH actions for docker-images #341

@razvan

Description

@razvan

OpenShift Preflight is a tool to check if container images are valid for OpenShift.

#337 also features the preflight check, have a look to see how to run it for ZK. The binary can be downloaded from GitHub

Acceptance Criteria

  • the docker-images and operator-templating repository have a github action that runs preflight to check if a container image is valid.
  • The image is checked before it is pushed. Difficult to do because the preflight can only check already published images
  • The check is required for PRs to merge. Difficult to do with our current structure in the CI. But it's fine, the preflight check is quite basic.

Steps

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions