quarkusio / quarkus-images

Set of container images delivered for Quarkus
Apache License 2.0
115 stars 76 forks source link

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

Open maxandersen opened 1 year ago

maxandersen commented 1 year ago

@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?

cescoffier commented 1 year ago

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.

ebullient commented 1 year ago

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

cescoffier commented 1 year ago

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.