You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Currently, when seiso fails on certain errors the pipeline, e.g. on GitLab, succeeds happily.
Instead, it should fail and make the pipeline error out, as we would expect it to do.
Examples
On Git-related errors (corrupted file system or Git history):
$ seiso image history ${IMAGE_NAME} --keep 15 --deleteError: retrieving commit hashes failed: object not found
On Kubernetes integration issues (unknown namespace as GitLab chooses it automatically when not specified):
$ seiso image history ${IMAGE_NAME} --keep 15 --deleteError: could not retrieve image stream 'foo-9-integration/myimage': imagestreams.image.openshift.io "myimage" is forbidden: User "system:serviceaccount:some-foo-production:gitlab-ci" cannot get imagestreams.image.openshift.io in the namespace "foo-9-integration": no RBAC policy matched
Currently, when
seisofails on certain errors the pipeline, e.g. on GitLab, succeeds happily.Instead, it should fail and make the pipeline error out, as we would expect it to do.
Examples
On Git-related errors (corrupted file system or Git history):
On Kubernetes integration issues (unknown namespace as GitLab chooses it automatically when not specified):