# Copyright 2020 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. | |
apiVersion: compute.cnrm.cloud.google.com/v1beta1 | |
kind: ComputeImage | |
metadata: | |
name: computeimage-sample-fromurlraw | |
labels: | |
image-type: stemcell | |
spec: | |
description: A sample image created from URL to a raw TAR disk image | |
family: ubuntu-custom | |
licenses: ["https://compute.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx"] | |
rawDisk: | |
source: "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz" | |
containerType: "TAR" | |
sha1: 819b7e9c17423f4539f09687eaa13687afa2fe32 |