christophd commented on issue #5595: URL: https://github.com/apache/camel-k/issues/5595#issuecomment-2151735684
The Build CR (not the full YAML some information removed): ```yaml apiVersion: camel.apache.org/v1 kind: Build metadata: annotations: camel.apache.org/operator.id: camel-k name: kit-cpgll90chnp8o2ggtc00 namespace: camel-k-operator labels: camel.apache.org/created.by.kind: Integration camel.apache.org/created.by.name: simple camel.apache.org/created.by.namespace: camel-k-operator camel.apache.org/created.by.version: '3931148488' camel.apache.org/kit.layout: fast-jar spec: tasks: - builder: baseImage: 'eclipse-temurin:17' configuration: operatorNamespace: camel-k-operator orderStrategy: sequential strategy: pod toolImage: 'docker.io/apache/camel-k:2.3.2' name: builder runtime: metadata: camel-quarkus.version: 3.8.1 camel.version: 4.4.1 jib.layer-filter-extension-maven.version: 0.3.0 jib.maven-plugin.version: 3.4.1 quarkus.native-builder-image: 'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21' quarkus.version: 3.8.3 provider: quarkus version: 3.8.1 steps: - github.com/apache/camel-k/v2/pkg/builder/LoadCamelQuarkusCatalog - github.com/apache/camel-k/v2/pkg/builder/CleanUpBuildDir - github.com/apache/camel-k/v2/pkg/builder/GenerateJavaKeystore - github.com/apache/camel-k/v2/pkg/builder/GenerateQuarkusProject - github.com/apache/camel-k/v2/pkg/builder/GenerateProjectSettings - github.com/apache/camel-k/v2/pkg/builder/InjectDependencies - github.com/apache/camel-k/v2/pkg/builder/SanitizeDependencies - github.com/apache/camel-k/v2/pkg/builder/InjectProfiles - github.com/apache/camel-k/v2/pkg/builder/BuildQuarkusRunner - package: baseImage: 'eclipse-temurin:17' name: package steps: - github.com/apache/camel-k/v2/pkg/builder/LoadCamelQuarkusCatalog - github.com/apache/camel-k/v2/pkg/builder/ComputeQuarkusDependencies - github.com/apache/camel-k/v2/pkg/builder/IncrementalImageContext - github.com/apache/camel-k/v2/pkg/builder/JvmDockerfile - s2i: configuration: {} name: s2i tag: '3931148497' status: digest: 'sha256:33889011ccebe0289c06a608fb8f0a24204ddcf307da4d6874be321e58e803c9' baseImage: 'eclipse-temurin:17' image: s2i phase: Succeeded ``` The IntegrationKit (also not the full YAML): ```yaml apiVersion: camel.apache.org/v1 kind: IntegrationKit metadata: name: kit-cpgll90chnp8o2ggtc00 namespace: camel-k-operator labels: camel.apache.org/kit.type: platform camel.apache.org/created.by.name: simple camel.apache.org/kit.priority: '1000' camel.apache.org/runtime.version: 3.8.1 camel.apache.org/created.by.kind: Integration camel.apache.org/kit.layout: fast-jar camel.apache.org/runtime.provider: quarkus camel.apache.org/created.by.version: '3931148488' camel.apache.org/created.by.namespace: camel-k-operator spec: dependencies: - 'camel:core' - 'camel:log' - 'camel:timer' - 'mvn:org.apache.camel.k:camel-k-runtime' - 'mvn:org.apache.camel.quarkus:camel-quarkus-yaml-dsl' traits: {} status: runtimeVersion: 3.8.1 digest: vtzPxjETR_86FqSNVCGLbCUjt6VPS9Id3r7wxjft6YeA runtimeProvider: quarkus baseImage: 'eclipse-temurin:17' platform: camel-k version: 2.3.2 image: 's2i@sha256:33889011ccebe0289c06a608fb8f0a24204ddcf307da4d6874be321e58e803c9' phase: Ready ``` Seems like the image is already wrong on the kit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org