Skip to content

Commit

Permalink
CASMPET-6314 Add containers for strimzi 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kburns-hpe committed Feb 9, 2023
1 parent 8ac0bb3 commit d7e82f1
Show file tree
Hide file tree
Showing 15 changed files with 615 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .github/workflows/quay.io.strimzi.kafka-bridge.0.24.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# MIT License
#
# (C) Copyright 2023 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.24.0
on:
push:
paths:
- .github/workflows/quay.io.strimzi.kafka-bridge.0.24.0.yaml
- quay.io/strimzi/kafka-bridge/0.24.0/**
workflow_dispatch:
schedule:
- cron: '32 12 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
CONTEXT_PATH: quay.io/strimzi/kafka-bridge/0.24.0
DOCKER_REPO: artifactory.algol60.net/csm-docker/stable/quay.io/strimzi/kafka-bridge
DOCKER_TAG: 0.24.0
steps:
- name: build-sign-scan
uses: Cray-HPE/github-actions/build-sign-scan@main
with:
# Only push on main builds
docker_push: ${{ github.ref == 'refs/heads/main' }}
context_path: ${{ env.CONTEXT_PATH }}
docker_repo: ${{ env.DOCKER_REPO }}
docker_tag: ${{ env.DOCKER_TAG }}
artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }}
cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }}
cosign_key: ${{ secrets.COSIGN_KEY }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
github_sha: $GITHUB_SHA
57 changes: 57 additions & 0 deletions .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.2.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# MIT License
#
# (C) Copyright 2023 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.33.1-kafka-3.2.0
on:
push:
paths:
- .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.2.0.yaml
- quay.io/strimzi/kafka/0.33.1-kafka-3.2.0/**
workflow_dispatch:
schedule:
- cron: '34 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
CONTEXT_PATH: quay.io/strimzi/kafka/0.33.1-kafka-3.2.0
DOCKER_REPO: artifactory.algol60.net/csm-docker/stable/quay.io/strimzi/kafka
DOCKER_TAG: 0.33.1-kafka-3.2.0
steps:
- name: build-sign-scan
uses: Cray-HPE/github-actions/build-sign-scan@main
with:
# Only push on main builds
docker_push: ${{ github.ref == 'refs/heads/main' }}
context_path: ${{ env.CONTEXT_PATH }}
docker_repo: ${{ env.DOCKER_REPO }}
docker_tag: ${{ env.DOCKER_TAG }}
artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }}
cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }}
cosign_key: ${{ secrets.COSIGN_KEY }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
github_sha: $GITHUB_SHA
57 changes: 57 additions & 0 deletions .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.2.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# MIT License
#
# (C) Copyright 2023 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.33.1-kafka-3.2.1
on:
push:
paths:
- .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.2.1.yaml
- quay.io/strimzi/kafka/0.33.1-kafka-3.2.1/**
workflow_dispatch:
schedule:
- cron: '34 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
CONTEXT_PATH: quay.io/strimzi/kafka/0.33.1-kafka-3.2.1
DOCKER_REPO: artifactory.algol60.net/csm-docker/stable/quay.io/strimzi/kafka
DOCKER_TAG: 0.33.1-kafka-3.2.1
steps:
- name: build-sign-scan
uses: Cray-HPE/github-actions/build-sign-scan@main
with:
# Only push on main builds
docker_push: ${{ github.ref == 'refs/heads/main' }}
context_path: ${{ env.CONTEXT_PATH }}
docker_repo: ${{ env.DOCKER_REPO }}
docker_tag: ${{ env.DOCKER_TAG }}
artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }}
cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }}
cosign_key: ${{ secrets.COSIGN_KEY }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
github_sha: $GITHUB_SHA
57 changes: 57 additions & 0 deletions .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.2.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# MIT License
#
# (C) Copyright 2023 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.33.1-kafka-3.2.3
on:
push:
paths:
- .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.2.3.yaml
- quay.io/strimzi/kafka/0.33.1-kafka-3.2.3/**
workflow_dispatch:
schedule:
- cron: '34 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
CONTEXT_PATH: quay.io/strimzi/kafka/0.33.1-kafka-3.2.3
DOCKER_REPO: artifactory.algol60.net/csm-docker/stable/quay.io/strimzi/kafka
DOCKER_TAG: 0.33.1-kafka-3.2.3
steps:
- name: build-sign-scan
uses: Cray-HPE/github-actions/build-sign-scan@main
with:
# Only push on main builds
docker_push: ${{ github.ref == 'refs/heads/main' }}
context_path: ${{ env.CONTEXT_PATH }}
docker_repo: ${{ env.DOCKER_REPO }}
docker_tag: ${{ env.DOCKER_TAG }}
artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }}
cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }}
cosign_key: ${{ secrets.COSIGN_KEY }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
github_sha: $GITHUB_SHA
57 changes: 57 additions & 0 deletions .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.3.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# MIT License
#
# (C) Copyright 2023 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.33.1-kafka-3.3.1
on:
push:
paths:
- .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.3.1.yaml
- quay.io/strimzi/kafka/0.33.1-kafka-3.3.1/**
workflow_dispatch:
schedule:
- cron: '34 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
CONTEXT_PATH: quay.io/strimzi/kafka/0.33.1-kafka-3.3.1
DOCKER_REPO: artifactory.algol60.net/csm-docker/stable/quay.io/strimzi/kafka
DOCKER_TAG: 0.33.1-kafka-3.3.1
steps:
- name: build-sign-scan
uses: Cray-HPE/github-actions/build-sign-scan@main
with:
# Only push on main builds
docker_push: ${{ github.ref == 'refs/heads/main' }}
context_path: ${{ env.CONTEXT_PATH }}
docker_repo: ${{ env.DOCKER_REPO }}
docker_tag: ${{ env.DOCKER_TAG }}
artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }}
cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }}
cosign_key: ${{ secrets.COSIGN_KEY }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
github_sha: $GITHUB_SHA
57 changes: 57 additions & 0 deletions .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.3.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# MIT License
#
# (C) Copyright 2023 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.33.1-kafka-3.3.2
on:
push:
paths:
- .github/workflows/quay.io.strimzi.kafka.0.33.1-kafka-3.3.2.yaml
- quay.io/strimzi/kafka/0.33.1-kafka-3.3.2/**
workflow_dispatch:
schedule:
- cron: '34 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
CONTEXT_PATH: quay.io/strimzi/kafka/0.33.1-kafka-3.3.2
DOCKER_REPO: artifactory.algol60.net/csm-docker/stable/quay.io/strimzi/kafka
DOCKER_TAG: 0.33.1-kafka-3.3.2
steps:
- name: build-sign-scan
uses: Cray-HPE/github-actions/build-sign-scan@main
with:
# Only push on main builds
docker_push: ${{ github.ref == 'refs/heads/main' }}
context_path: ${{ env.CONTEXT_PATH }}
docker_repo: ${{ env.DOCKER_REPO }}
docker_tag: ${{ env.DOCKER_TAG }}
artifactory_algol60_token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
cosign_gcp_workload_identity_provider: ${{ secrets.COSIGN_GCP_WORKLOAD_IDENTITY_PROVIDER }}
cosign_gcp_service_account: ${{ secrets.COSIGN_GCP_SERVICE_ACCOUNT }}
cosign_key: ${{ secrets.COSIGN_KEY }}
snyk_token: ${{ secrets.SNYK_TOKEN }}
github_sha: $GITHUB_SHA
Loading

0 comments on commit d7e82f1

Please sign in to comment.