snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

quarkus-container-image-s2i extension is throw an image capability error #327

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug

When I run a simple test with an application that has a quarkus-container-image-s2i extension, I got the following error:

Caused by: io.quarkus.builder.BuildException: 
Build failure: Build failed due to errors
        [error]: Build step io.quarkus.container.image.deployment.ContainerImageProcessor#publishImageInfo threw an exception: java.lang.IllegalArgumentException: Unknown container image capability: io.quarkus.container.image.s2i

I think that the error could be related to this PR: https://github.com/quarkusio/quarkus/pull/13960

Quarkus Version: Upstream and 2.0.0.Alpha1 Note: it worked in Quarkus 1.11 Reproducer: project: https://github.com/quarkus-qe/quarkus-openshift-test-suite/tree/main/http/http-minimum cmd: mvn -B -V clean verify -fae -Dversion.quarkus=999-SNAPSHOT -pl app-metadata/deployment,app-metadata/runtime,common,http/http-minimum -Dts.authenticated-registry


https://github.com/quarkusio/quarkus/issues/16863


$upstream:16863$