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
Starting with release 9.0 stack container images will no longer come with a -ubi suffix. Instead the default image will be UBI based and there will be wolfi variants with a dedicated suffix.
We need to:
adjust the defaulting to -ubi when the --ubi-only flag is set
test the upgrade path on OLM throrogly
revisit the usefulness of the --ubi-only for stack 9.0 (maybe at least log a warnign)
@pebrc While the default images are becoming UBI based, we are not planning on dropping the -ubi suffix, e.g. elasticsearch and elasticsearch-ubi will both be available and be the exact same image.
Thanks @alpar-t I think what we need to decide then if we should move the new suffixless version when a customer is requesting UBI images with ECK 3.0 so that you can eventually stop producing the ones with the explicit -ubi suffix.
@kvalliyurnatt I see you assigned yourself. I think #8480 would be one approach that we could generalise a bit for all images (with exception for the ones that no longer supported in 9.0: enterprisesearch and journalbeat)
Starting with release 9.0 stack container images will no longer come with a
-ubi
suffix. Instead the default image will be UBI based and there will be wolfi variants with a dedicated suffix.We need to:
-ubi
when the--ubi-only
flag is set--ubi-only
for stack 9.0 (maybe at least log a warnign)cloud-on-k8s/cmd/manager/main.go
Lines 516 to 519 in 3cf131d
cloud-on-k8s/pkg/controller/common/container/container.go
Lines 84 to 87 in 3cf131d
The text was updated successfully, but these errors were encountered: