Skip to content

Commit bd29a9c

Browse files
author
Rajath Agasthya
committed
Push docker image to ghcr.io/cloudfoundry
Also uses golang-release image from the same registry. This is part of an effort to move all bosh-related docker images to ghcr.io/cloudfoundry
1 parent c70474b commit bd29a9c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ci/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bosh/golang-release
1+
FROM ghcr.io/cloudfoundry/golang-release
22

33
RUN \
44
apt-get update \

ci/pipeline.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)