File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- FROM bosh /golang-release
1+ FROM ghcr.io/cloudfoundry /golang-release
22
33RUN \
44 apt-get update \
Original file line number Diff line number Diff line change @@ -436,9 +436,9 @@ resources:
436436 - name : golang-release-image
437437 type : registry-image
438438 source :
439- repository : bosh /golang-release
440- username : ((bosh-dockerhub .username))
441- password : ((bosh-dockerhub .password))
439+ repository : ghcr.io/cloudfoundry /golang-release
440+ username : ((github_read_write_packages .username))
441+ password : ((github_read_write_packages .password))
442442
443443 - name : security-scanner-image
444444 type : registry-image
@@ -566,17 +566,17 @@ resources:
566566 - name : final-docker
567567 type : docker-image
568568 source :
569- repository : bosh/ cli2
570- username : ((bosh-dockerhub .username))
571- password : ((bosh-dockerhub .password))
569+ repository : ghcr.io/cloudfoundry/bosh- cli2
570+ username : ((github_read_write_packages .username))
571+ password : ((github_read_write_packages .password))
572572 email : foo@bar.com
573573
574574 - name : bosh-cli-docker-image
575575 type : docker-image
576576 source :
577- repository : bosh/ cli
578- username : ((bosh-dockerhub .username))
579- password : ((bosh-dockerhub .password))
577+ repository : ghcr.io/cloudfoundry/bosh- cli
578+ username : ((github_read_write_packages .username))
579+ password : ((github_read_write_packages .password))
580580
581581 - name : ubuntu-image
582582 type : registry-image
You can’t perform that action at this time.
0 commit comments