Skip to content

Commit

Permalink
temporarily disable cos derived image build. (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorileo authored May 24, 2024
1 parent 74d22c6 commit 72bbd39
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions concourse/pipelines/guest-package-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,6 @@ local build_guest_agent = buildpackagejob {
machine_type: 't2a-standard-2',
worker_image: 'projects/compute-image-tools/global/images/family/debian-11-worker-arm64',
},
buildpackageimagetaskcos {
image_name: 'cos-113',
source_image: 'cos-113-lts',
dest_image: 'cos-113-((.:build-id))',
commit_sha: '((.:commit-sha))',
cos_branch: 'release-R113'
},
],
},
},
Expand Down

0 comments on commit 72bbd39

Please sign in to comment.