Skip to content

Commit

Permalink
Update windows staging pipeline to use forked registry image (#1330)
Browse files Browse the repository at this point in the history
Incorrectly passed in values in previous config, so it wasn't using workload ID
  • Loading branch information
jjerger authored Jan 7, 2025
1 parent 91a6f56 commit ef93888
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions concourse/pipelines/windows-image-build-staging.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,22 @@ local publishresulttask = {
result_state:: error 'must set result_state in publishresulttask',
start_timestamp:: error 'must set start_timestamp in publishresulttask',

RegistryImagePrivate:: {
name: 'registry-image-private',
type: 'registry-image',
source: { repository: 'gcr.io/compute-image-tools/registry-image-forked' },
},

// Start of output.
platform: 'linux',
image_resource: {
type: 'registry-image',
source: {
repository: 'gcr.io/gcp-guest/concourse-metrics',
tag: 'latest',
type: 'registry-image-forked',
source: {
repository: 'gcr.io/gcp-guest/concourse-metrics',
tag: 'latest',
// Use workload id to pull image
google_auth: true,
debug: true,
},
},
run: {
Expand Down

0 comments on commit ef93888

Please sign in to comment.