docker/crate/versions.yaml (32 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:
enable_parallel: false
versions:
- dir: 5/debian11/5.6
from: marketplace.gcr.io/google/c2d-debian11
packages:
crash:
version: 0.28.0
crate:
version: 5.6.1
repo: crate5
tags:
- 5.6.1-debian11
- 5.6-debian11
- 5-debian11
- 5.6.1
- '5.6'
- '5'
- latest
- dir: 5/debian11/5.3
from: marketplace.gcr.io/google/c2d-debian11
packages:
crash:
version: 0.28.0
crate:
version: 5.3.9
repo: crate5
tags:
- 5.3.9-debian11
- 5.3-debian11
- 5.3.9
- '5.3'