From ba8db6da55f8cb3e5b12460ee7c079f7a8e12cf2 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Wed, 1 Apr 2026 12:38:44 +0000 Subject: [PATCH 1/2] Generate dockerfiles with "make generate-release" --- .../apiserver_receive_adapter/Dockerfile | 11 +- .../knative-images/appender/Dockerfile | 7 +- .../channel_controller/Dockerfile | 11 +- .../channel_dispatcher/Dockerfile | 11 +- .../knative-images/controller/Dockerfile | 11 +- .../knative-images/event_display/Dockerfile | 7 +- .../knative-images/filter/Dockerfile | 11 +- .../knative-images/heartbeats/Dockerfile | 7 +- .../heartbeats_receiver/Dockerfile | 7 +- .../knative-images/ingress/Dockerfile | 11 +- .../knative-images/jobsink/Dockerfile | 11 +- .../knative-images/migrate/Dockerfile | 11 +- .../knative-images/mqttsource/Dockerfile | 7 +- .../mtchannel_broker/Dockerfile | 11 +- .../knative-images/mtping/Dockerfile | 11 +- .../knative-images/pong/Dockerfile | 7 +- .../knative-images/schema/Dockerfile | 7 +- .../knative-images/webhook/Dockerfile | 11 +- .../knative-images/websocketsource/Dockerfile | 7 +- .../event-sender/Dockerfile | 7 +- .../knative-test-images/eventshub/Dockerfile | 7 +- .../knative-test-images/print/Dockerfile | 7 +- .../recordevents/Dockerfile | 7 +- .../request-sender/Dockerfile | 7 +- .../wathola-fetcher/Dockerfile | 7 +- .../wathola-forwarder/Dockerfile | 7 +- .../wathola-receiver/Dockerfile | 7 +- .../wathola-sender/Dockerfile | 7 +- rpms.lock.yaml | 144 +++++++++--------- 29 files changed, 234 insertions(+), 150 deletions(-) diff --git a/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile b/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile index 05a30549855..fc8d3cdd75d 100755 --- a/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile +++ b/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-apiserver-receive-adapter-rhel8-container" \ - name="openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-apiserver-receive-adapter-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-apiserver-receive-adapter-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Apiserver Receive Adapter" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Apiserver Receive Adapter" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Apiserver Receive Adapter" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Apiserver Receive Adapter" \ - io.openshift.tags="apiserver-receive-adapter" - + io.openshift.tags="apiserver-receive-adapter" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/apiserver_receive_adapter"] diff --git a/openshift/ci-operator/knative-images/appender/Dockerfile b/openshift/ci-operator/knative-images/appender/Dockerfile index 18e782a95e8..5d21b17cc31 100755 --- a/openshift/ci-operator/knative-images/appender/Dockerfile +++ b/openshift/ci-operator/knative-images/appender/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Appender" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Appender" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Appender" \ - io.openshift.tags="appender" - + io.openshift.tags="appender" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/appender"] diff --git a/openshift/ci-operator/knative-images/channel_controller/Dockerfile b/openshift/ci-operator/knative-images/channel_controller/Dockerfile index a1088d15988..f3be41f843c 100755 --- a/openshift/ci-operator/knative-images/channel_controller/Dockerfile +++ b/openshift/ci-operator/knative-images/channel_controller/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-in-memory-channel-controller-rhel8-container" \ - name="openshift-serverless-1/eventing-in-memory-channel-controller-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-channel-controller-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-channel-controller-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing In Memory Channel Controller" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing In Memory Channel Controller" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing In Memory Channel Controller" \ io.k8s.description="Red Hat OpenShift Serverless Eventing In Memory Channel Controller" \ - io.openshift.tags="in-memory-channel-controller" - + io.openshift.tags="in-memory-channel-controller" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/channel_controller"] diff --git a/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile b/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile index 6d4b032d992..fe91acc2ad2 100755 --- a/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile +++ b/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-in-memory-channel-dispatcher-rhel8-container" \ - name="openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-channel-dispatcher-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-channel-dispatcher-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing In Memory Channel Dispatcher" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing In Memory Channel Dispatcher" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing In Memory Channel Dispatcher" \ io.k8s.description="Red Hat OpenShift Serverless Eventing In Memory Channel Dispatcher" \ - io.openshift.tags="in-memory-channel-dispatcher" - + io.openshift.tags="in-memory-channel-dispatcher" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/channel_dispatcher"] diff --git a/openshift/ci-operator/knative-images/controller/Dockerfile b/openshift/ci-operator/knative-images/controller/Dockerfile index fb4069e8457..df43011b312 100755 --- a/openshift/ci-operator/knative-images/controller/Dockerfile +++ b/openshift/ci-operator/knative-images/controller/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-controller-rhel8-container" \ - name="openshift-serverless-1/eventing-controller-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-controller-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-controller-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Controller" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Controller" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Controller" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Controller" \ - io.openshift.tags="controller" - + io.openshift.tags="controller" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/controller"] diff --git a/openshift/ci-operator/knative-images/event_display/Dockerfile b/openshift/ci-operator/knative-images/event_display/Dockerfile index b73b7eff4e2..0746dcb22c3 100755 --- a/openshift/ci-operator/knative-images/event_display/Dockerfile +++ b/openshift/ci-operator/knative-images/event_display/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Event Display" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Event Display" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Event Display" \ - io.openshift.tags="event-display" - + io.openshift.tags="event-display" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/event_display"] diff --git a/openshift/ci-operator/knative-images/filter/Dockerfile b/openshift/ci-operator/knative-images/filter/Dockerfile index bdef33b52cb..e7060d03f8d 100755 --- a/openshift/ci-operator/knative-images/filter/Dockerfile +++ b/openshift/ci-operator/knative-images/filter/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-broker-filter-rhel8-container" \ - name="openshift-serverless-1/eventing-broker-filter-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-filter-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-filter-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Broker Filter" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Broker Filter" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Broker Filter" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Broker Filter" \ - io.openshift.tags="broker-filter" - + io.openshift.tags="broker-filter" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/filter"] diff --git a/openshift/ci-operator/knative-images/heartbeats/Dockerfile b/openshift/ci-operator/knative-images/heartbeats/Dockerfile index bf91fe488d4..fe3b352eb0c 100755 --- a/openshift/ci-operator/knative-images/heartbeats/Dockerfile +++ b/openshift/ci-operator/knative-images/heartbeats/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Heartbeats" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Heartbeats" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Heartbeats" \ - io.openshift.tags="heartbeats" - + io.openshift.tags="heartbeats" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/heartbeats"] diff --git a/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile b/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile index 675aae0624d..37be1907389 100755 --- a/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile +++ b/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Heartbeats Receiver" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Heartbeats Receiver" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Heartbeats Receiver" \ - io.openshift.tags="heartbeats-receiver" - + io.openshift.tags="heartbeats-receiver" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/heartbeats_receiver"] diff --git a/openshift/ci-operator/knative-images/ingress/Dockerfile b/openshift/ci-operator/knative-images/ingress/Dockerfile index 4e59c119273..7e3a20a6cea 100755 --- a/openshift/ci-operator/knative-images/ingress/Dockerfile +++ b/openshift/ci-operator/knative-images/ingress/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-broker-ingress-rhel8-container" \ - name="openshift-serverless-1/eventing-broker-ingress-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-ingress-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-ingress-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Broker Ingress" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Broker Ingress" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Broker Ingress" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Broker Ingress" \ - io.openshift.tags="broker-ingress" - + io.openshift.tags="broker-ingress" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/ingress"] diff --git a/openshift/ci-operator/knative-images/jobsink/Dockerfile b/openshift/ci-operator/knative-images/jobsink/Dockerfile index aff49b3e53f..b4a1785e32e 100755 --- a/openshift/ci-operator/knative-images/jobsink/Dockerfile +++ b/openshift/ci-operator/knative-images/jobsink/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-jobsink-rhel8-container" \ - name="openshift-serverless-1/eventing-jobsink-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-jobsink-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-jobsink-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Jobsink" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Jobsink" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Jobsink" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Jobsink" \ - io.openshift.tags="jobsink" - + io.openshift.tags="jobsink" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/jobsink"] diff --git a/openshift/ci-operator/knative-images/migrate/Dockerfile b/openshift/ci-operator/knative-images/migrate/Dockerfile index aad20467e68..d5d528cb4c7 100755 --- a/openshift/ci-operator/knative-images/migrate/Dockerfile +++ b/openshift/ci-operator/knative-images/migrate/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-migrate-rhel8-container" \ - name="openshift-serverless-1/eventing-migrate-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-migrate-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-migrate-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Migrate" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Migrate" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Migrate" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Migrate" \ - io.openshift.tags="migrate" - + io.openshift.tags="migrate" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/migrate"] diff --git a/openshift/ci-operator/knative-images/mqttsource/Dockerfile b/openshift/ci-operator/knative-images/mqttsource/Dockerfile index 2c2c7509d2e..7859d210344 100755 --- a/openshift/ci-operator/knative-images/mqttsource/Dockerfile +++ b/openshift/ci-operator/knative-images/mqttsource/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Mqttsource" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Mqttsource" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Mqttsource" \ - io.openshift.tags="mqttsource" - + io.openshift.tags="mqttsource" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/mqttsource"] diff --git a/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile b/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile index d574b503aa6..08f9908638e 100755 --- a/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile +++ b/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-mtchannel-broker-rhel8-container" \ - name="openshift-serverless-1/eventing-mtchannel-broker-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-mtchannel-broker-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-mtchannel-broker-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Mtchannel Broker" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Mtchannel Broker" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Mtchannel Broker" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Mtchannel Broker" \ - io.openshift.tags="mtchannel-broker" - + io.openshift.tags="mtchannel-broker" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/mtchannel_broker"] diff --git a/openshift/ci-operator/knative-images/mtping/Dockerfile b/openshift/ci-operator/knative-images/mtping/Dockerfile index e6e44d171c3..62111455b3c 100755 --- a/openshift/ci-operator/knative-images/mtping/Dockerfile +++ b/openshift/ci-operator/knative-images/mtping/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-mtping-rhel8-container" \ - name="openshift-serverless-1/eventing-mtping-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-mtping-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-mtping-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Mtping" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Mtping" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Mtping" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Mtping" \ - io.openshift.tags="mtping" - + io.openshift.tags="mtping" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/mtping"] diff --git a/openshift/ci-operator/knative-images/pong/Dockerfile b/openshift/ci-operator/knative-images/pong/Dockerfile index 1823b1c59c1..ab38254de37 100755 --- a/openshift/ci-operator/knative-images/pong/Dockerfile +++ b/openshift/ci-operator/knative-images/pong/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Pong" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Pong" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Pong" \ - io.openshift.tags="pong" - + io.openshift.tags="pong" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/pong"] diff --git a/openshift/ci-operator/knative-images/schema/Dockerfile b/openshift/ci-operator/knative-images/schema/Dockerfile index c680f2d69ee..195321dc46c 100755 --- a/openshift/ci-operator/knative-images/schema/Dockerfile +++ b/openshift/ci-operator/knative-images/schema/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Schema" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Schema" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Schema" \ - io.openshift.tags="schema" - + io.openshift.tags="schema" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/schema"] diff --git a/openshift/ci-operator/knative-images/webhook/Dockerfile b/openshift/ci-operator/knative-images/webhook/Dockerfile index 965a29af630..ca162604d0b 100755 --- a/openshift/ci-operator/knative-images/webhook/Dockerfile +++ b/openshift/ci-operator/knative-images/webhook/Dockerfile @@ -23,14 +23,17 @@ COPY LICENSE /licenses/ USER 65532 LABEL \ - com.redhat.component="openshift-serverless-1-eventing-webhook-rhel8-container" \ - name="openshift-serverless-1/eventing-webhook-rhel8" \ + com.redhat.component="openshift-serverless-1-kn-eventing-webhook-rhel8-container" \ + name="openshift-serverless-1/kn-eventing-webhook-rhel8" \ version=$VERSION \ summary="Red Hat OpenShift Serverless 1 Eventing Webhook" \ maintainer="serverless-support@redhat.com" \ description="Red Hat OpenShift Serverless 1 Eventing Webhook" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Webhook" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Webhook" \ - io.openshift.tags="webhook" - + io.openshift.tags="webhook" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/webhook"] diff --git a/openshift/ci-operator/knative-images/websocketsource/Dockerfile b/openshift/ci-operator/knative-images/websocketsource/Dockerfile index 4ba6632debb..7aa2c6cb259 100755 --- a/openshift/ci-operator/knative-images/websocketsource/Dockerfile +++ b/openshift/ci-operator/knative-images/websocketsource/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Websocketsource" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Websocketsource" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Websocketsource" \ - io.openshift.tags="websocketsource" - + io.openshift.tags="websocketsource" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/websocketsource"] diff --git a/openshift/ci-operator/knative-test-images/event-sender/Dockerfile b/openshift/ci-operator/knative-test-images/event-sender/Dockerfile index 00eee996976..fb4c6c2094e 100755 --- a/openshift/ci-operator/knative-test-images/event-sender/Dockerfile +++ b/openshift/ci-operator/knative-test-images/event-sender/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Event Sender" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Event Sender" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Event Sender" \ - io.openshift.tags="test-test-images-event-sender" - + io.openshift.tags="test-test-images-event-sender" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/event-sender"] diff --git a/openshift/ci-operator/knative-test-images/eventshub/Dockerfile b/openshift/ci-operator/knative-test-images/eventshub/Dockerfile index e19f560a5e8..1ea2ed47396 100755 --- a/openshift/ci-operator/knative-test-images/eventshub/Dockerfile +++ b/openshift/ci-operator/knative-test-images/eventshub/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Eventshub" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Eventshub" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Eventshub" \ - io.openshift.tags="eventshub" - + io.openshift.tags="eventshub" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/eventshub"] diff --git a/openshift/ci-operator/knative-test-images/print/Dockerfile b/openshift/ci-operator/knative-test-images/print/Dockerfile index 3ae1465b701..4aae7c8ce4a 100755 --- a/openshift/ci-operator/knative-test-images/print/Dockerfile +++ b/openshift/ci-operator/knative-test-images/print/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Print" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Print" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Print" \ - io.openshift.tags="test-test-images-print" - + io.openshift.tags="test-test-images-print" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/print"] diff --git a/openshift/ci-operator/knative-test-images/recordevents/Dockerfile b/openshift/ci-operator/knative-test-images/recordevents/Dockerfile index 596d6d137bc..0438b6775b3 100755 --- a/openshift/ci-operator/knative-test-images/recordevents/Dockerfile +++ b/openshift/ci-operator/knative-test-images/recordevents/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Recordevents" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Recordevents" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Recordevents" \ - io.openshift.tags="test-test-images-recordevents" - + io.openshift.tags="test-test-images-recordevents" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/recordevents"] diff --git a/openshift/ci-operator/knative-test-images/request-sender/Dockerfile b/openshift/ci-operator/knative-test-images/request-sender/Dockerfile index 50d42c53b71..9bda16567bb 100755 --- a/openshift/ci-operator/knative-test-images/request-sender/Dockerfile +++ b/openshift/ci-operator/knative-test-images/request-sender/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Request Sender" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Request Sender" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Request Sender" \ - io.openshift.tags="test-test-images-request-sender" - + io.openshift.tags="test-test-images-request-sender" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/request-sender"] diff --git a/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile index 76d3acc0e98..8917489fb53 100755 --- a/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Fetcher" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Fetcher" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Wathola Fetcher" \ - io.openshift.tags="test-test-images-wathola-fetcher" - + io.openshift.tags="test-test-images-wathola-fetcher" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/wathola-fetcher"] diff --git a/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile index 5236011c1ec..10ee18a8459 100755 --- a/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Forwarder" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Forwarder" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Wathola Forwarder" \ - io.openshift.tags="test-test-images-wathola-forwarder" - + io.openshift.tags="test-test-images-wathola-forwarder" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/wathola-forwarder"] diff --git a/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile index 7f30164b6ac..00cfe46bb4c 100755 --- a/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Receiver" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Receiver" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Wathola Receiver" \ - io.openshift.tags="test-test-images-wathola-receiver" - + io.openshift.tags="test-test-images-wathola-receiver" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/wathola-receiver"] diff --git a/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile index d6ad4257960..a828faa6c0a 100755 --- a/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile @@ -31,6 +31,9 @@ LABEL \ description="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Sender" \ io.k8s.display-name="Red Hat OpenShift Serverless 1 Eventing Test Test Images Wathola Sender" \ io.k8s.description="Red Hat OpenShift Serverless Eventing Test Test Images Wathola Sender" \ - io.openshift.tags="test-test-images-wathola-sender" - + io.openshift.tags="test-test-images-wathola-sender" \ + vendor="Red Hat, Inc." \ + release=$VERSION \ + cpe="cpe:/a:redhat:openshift_serverless:1.35::el8" + ENTRYPOINT ["/usr/bin/wathola-sender"] diff --git a/rpms.lock.yaml b/rpms.lock.yaml index 0fbc0ec3337..589d6763f52 100644 --- a/rpms.lock.yaml +++ b/rpms.lock.yaml @@ -18,20 +18,20 @@ arches: name: rsync evr: 3.1.3-23.el8_10 sourcerpm: rsync-3.1.3-23.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/t/tar-1.30-10.el8_10.aarch64.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/t/tar-1.30-11.el8_10.aarch64.rpm repoid: ubi-8-for-aarch64-baseos-rpms - size: 850208 - checksum: sha256:faa096f95002ea8d8b07b7456fc7bc6cb096d998b5cc5930a01534dc15e02abb + size: 849436 + checksum: sha256:d144cdff236b71afbe4ce9a02919b9723b333c1588c887da781c1a74af56ad29 name: tar - evr: 2:1.30-10.el8_10 - sourcerpm: tar-1.30-10.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/t/tzdata-2025b-1.el8.noarch.rpm + evr: 2:1.30-11.el8_10 + sourcerpm: tar-1.30-11.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/os/Packages/t/tzdata-2026a-1.el8.noarch.rpm repoid: ubi-8-for-aarch64-baseos-rpms - size: 488428 - checksum: sha256:338539f7f0cd2770694153af81e2e65121b050a1bb555ad66a6fb6f562732602 + size: 562212 + checksum: sha256:4e9b64a18650ea6a7ff540aef7947b9f493d15919662dd067e42b9276acaceb8 name: tzdata - evr: 2025b-1.el8 - sourcerpm: tzdata-2025b-1.el8.src.rpm + evr: 2026a-1.el8 + sourcerpm: tzdata-2026a-1.el8.src.rpm source: - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/appstream/source/SRPMS/Packages/s/socat-1.7.4.1-2.el8_10.src.rpm repoid: ubi-8-for-aarch64-appstream-source-rpms @@ -45,18 +45,18 @@ arches: checksum: sha256:f21aa8abbea6df3016d82d6db3e8b9abce2a068de40373d5ad6fa0926f0ca24a name: rsync evr: 3.1.3-23.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/t/tar-1.30-10.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/t/tar-1.30-11.el8_10.src.rpm repoid: ubi-8-for-aarch64-baseos-source-rpms - size: 2172709 - checksum: sha256:bf8f8a0c5c47b1a35b732c9e2b9afbd45171a70355f0b93526deb654ed55b566 + size: 2173356 + checksum: sha256:eda17923b1ada7f9d5f8a4501929a61e393b66cb0a6ade6ab13d85817d29f779 name: tar - evr: 2:1.30-10.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/t/tzdata-2025b-1.el8.src.rpm + evr: 2:1.30-11.el8_10 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/aarch64/baseos/source/SRPMS/Packages/t/tzdata-2026a-1.el8.src.rpm repoid: ubi-8-for-aarch64-baseos-source-rpms - size: 946701 - checksum: sha256:2f0ba51d371713287a690d9d1635b534113258aa2571862603d52870c1c8b60d + size: 965559 + checksum: sha256:fad45889fe2cf9e129928cfb8d3ffcb95981d3b07c54a75b30ff63f2dc3c7df7 name: tzdata - evr: 2025b-1.el8 + evr: 2026a-1.el8 module_metadata: [] - arch: ppc64le packages: @@ -74,20 +74,20 @@ arches: name: rsync evr: 3.1.3-23.el8_10 sourcerpm: rsync-3.1.3-23.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/t/tar-1.30-10.el8_10.ppc64le.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/t/tar-1.30-11.el8_10.ppc64le.rpm repoid: ubi-8-for-ppc64le-baseos-rpms - size: 879004 - checksum: sha256:759b26009945a72d4d5813efcaf17d9ff2494f1031bcd57220acff067a33853e + size: 877676 + checksum: sha256:8f7ab471dc80a164806bae0dab7c4a631383f8fb0c89ab34ac578dd2900ce979 name: tar - evr: 2:1.30-10.el8_10 - sourcerpm: tar-1.30-10.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/t/tzdata-2025b-1.el8.noarch.rpm + evr: 2:1.30-11.el8_10 + sourcerpm: tar-1.30-11.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/os/Packages/t/tzdata-2026a-1.el8.noarch.rpm repoid: ubi-8-for-ppc64le-baseos-rpms - size: 488428 - checksum: sha256:338539f7f0cd2770694153af81e2e65121b050a1bb555ad66a6fb6f562732602 + size: 562212 + checksum: sha256:4e9b64a18650ea6a7ff540aef7947b9f493d15919662dd067e42b9276acaceb8 name: tzdata - evr: 2025b-1.el8 - sourcerpm: tzdata-2025b-1.el8.src.rpm + evr: 2026a-1.el8 + sourcerpm: tzdata-2026a-1.el8.src.rpm source: - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/appstream/source/SRPMS/Packages/s/socat-1.7.4.1-2.el8_10.src.rpm repoid: ubi-8-for-ppc64le-appstream-source-rpms @@ -101,18 +101,18 @@ arches: checksum: sha256:f21aa8abbea6df3016d82d6db3e8b9abce2a068de40373d5ad6fa0926f0ca24a name: rsync evr: 3.1.3-23.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.30-10.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.30-11.el8_10.src.rpm repoid: ubi-8-for-ppc64le-baseos-source-rpms - size: 2172709 - checksum: sha256:bf8f8a0c5c47b1a35b732c9e2b9afbd45171a70355f0b93526deb654ed55b566 + size: 2173356 + checksum: sha256:eda17923b1ada7f9d5f8a4501929a61e393b66cb0a6ade6ab13d85817d29f779 name: tar - evr: 2:1.30-10.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/t/tzdata-2025b-1.el8.src.rpm + evr: 2:1.30-11.el8_10 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/ppc64le/baseos/source/SRPMS/Packages/t/tzdata-2026a-1.el8.src.rpm repoid: ubi-8-for-ppc64le-baseos-source-rpms - size: 946701 - checksum: sha256:2f0ba51d371713287a690d9d1635b534113258aa2571862603d52870c1c8b60d + size: 965559 + checksum: sha256:fad45889fe2cf9e129928cfb8d3ffcb95981d3b07c54a75b30ff63f2dc3c7df7 name: tzdata - evr: 2025b-1.el8 + evr: 2026a-1.el8 module_metadata: [] - arch: s390x packages: @@ -130,20 +130,20 @@ arches: name: rsync evr: 3.1.3-23.el8_10 sourcerpm: rsync-3.1.3-23.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/t/tar-1.30-10.el8_10.s390x.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/t/tar-1.30-11.el8_10.s390x.rpm repoid: ubi-8-for-s390x-baseos-rpms - size: 853692 - checksum: sha256:783728be13c9e911d2d899b49b8b9be51723359078e8593c7475aeb506b350af + size: 852716 + checksum: sha256:19658f59ed89e790423c0639d1bd39158e7fb20d86aef49765e81878708053ad name: tar - evr: 2:1.30-10.el8_10 - sourcerpm: tar-1.30-10.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/t/tzdata-2025b-1.el8.noarch.rpm + evr: 2:1.30-11.el8_10 + sourcerpm: tar-1.30-11.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/t/tzdata-2026a-1.el8.noarch.rpm repoid: ubi-8-for-s390x-baseos-rpms - size: 488428 - checksum: sha256:338539f7f0cd2770694153af81e2e65121b050a1bb555ad66a6fb6f562732602 + size: 562212 + checksum: sha256:4e9b64a18650ea6a7ff540aef7947b9f493d15919662dd067e42b9276acaceb8 name: tzdata - evr: 2025b-1.el8 - sourcerpm: tzdata-2025b-1.el8.src.rpm + evr: 2026a-1.el8 + sourcerpm: tzdata-2026a-1.el8.src.rpm source: - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/appstream/source/SRPMS/Packages/s/socat-1.7.4.1-2.el8_10.src.rpm repoid: ubi-8-for-s390x-appstream-source-rpms @@ -157,18 +157,18 @@ arches: checksum: sha256:f21aa8abbea6df3016d82d6db3e8b9abce2a068de40373d5ad6fa0926f0ca24a name: rsync evr: 3.1.3-23.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/t/tar-1.30-10.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/t/tar-1.30-11.el8_10.src.rpm repoid: ubi-8-for-s390x-baseos-source-rpms - size: 2172709 - checksum: sha256:bf8f8a0c5c47b1a35b732c9e2b9afbd45171a70355f0b93526deb654ed55b566 + size: 2173356 + checksum: sha256:eda17923b1ada7f9d5f8a4501929a61e393b66cb0a6ade6ab13d85817d29f779 name: tar - evr: 2:1.30-10.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/t/tzdata-2025b-1.el8.src.rpm + evr: 2:1.30-11.el8_10 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/source/SRPMS/Packages/t/tzdata-2026a-1.el8.src.rpm repoid: ubi-8-for-s390x-baseos-source-rpms - size: 946701 - checksum: sha256:2f0ba51d371713287a690d9d1635b534113258aa2571862603d52870c1c8b60d + size: 965559 + checksum: sha256:fad45889fe2cf9e129928cfb8d3ffcb95981d3b07c54a75b30ff63f2dc3c7df7 name: tzdata - evr: 2025b-1.el8 + evr: 2026a-1.el8 module_metadata: [] - arch: x86_64 packages: @@ -186,20 +186,20 @@ arches: name: rsync evr: 3.1.3-23.el8_10 sourcerpm: rsync-3.1.3-23.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/t/tar-1.30-10.el8_10.x86_64.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/t/tar-1.30-11.el8_10.x86_64.rpm repoid: ubi-8-for-x86_64-baseos-rpms - size: 859244 - checksum: sha256:471485af8599f7176f357867dc952e587cffb223dec3455f97d8e40a854515ac + size: 858044 + checksum: sha256:165490e87bdfb8c9647aeb58c72c1676c695218a8f87170753a9f49daabb774c name: tar - evr: 2:1.30-10.el8_10 - sourcerpm: tar-1.30-10.el8_10.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/t/tzdata-2025b-1.el8.noarch.rpm + evr: 2:1.30-11.el8_10 + sourcerpm: tar-1.30-11.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/t/tzdata-2026a-1.el8.noarch.rpm repoid: ubi-8-for-x86_64-baseos-rpms - size: 488428 - checksum: sha256:338539f7f0cd2770694153af81e2e65121b050a1bb555ad66a6fb6f562732602 + size: 562212 + checksum: sha256:4e9b64a18650ea6a7ff540aef7947b9f493d15919662dd067e42b9276acaceb8 name: tzdata - evr: 2025b-1.el8 - sourcerpm: tzdata-2025b-1.el8.src.rpm + evr: 2026a-1.el8 + sourcerpm: tzdata-2026a-1.el8.src.rpm source: - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/source/SRPMS/Packages/s/socat-1.7.4.1-2.el8_10.src.rpm repoid: ubi-8-for-x86_64-appstream-source-rpms @@ -213,16 +213,16 @@ arches: checksum: sha256:f21aa8abbea6df3016d82d6db3e8b9abce2a068de40373d5ad6fa0926f0ca24a name: rsync evr: 3.1.3-23.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/t/tar-1.30-10.el8_10.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/t/tar-1.30-11.el8_10.src.rpm repoid: ubi-8-for-x86_64-baseos-source-rpms - size: 2172709 - checksum: sha256:bf8f8a0c5c47b1a35b732c9e2b9afbd45171a70355f0b93526deb654ed55b566 + size: 2173356 + checksum: sha256:eda17923b1ada7f9d5f8a4501929a61e393b66cb0a6ade6ab13d85817d29f779 name: tar - evr: 2:1.30-10.el8_10 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/t/tzdata-2025b-1.el8.src.rpm + evr: 2:1.30-11.el8_10 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/source/SRPMS/Packages/t/tzdata-2026a-1.el8.src.rpm repoid: ubi-8-for-x86_64-baseos-source-rpms - size: 946701 - checksum: sha256:2f0ba51d371713287a690d9d1635b534113258aa2571862603d52870c1c8b60d + size: 965559 + checksum: sha256:fad45889fe2cf9e129928cfb8d3ffcb95981d3b07c54a75b30ff63f2dc3c7df7 name: tzdata - evr: 2025b-1.el8 + evr: 2026a-1.el8 module_metadata: [] From 2f62f3e3ab4f387c50a0f4e70d497b51c65dda6d Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Wed, 1 Apr 2026 12:38:44 +0000 Subject: [PATCH 2/2] [release-v1.15] Sync Konflux configurations --- .github/workflows/dependabot-deps.yaml | 2 +- ...venting-apiserver-receive-adapter-115.yaml | 3 +- .../components/kn-eventing-appender-115.yaml | 3 +- .../kn-eventing-channel-controller-115.yaml | 3 +- .../kn-eventing-channel-dispatcher-115.yaml | 3 +- .../kn-eventing-controller-115.yaml | 3 +- .../kn-eventing-event-display-115.yaml | 3 +- .../components/kn-eventing-filter-115.yaml | 3 +- .../kn-eventing-heartbeats-115.yaml | 3 +- .../kn-eventing-heartbeats-receiver-115.yaml | 3 +- .../components/kn-eventing-ingress-115.yaml | 3 +- .../components/kn-eventing-jobsink-115.yaml | 3 +- .../components/kn-eventing-migrate-115.yaml | 3 +- .../kn-eventing-mqttsource-115.yaml | 3 +- .../kn-eventing-mtchannel-broker-115.yaml | 3 +- .../components/kn-eventing-mtping-115.yaml | 3 +- .../components/kn-eventing-pong-115.yaml | 3 +- .../components/kn-eventing-schema-115.yaml | 3 +- .../kn-eventing-test-event-sender-115.yaml | 3 +- .../kn-eventing-test-eventshub-115.yaml | 3 +- .../kn-eventing-test-print-115.yaml | 3 +- .../kn-eventing-test-recordevents-115.yaml | 3 +- .../kn-eventing-test-request-sender-115.yaml | 3 +- .../kn-eventing-test-wathola-fetcher-115.yaml | 3 +- ...n-eventing-test-wathola-forwarder-115.yaml | 3 +- ...kn-eventing-test-wathola-receiver-115.yaml | 3 +- .../kn-eventing-test-wathola-sender-115.yaml | 3 +- .../components/kn-eventing-webhook-115.yaml | 3 +- .../kn-eventing-websocketsource-115.yaml | 3 +- .tekton/docker-build.yaml | 93 ++++++++----------- 30 files changed, 69 insertions(+), 110 deletions(-) diff --git a/.github/workflows/dependabot-deps.yaml b/.github/workflows/dependabot-deps.yaml index eb1c4b62233..1057c024a99 100644 --- a/.github/workflows/dependabot-deps.yaml +++ b/.github/workflows/dependabot-deps.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} path: ./src/github.com/${{ github.repository }} diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-apiserver-receive-adapter-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-apiserver-receive-adapter-115.yaml index 33f5d9748af..24f8d81224b 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-apiserver-receive-adapter-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-apiserver-receive-adapter-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-apiserver-receive-adapter-115 spec: componentName: kn-eventing-apiserver-receive-adapter-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-appender-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-appender-115.yaml index d2e860b71b7..b1ed272bd38 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-appender-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-appender-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-appender-115 spec: componentName: kn-eventing-appender-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-controller-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-controller-115.yaml index 93f10d1c449..e7c0a3ddd7e 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-controller-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-controller-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-channel-controller-115 spec: componentName: kn-eventing-channel-controller-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-dispatcher-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-dispatcher-115.yaml index 900c410956c..293f78129dd 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-dispatcher-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-channel-dispatcher-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-channel-dispatcher-115 spec: componentName: kn-eventing-channel-dispatcher-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-controller-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-controller-115.yaml index 5b2ab012c61..1b537b8d4a0 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-controller-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-controller-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-controller-115 spec: componentName: kn-eventing-controller-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-event-display-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-event-display-115.yaml index ab982c667ff..f46682de50b 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-event-display-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-event-display-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-event-display-115 spec: componentName: kn-eventing-event-display-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-filter-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-filter-115.yaml index aaf8250ebb9..6fc1ea4a144 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-filter-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-filter-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-filter-115 spec: componentName: kn-eventing-filter-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-115.yaml index 9b03e675557..ad1e855f440 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-heartbeats-115 spec: componentName: kn-eventing-heartbeats-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-receiver-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-receiver-115.yaml index 7a5b171d8c7..95909f2b95c 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-receiver-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-heartbeats-receiver-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-heartbeats-receiver-115 spec: componentName: kn-eventing-heartbeats-receiver-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-ingress-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-ingress-115.yaml index 971c1be139f..8cf0e3877b9 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-ingress-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-ingress-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-ingress-115 spec: componentName: kn-eventing-ingress-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-jobsink-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-jobsink-115.yaml index a2112066a0c..2582ec13d0b 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-jobsink-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-jobsink-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-jobsink-115 spec: componentName: kn-eventing-jobsink-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-migrate-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-migrate-115.yaml index 6897a324829..f4fe398024e 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-migrate-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-migrate-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-migrate-115 spec: componentName: kn-eventing-migrate-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-mqttsource-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-mqttsource-115.yaml index 3de59a5f48e..01ba698b787 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-mqttsource-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-mqttsource-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-mqttsource-115 spec: componentName: kn-eventing-mqttsource-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-mtchannel-broker-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-mtchannel-broker-115.yaml index 123dbdbc96d..74c1ec95174 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-mtchannel-broker-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-mtchannel-broker-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-mtchannel-broker-115 spec: componentName: kn-eventing-mtchannel-broker-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-mtping-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-mtping-115.yaml index 5153dcb8a54..1178392578b 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-mtping-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-mtping-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-mtping-115 spec: componentName: kn-eventing-mtping-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-pong-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-pong-115.yaml index 1446c614bec..070ba4889e7 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-pong-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-pong-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-pong-115 spec: componentName: kn-eventing-pong-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-schema-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-schema-115.yaml index b0569f3f112..c11672ba554 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-schema-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-schema-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-schema-115 spec: componentName: kn-eventing-schema-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-event-sender-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-event-sender-115.yaml index 81cd534d37a..46d397b2b31 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-event-sender-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-event-sender-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-event-sender-115 spec: componentName: kn-eventing-test-event-sender-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-eventshub-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-eventshub-115.yaml index e5d2734fa0d..8d85f1fc57e 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-eventshub-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-eventshub-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-eventshub-115 spec: componentName: kn-eventing-test-eventshub-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-print-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-print-115.yaml index 619695abea3..a486c35ed6d 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-print-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-print-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-print-115 spec: componentName: kn-eventing-test-print-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-recordevents-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-recordevents-115.yaml index b76974f7ff7..89f064db06f 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-recordevents-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-recordevents-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-recordevents-115 spec: componentName: kn-eventing-test-recordevents-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-request-sender-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-request-sender-115.yaml index 6b90b4f9423..b35bb90186e 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-request-sender-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-request-sender-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-request-sender-115 spec: componentName: kn-eventing-test-request-sender-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-fetcher-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-fetcher-115.yaml index c49c3bde1bf..5ca26d8456e 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-fetcher-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-fetcher-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-wathola-fetcher-115 spec: componentName: kn-eventing-test-wathola-fetcher-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-forwarder-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-forwarder-115.yaml index 5d17e65632e..b6b2a28b211 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-forwarder-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-forwarder-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-wathola-forwarder-115 spec: componentName: kn-eventing-test-wathola-forwarder-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-receiver-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-receiver-115.yaml index bcf56293902..574ee51cf57 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-receiver-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-receiver-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-wathola-receiver-115 spec: componentName: kn-eventing-test-wathola-receiver-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-sender-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-sender-115.yaml index ab60651754b..a80ad57b0e9 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-sender-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-test-wathola-sender-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-test-wathola-sender-115 spec: componentName: kn-eventing-test-wathola-sender-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-webhook-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-webhook-115.yaml index d7e4fb32cb1..f9a0002b3a6 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-webhook-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-webhook-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-webhook-115 spec: componentName: kn-eventing-webhook-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-eventing-websocketsource-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-eventing-websocketsource-115.yaml index 4cb81aff262..767816fa447 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-eventing-websocketsource-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-eventing-websocketsource-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-eventing-websocketsource-115 spec: componentName: kn-eventing-websocketsource-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/eventing.git diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index 402dd0cd8d4..c5296f9b3d7 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -1,7 +1,6 @@ apiVersion: tekton.dev/v1 kind: Pipeline metadata: - creationTimestamp: labels: pipelines.openshift.io/runtime: generic pipelines.openshift.io/strategy: docker @@ -13,27 +12,14 @@ spec: _Uses `buildah` to create a multi-platform container image leveraging [trusted artifacts](https://konflux-ci.dev/architecture/ADR/0036-trusted-artifacts.html). It also optionally creates a source image and runs some build-time tests. This pipeline requires that the [multi platform controller](https://github.com/konflux-ci/multi-platform-controller) is deployed and configured on your Konflux instance. Information is shared between tasks using OCI artifacts instead of PVCs. EC will pass the [`trusted_task.trusted`](https://conforma.dev/docs/policy/packages/release_trusted_task.html#trusted_task__trusted) policy as long as all data used to build the artifact is generated from trusted tasks. This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/repository/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta?tab=tags)_ - finally: - - name: show-sbom - params: - - name: IMAGE_URL - value: $(tasks.build-image-index.results.IMAGE_URL) - taskRef: - params: - - name: name - value: show-sbom - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:e119aa864b094715cb8dd01d44d2752658f1a1b83a3417e92456f26a06a3c1d8 - - name: kind - value: task - resolver: bundles params: - default: - linux/x86_64 - linux/arm64 - linux/ppc64le - linux/s390x - description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller. + description: List of platforms to build the container images on. The available + set of values is determined by the configuration of the multi-platform-controller. name: build-platforms type: array - default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party @@ -45,7 +31,8 @@ spec: name: build-source-image type: string - default: "false" - description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.' + description: 'Enable in-development package managers. WARNING: the behavior may + change at any time without notice. Use at your own risk.' name: prefetch-input-dev-package-managers - default: [] description: Additional image tags @@ -62,17 +49,15 @@ spec: name: output-image type: string - default: . - description: Path to the source code of an application's component from where to build image. + description: Path to the source code of an application's component from where + to build image. name: path-context type: string - default: Dockerfile - description: Path to the Dockerfile inside the context specified by parameter path-context + description: Path to the Dockerfile inside the context specified by parameter + path-context name: dockerfile type: string - - default: "false" - description: Force rebuild image - name: rebuild - type: string - default: "false" description: Skip checks against built image name: skip-checks @@ -82,17 +67,26 @@ spec: name: hermetic type: string - default: "" - description: Build dependencies to be prefetched by Cachi2 + description: Build dependencies to be prefetched name: prefetch-input type: string - default: "" - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. + description: Image tag expiration time, time values could be something like 1h, + 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after type: string - default: "true" description: Add built image into an OCI image index name: build-image-index type: string + - default: docker + description: The format for the resulting image's mediaType. Valid values are + oci or docker. + name: buildah-format + type: string + - default: "false" + description: Enable cache proxy configuration + name: enable-cache-proxy - default: [] description: Array of --build-arg values ("arg=value" strings) for buildah name: build-args @@ -102,7 +96,8 @@ spec: name: build-args-file type: string - default: "false" - description: Whether to enable privileged mode, should be used only with remote VMs + description: Whether to enable privileged mode, should be used only with remote + VMs name: privileged-nested type: string results: @@ -196,12 +191,8 @@ spec: resolver: bundles - name: init params: - - name: image-url - value: $(params.output-image) - - name: rebuild - value: $(params.rebuild) - - name: skip-checks - value: $(params.skip-checks) + - name: enable-cache-proxy + value: $(params.enable-cache-proxy) taskRef: params: - name: name @@ -232,11 +223,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: - - "true" workspaces: - name: basic-auth workspace: git-auth @@ -268,6 +254,14 @@ spec: value: $(params.build-args-file) - name: PRIVILEGED_NESTED value: $(params.privileged-nested) + - name: SOURCE_URL + value: $(tasks.clone-repository.results.url) + - name: BUILDAH_FORMAT + value: $(params.buildah-format) + - name: HTTP_PROXY + value: $(tasks.init.results.http-proxy) + - name: NO_PROXY + value: $(tasks.init.results.no-proxy) - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT @@ -285,11 +279,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: - - "true" - name: build-image-index params: - name: IMAGE @@ -303,6 +292,8 @@ spec: - name: IMAGES value: - $(tasks.build-images.results.IMAGE_REF[*]) + - name: BUILDAH_FORMAT + value: $(params.buildah-format) runAfter: - build-images taskRef: @@ -314,11 +305,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: - - "true" - name: build-source-image params: - name: BINARY_IMAGE @@ -341,10 +327,6 @@ spec: value: task resolver: bundles when: - - input: $(tasks.init.results.build) - operator: in - values: - - "true" - input: $(params.build-source-image) operator: in values: @@ -398,7 +380,12 @@ spec: operator: in values: - "false" - - name: ecosystem-cert-preflight-checks + - matrix: + params: + - name: platform + value: + - $(params.build-platforms) + name: ecosystem-cert-preflight-checks params: - name: image-url value: $(tasks.build-image-index.results.IMAGE_URL) @@ -533,7 +520,7 @@ spec: - name: name value: rpms-signature-scan - name: bundle - value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:e127e0e0a5aab1364b560436594fe7ed67abcd5f8d6dd3ef14ac1f35cf81078c + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:47b81d6b3d752649eddfbb8b3fd8f6522c4bb07f6d1946f9bc45dae3f92e2c9a - name: kind value: task resolver: bundles