Skip to content

Commit

Permalink
Fix derivative image naming for rocky-linux-9 in guest-configs (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-crate authored Oct 21, 2024
1 parent 37fafda commit 1c64953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/pipelines/guest-package-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ local build_guest_configs = buildpackagejob {
buildpackageimagetask {
image_name: 'rocky-linux-9',
source_image: 'projects/rocky-linux-cloud/global/images/family/rocky-linux-9',
dest_image: 'rocky-linux-9-optimized-gcp-arm64-((.:build-id))',
dest_image: 'rocky-linux-9-((.:build-id))',
gcs_package_path: 'gs://gcp-guest-package-uploads/google-compute-engine/google-compute-engine-((.:package-version))-g1.el9.noarch.rpm',
worker_image: 'projects/compute-image-tools/global/images/family/debian-12-worker',
},
Expand Down

0 comments on commit 1c64953

Please sign in to comment.