From 0251eb7cb83a19a04896287f9981f8cba1e2e566 Mon Sep 17 00:00:00 2001 From: Sravani Sanigepalli Date: Tue, 11 Jun 2024 12:13:24 +0530 Subject: [PATCH 1/2] CASMPET-6936 Adding images for strimzi kafka 0.41.0 --- .../quay.io.strimzi.kafka-bridge.0.28.0.yaml | 54 +++++++++++++++++++ ...fka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml | 54 +++++++++++++++++++ ...fka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml | 54 +++++++++++++++++++ ...fka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml | 54 +++++++++++++++++++ ...fka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml | 54 +++++++++++++++++++ .../quay.io.strimzi.operator.0.41.0.yaml | 54 +++++++++++++++++++ images.mk | 6 +++ .../strimzi/kafka-bridge/0.28.0/Dockerfile | 27 ++++++++++ .../Dockerfile | 40 ++++++++++++++ .../Dockerfile | 40 ++++++++++++++ .../Dockerfile | 40 ++++++++++++++ .../Dockerfile | 40 ++++++++++++++ quay.io/strimzi/operator/0.41.0/Dockerfile | 27 ++++++++++ 13 files changed, 544 insertions(+) create mode 100644 .github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml create mode 100644 .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml create mode 100644 .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml create mode 100644 .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml create mode 100644 .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml create mode 100644 .github/workflows/quay.io.strimzi.operator.0.41.0.yaml create mode 100644 quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile create mode 100644 quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile create mode 100644 quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile create mode 100644 quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile create mode 100644 quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile create mode 100644 quay.io/strimzi/operator/0.41.0/Dockerfile diff --git a/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml b/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml new file mode 100644 index 00000000..c11d4311 --- /dev/null +++ b/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml @@ -0,0 +1,54 @@ +# +# MIT License +# +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: quay.io/strimzi/kafka-bridge:0.28.0 +on: + push: + paths: + - .github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml + - quay.io/strimzi/kafka-bridge/0.28.0/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: quay.io/strimzi/kafka-bridge/0.28.0 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/quay.io/strimzi/kafka-bridge + DOCKER_TAG: 0.28.0 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml new file mode 100644 index 00000000..5c1b4d39 --- /dev/null +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml @@ -0,0 +1,54 @@ +# +# MIT License +# +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.6.0 +on: + push: + paths: + - .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml + - quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/quay.io/strimzi/kafka + DOCKER_TAG: 0.41.0-noJSM-chainsaw-kafka-3.6.0 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml new file mode 100644 index 00000000..e864cea6 --- /dev/null +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml @@ -0,0 +1,54 @@ +# +# MIT License +# +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.6.1 +on: + push: + paths: + - .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml + - quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/quay.io/strimzi/kafka + DOCKER_TAG: 0.41.0-noJSM-chainsaw-kafka-3.6.1 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml new file mode 100644 index 00000000..e2699454 --- /dev/null +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml @@ -0,0 +1,54 @@ +# +# MIT License +# +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.6.2 +on: + push: + paths: + - .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml + - quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/quay.io/strimzi/kafka + DOCKER_TAG: 0.41.0-noJSM-chainsaw-kafka-3.6.2 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml new file mode 100644 index 00000000..0904b60f --- /dev/null +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml @@ -0,0 +1,54 @@ +# +# MIT License +# +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.7.0 +on: + push: + paths: + - .github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml + - quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/quay.io/strimzi/kafka + DOCKER_TAG: 0.41.0-noJSM-chainsaw-kafka-3.7.0 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml b/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml new file mode 100644 index 00000000..0d3940db --- /dev/null +++ b/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml @@ -0,0 +1,54 @@ +# +# MIT License +# +# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +name: quay.io/strimzi/operator:0.41.0 +on: + push: + paths: + - .github/workflows/quay.io.strimzi.operator.0.41.0.yaml + - quay.io/strimzi/operator/0.41.0/** + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + env: + CONTEXT_PATH: quay.io/strimzi/operator/0.41.0 + DOCKER_REPO: artifactory.algol60.net/csm-docker/${{ github.ref == 'refs/heads/main' && 'stable' || 'unstable' }}/quay.io/strimzi/operator + DOCKER_TAG: 0.41.0 + steps: + - name: build-sign-scan + uses: Cray-HPE/github-actions/build-sign-scan@build-sign-scan/v2 + with: + context_path: ${{ env.CONTEXT_PATH }} + docker_repo: ${{ env.DOCKER_REPO }} + docker_tag: ${{ env.DOCKER_TAG }} + docker_username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }} + docker_password: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }} + sign: ${{ github.ref == 'refs/heads/main' }} + cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER_RSA }} + cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT_RSA }} + cosign_key: ${{ secrets.COSIGN_KEY_RSA }} + snyk_token: ${{ secrets.SNYK_TOKEN }} diff --git a/images.mk b/images.mk index f6015ea7..98806513 100644 --- a/images.mk +++ b/images.mk @@ -336,6 +336,12 @@ QUAYIMAGES:=quay.io/strimzi/operator:0.15.0-noJndiLookupClass QUAYIMAGES:=quay.io/strimzi/operator:0.15.0 QUAYIMAGES:=quay.io/strimzi/operator:0.27.0 QUAYIMAGES:=quay.io/strimzi/operator:0.27.1 +QUAYIMAGES:=quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.6.0 +QUAYIMAGES:=quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.6.1 +QUAYIMAGES:=quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.6.2 +QUAYIMAGES:=quay.io/strimzi/kafka:0.41.0-noJSM-chainsaw-kafka-3.7.0 +QUAYIMAGES:=quay.io/strimzi/operator:0.41.0 +QUAYIMAGES:=quay.io/strimzi/kafka-bridge:0.28.0 # bitnami images BITNAMIIMAGES:=registry.opensource.zalan.do/acid/logical-backup:master-58 diff --git a/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile b/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile new file mode 100644 index 00000000..0a66e36c --- /dev/null +++ b/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile @@ -0,0 +1,27 @@ +# +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +FROM quay.io/strimzi/kafka-bridge:0.28.0 +USER root +RUN microdnf -y update && microdnf clean all +USER 1001 diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile new file mode 100644 index 00000000..da3f9cf6 --- /dev/null +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile @@ -0,0 +1,40 @@ +# +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +FROM quay.io/strimzi/kafka:0.41.0-kafka-3.6.0 +USER root +RUN microdnf -y update && microdnf -y install zip && microdnf clean all + +# Mitigation for CVE-2021-4104 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSAppender.class + +# Mitigation for CVE-2022-23305 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/jdbc/JDBCAppender.class + +# Mitigation for CVE-2022-23307 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/chainsaw\* + +# Mitigation for CVE-2022-23302 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSSink.class + +USER 1001 diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile new file mode 100644 index 00000000..1c517bf7 --- /dev/null +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile @@ -0,0 +1,40 @@ +# +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +FROM quay.io/strimzi/kafka:0.41.0-kafka-3.6.1 +USER root +RUN microdnf -y update && microdnf -y install zip && microdnf clean all + +# Mitigation for CVE-2021-4104 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSAppender.class + +# Mitigation for CVE-2022-23305 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/jdbc/JDBCAppender.class + +# Mitigation for CVE-2022-23307 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/chainsaw\* + +# Mitigation for CVE-2022-23302 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSSink.class + +USER 1001 diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile new file mode 100644 index 00000000..ba1e7174 --- /dev/null +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile @@ -0,0 +1,40 @@ +# +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +FROM quay.io/strimzi/kafka:0.41.0-kafka-3.6.2 +USER root +RUN microdnf -y update && microdnf -y install zip && microdnf clean all + +# Mitigation for CVE-2021-4104 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSAppender.class + +# Mitigation for CVE-2022-23305 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/jdbc/JDBCAppender.class + +# Mitigation for CVE-2022-23307 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/chainsaw\* + +# Mitigation for CVE-2022-23302 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSSink.class + +USER 1001 diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile new file mode 100644 index 00000000..d9025d4e --- /dev/null +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile @@ -0,0 +1,40 @@ +# +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +FROM quay.io/strimzi/kafka:0.41.0-kafka-3.7.0 +USER root +RUN microdnf -y update && microdnf -y install zip && microdnf clean all + +# Mitigation for CVE-2021-4104 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSAppender.class + +# Mitigation for CVE-2022-23305 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/jdbc/JDBCAppender.class + +# Mitigation for CVE-2022-23307 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/chainsaw\* + +# Mitigation for CVE-2022-23302 +#RUN zip -q -d /opt/kafka/libs/log4j-1.2.17.jar org/apache/log4j/net/JMSSink.class + +USER 1001 diff --git a/quay.io/strimzi/operator/0.41.0/Dockerfile b/quay.io/strimzi/operator/0.41.0/Dockerfile new file mode 100644 index 00000000..306d285c --- /dev/null +++ b/quay.io/strimzi/operator/0.41.0/Dockerfile @@ -0,0 +1,27 @@ +# +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +FROM quay.io/strimzi/operator:0.41.0 +USER root +RUN microdnf -y update && microdnf clean all +USER 1001 From 2b293616c91dd6c2bffdcda470b99b8ff27dc418 Mon Sep 17 00:00:00 2001 From: Sravani Sanigepalli Date: Wed, 12 Jun 2024 11:29:56 +0530 Subject: [PATCH 2/2] CASMPET-6936 Updating the copyrights --- .github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml | 2 +- ...quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml | 2 +- ...quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml | 2 +- ...quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml | 2 +- ...quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml | 2 +- .github/workflows/quay.io.strimzi.operator.0.41.0.yaml | 2 +- quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile | 2 +- .../strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile | 2 +- .../strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile | 2 +- .../strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile | 2 +- .../strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile | 2 +- quay.io/strimzi/operator/0.41.0/Dockerfile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml b/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml index c11d4311..ed9f886d 100644 --- a/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml +++ b/.github/workflows/quay.io.strimzi.kafka-bridge.0.28.0.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml index 5c1b4d39..80c1316f 100644 --- a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.0.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml index e864cea6..f4b3e482 100644 --- a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.1.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml index e2699454..a76a1239 100644 --- a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.6.2.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml index 0904b60f..1574ec8b 100644 --- a/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml +++ b/.github/workflows/quay.io.strimzi.kafka.0.41.0-noJSM-chainsaw-kafka-3.7.0.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml b/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml index 0d3940db..08fe099a 100644 --- a/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml +++ b/.github/workflows/quay.io.strimzi.operator.0.41.0.yaml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP +# (C) Copyright 2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile b/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile index 0a66e36c..8631fb2b 100644 --- a/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile +++ b/quay.io/strimzi/kafka-bridge/0.28.0/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile index da3f9cf6..90ee8af9 100644 --- a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.0/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile index 1c517bf7..ea5648b6 100644 --- a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.1/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile index ba1e7174..14c31df1 100644 --- a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.6.2/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile index d9025d4e..dc01f21a 100644 --- a/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile +++ b/quay.io/strimzi/kafka/0.41.0-noJSM-chainsaw-kafka-3.7.0/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/quay.io/strimzi/operator/0.41.0/Dockerfile b/quay.io/strimzi/operator/0.41.0/Dockerfile index 306d285c..459a8770 100644 --- a/quay.io/strimzi/operator/0.41.0/Dockerfile +++ b/quay.io/strimzi/operator/0.41.0/Dockerfile @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),