Skip to content

Commit 3fafbb0

Browse files
author
Rajath Agasthya
committed
Use ghcr.io/cloudfoundry/bosh/* image paths
1 parent 02cd10d commit 3fafbb0

17 files changed

Lines changed: 19 additions & 19 deletions

ci/docker/Dockerfile

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

33
RUN \
44
apt-get update \

ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ resources:
436436
- name: golang-release-image
437437
type: registry-image
438438
source:
439-
repository: ghcr.io/cloudfoundry/golang-release
439+
repository: ghcr.io/cloudfoundry/bosh/golang-release
440440
username: ((github_read_write_packages.username))
441441
password: ((github_read_write_packages.password))
442442

@@ -566,15 +566,15 @@ resources:
566566
- name: final-docker
567567
type: docker-image
568568
source:
569-
repository: ghcr.io/cloudfoundry/bosh-cli2
569+
repository: ghcr.io/cloudfoundry/bosh/cli2
570570
username: ((github_read_write_packages.username))
571571
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: ghcr.io/cloudfoundry/bosh-cli
577+
repository: ghcr.io/cloudfoundry/bosh/cli
578578
username: ((github_read_write_packages.username))
579579
password: ((github_read_write_packages.password))
580580

ci/run-acceptance-with-vm-in-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "ENV:"
1818
env
1919

2020
# Pushing to Docker Hub requires login
21-
DOCKER_IMAGE=${DOCKER_IMAGE:-ghcr.io/cloudfoundry/bosh-cli}
21+
DOCKER_IMAGE=${DOCKER_IMAGE:-ghcr.io/cloudfoundry/bosh/cli}
2222

2323
# To push to the Pivotal GoCD Docker Registry (behind firewall):
2424
# DOCKER_IMAGE=docker.gocd.cf-app.com:5000/bosh-init-container

ci/tasks/build-checksum-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: ghcr.io/cloudfoundry/bosh-cli
7+
repository: ghcr.io/cloudfoundry/bosh/cli
88
tag: 'latest'
99
username: ((github_read_write_packages.username))
1010
password: ((github_read_write_packages.password))

ci/tasks/build-darwin-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: ghcr.io/cloudfoundry/bosh-cli
7+
repository: ghcr.io/cloudfoundry/bosh/cli
88
tag: 'latest'
99
username: ((github_read_write_packages.username))
1010
password: ((github_read_write_packages.password))

ci/tasks/build-darwin-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: ghcr.io/cloudfoundry/bosh-cli
7+
repository: ghcr.io/cloudfoundry/bosh/cli
88
tag: 'latest'
99
username: ((github_read_write_packages.username))
1010
password: ((github_read_write_packages.password))

ci/tasks/build-linux-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: ghcr.io/cloudfoundry/bosh-cli
7+
repository: ghcr.io/cloudfoundry/bosh/cli
88
tag: 'latest'
99
username: ((github_read_write_packages.username))
1010
password: ((github_read_write_packages.password))

ci/tasks/build-linux-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: ghcr.io/cloudfoundry/bosh-cli
7+
repository: ghcr.io/cloudfoundry/bosh/cli
88
tag: 'latest'
99
username: ((github_read_write_packages.username))
1010
password: ((github_read_write_packages.password))

ci/tasks/build-windows-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: ghcr.io/cloudfoundry/bosh-cli
7+
repository: ghcr.io/cloudfoundry/bosh/cli
88
tag: 'latest'
99
username: ((github_read_write_packages.username))
1010
password: ((github_read_write_packages.password))

ci/tasks/create-dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ platform: linux
33
image_resource:
44
type: docker-image
55
source:
6-
repository: ghcr.io/cloudfoundry/bosh-cli
6+
repository: ghcr.io/cloudfoundry/bosh/cli
77
username: ((github_read_write_packages.username))
88
password: ((github_read_write_packages.password))
99
run:

0 commit comments

Comments
 (0)