docker/django/versions.yaml (42 lines of code) (raw):

# Copyright 2024 Google LLC # # Redistribution and use in source and binary forms, with or without modification, are permitted # provided that the following conditions are met: # # 1. Redistributions of source code must retain the above copyright notice, this list of conditions # and the following disclaimer. # # 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions # and the following disclaimer in the documentation and/or other materials provided with # the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND # FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY # WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cloudbuild: docker_image: gcr.io/cloud-builders/docker:24.0.9 docker_image: gcr.io/cloud-builders/docker:24.0.9 enable_parallel: false versions: - dir: 5/debian12/5.1 from: marketplace.gcr.io/google/debian12 packages: django: version: 5.1.1 repo: django5 annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/88b938b9-1b2f-466d-943c-0f432e1e3fa8.cloudpartnerservices.goog tags: - 5.1.1-debian12 - 5.1-debian12 - 5-debian12 - 5.1.1 - '5.1' - '5' - latest - dir: exporter excludeTests: - tests/functional_tests/basic_test.yaml from: marketplace.gcr.io/google/debian12 packages: uwsgi_exporter: version: 1.3.0 repo: uwsgi-exporter1 annotations: - key: com.googleapis.cloudmarketplace.product.service.name value: services/b068f3d2-c82d-4419-bded-155768bcd791.cloudpartnerservices.goog tags: - 1.3.0 - '1.3' - '1' - 1.3.0-debian12 - 1.3-debian12 - 1-debian12 - latest templateSubDir: exporter