quarkus-images icon indicating copy to clipboard operation
quarkus-images copied to clipboard

missing deprecation/replacement info on https://quay.io/repository/quarkus/ubi-quarkus-graalvmce-s2i

Open maxandersen opened this issue 2 years ago • 3 comments

@ebullient noticed that https://quay.io/repository/quarkus/ubi-quarkus-native-s2i is marked as deprecated and points to https://quay.io/repository/quarkus/ubi-quarkus-graalvmce-s2i which is also marked as deprecated but no info on what users should do/use instead?

maxandersen avatar Aug 29 '23 06:08 maxandersen

That’s because there is no replacement. We are moving away from (native) s2i. I don't have an alternative except building your container, pushing it in a registry, and configuring your deployment to pull it.

cescoffier avatar Aug 29 '23 06:08 cescoffier

Any kind of note, recommendation, or pointer to docs would be better than the dead end

ebullient avatar Aug 29 '23 11:08 ebullient

Well, unfortunately, right now, it's a dead-end. The only alternative is the road I explained above (or Tekton and others in-cluster build approach). Let's write some documentation about this approach. There is no place I can link, as it's spread across 2 or 3 guides.

Note that @tqvarnst decided to sunset that s2I.

cescoffier avatar Aug 29 '23 11:08 cescoffier