docker/kafka/versions.yaml (62 lines of code) (raw):

# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. cloudbuild: docker_image: gcr.io/cloud-builders/docker:24.0.9 enable_parallel: false versions: - dir: 3/debian12/3.7 excludeTests: - tests/functional_tests/exporter_test.yaml from: marketplace.gcr.io/google/debian12 packages: kafka: version: 3.7.0 scala: version: '2.13' repo: kafka3 annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/ccea51e8-0540-4d1b-890e-2a1b04da0383.cloudpartnerservices.goog tags: - 3.7.0-debian12 - 3.7-debian12 - 3-debian12 - 3.7.0 - '3.7' - '3' - latest templateSubDir: kafka - dir: 3/debian12/3.6 excludeTests: - tests/functional_tests/exporter_test.yaml from: marketplace.gcr.io/google/debian12 packages: kafka: version: 3.6.1 scala: version: '2.13' annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/ccea51e8-0540-4d1b-890e-2a1b04da0383.cloudpartnerservices.goog repo: kafka3 tags: - 3.6.1-debian12 - 3.6-debian12 - 3.6.1 - '3.6' templateSubDir: kafka - dir: exporter excludeTests: - tests/functional_tests/running_test.yaml from: marketplace.gcr.io/google/debian12 packages: kafka_exporter: version: 1.8.0 repo: kafka-exporter1 annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/a0c4026b-e814-4954-b5e5-c8bd9ee32753.cloudpartnerservices.goog tags: - 1.8.0 - '1.8' - '1' - latest templateSubDir: exporter