Skip to content

Commit bc7f4e9

Browse files
authored
Update CI resource images to ghcr.io (#4759)
1 parent 502a761 commit bc7f4e9

14 files changed

+16
-16
lines changed

deploy/ci/build-aio-image-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource_types:
1010
- name: stratos-git-resource
1111
type: docker-image
1212
source:
13-
repository: splatform/stratos-git-tag-resource
13+
repository: ghcr.io/cf-stratos/stratos-git-tag-resource
1414

1515
resources:
1616
# Stratos Git Repository

deploy/ci/build-aio-image-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource_types:
1010
- name: stratos-git-resource
1111
type: docker-image
1212
source:
13-
repository: splatform/stratos-git-tag-resource
13+
repository: ghcr.io/cf-stratos/stratos-git-tag-resource
1414

1515
resources:
1616
# Stratos Git Repository

deploy/ci/build-aio-image-stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource_types:
1212
- name: stratos-git-resource
1313
type: docker-image
1414
source:
15-
repository: splatform/stratos-git-tag-resource
15+
repository: ghcr.io/cf-stratos/stratos-git-tag-resource
1616

1717
resources:
1818
# Stratos Git Repository

deploy/ci/console-make-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource_types:
33
- name: stratos-git-resource
44
type: docker-image
55
source:
6-
repository: splatform/stratos-git-tag-resource
6+
repository: ghcr.io/cf-stratos/stratos-git-tag-resource
77
resources:
88
# Stratos Git Repository
99
- name: stratos

deploy/ci/scripts/Dockerfile.stratos-ci

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Publihsed as splatform/stratos-ci-concourse
1+
# Published as ghcr.io/cf-stratos/stratos-ci-concourse
22

33
# Use:
4-
# docker build -f Dockerfile.stratos-ci . -t splatform/stratos-ci-concourse:latest
4+
# docker build -f Dockerfile.stratos-ci . -t ghcr.io/cf-stratos/stratos-ci-concourse:latest
55

66
# Default Image used to run tasks - contains Helm
77

deploy/ci/scripts/build-git-tag-resource.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chmod +x ./git-resource/assets/check
1313
echo "#!/bin/bash" > ./git-resource/test/all.sh
1414
echo "#!/bin/bash" > ./git-resource/integration-tests/integration.sh
1515

16-
docker build ./git-resource -t splatform/stratos-git-tag-resource:latest
17-
docker push splatform/stratos-git-tag-resource:latest
16+
docker build ./git-resource -t ghcr.io/cf-stratos/stratos-git-tag-resource:latest
17+
docker push ghcr.io/cf-stratos/stratos-git-tag-resource:latest
1818
rm -rf ./tmp
1919
echo "All done"

deploy/ci/tasks/dev-releases/check-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image_resource:
77
type: docker-image
88
source:
99
# Generated using scripts/Dockerfile.stratos-ci
10-
repository: splatform/stratos-ci-concourse
10+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1111

1212
run:
1313
path: sh

deploy/ci/tasks/dev-releases/check-gh-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image_resource:
77
type: docker-image
88
source:
99
# Generated using scripts/Dockerfile.stratos-ci
10-
repository: splatform/stratos-ci-concourse
10+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1111

1212
run:
1313
path: sh

deploy/ci/tasks/dev-releases/create-chart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image_resource:
1010
type: docker-image
1111
source:
1212
# Generated using scripts/Dockerfile.stratos-ci
13-
repository: splatform/stratos-ci-concourse
13+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1414

1515
run:
1616
path: sh

deploy/ci/tasks/dev-releases/create-helm-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image_resource:
88
type: docker-image
99
source:
1010
# Generated using scripts/Dockerfile.stratos-ci
11-
repository: splatform/stratos-ci-concourse
11+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1212
params:
1313
GIT_USER:
1414
GIT_EMAIL:

deploy/ci/tasks/dev-releases/create-nightly-chart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image_resource:
99
type: docker-image
1010
source:
1111
# Generated using scripts/Dockerfile.stratos-ci
12-
repository: splatform/stratos-ci-concourse
12+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1313

1414
run:
1515
path: bash

deploy/ci/tasks/dev-releases/generate-tag-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image_resource:
99
type: docker-image
1010
source:
1111
# Generated using scripts/Dockerfile.stratos-ci
12-
repository: splatform/stratos-ci-concourse
12+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1313

1414
run:
1515
path: bash

deploy/ci/tasks/dev-releases/make-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image_resource:
1010
type: docker-image
1111
source:
1212
# Generated using scripts/Dockerfile.stratos-ci
13-
repository: splatform/stratos-ci-concourse
13+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1414
run:
1515
path: sh
1616
args:

deploy/ci/tasks/dev-releases/update-gh-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image_resource:
88
type: docker-image
99
source:
1010
# Generated using scripts/Dockerfile.stratos-ci
11-
repository: splatform/stratos-ci-concourse
11+
repository: ghcr.io/cf-stratos/stratos-ci-concourse
1212

1313
run:
1414
path: sh

0 commit comments

Comments
 (0)