docker/zookeeper/versions.yaml (46 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.8 excludeTests: - tests/functional_tests/exporter_test.yaml from: marketplace.gcr.io/google/debian12 packages: zookeeper: gpg: AF3D175EC05DB249738D01AC8D8C3C3ED0B02E66 version: 3.8.4 gosu: version: '1.17' gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4 repo: zookeeper3 annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/252442dc-7bf8-44c5-8a80-85c2fb9cc532.cloudpartnerservices.goog tags: - 3.8.4-debian12 - 3.8-debian12 - 3-debian12 - 3.8.4 - '3.8' - '3' - latest templateSubDir: zookeeper - dir: exporter excludeTests: - tests/functional_tests/running_test.yaml from: marketplace.gcr.io/google/debian12 packages: zookeeper_exporter: sha256: c7446aa33d3505fc8b4a92327c89a543f217ebb246c76880ea796f2893d40418 version: 1.1.0 annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/252442dc-7bf8-44c5-8a80-85c2fb9cc532.cloudpartnerservices.goog repo: zookeeper3 tags: - exporter-1.1.0 - exporter-1.1 - exporter-1 - exporter templateSubDir: exporter