Skip to content

Commit

Permalink
Update CI resource images to ghcr.io (#4759)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Nov 10, 2020
1 parent 502a761 commit bc7f4e9
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion deploy/ci/build-aio-image-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource_types:
- name: stratos-git-resource
type: docker-image
source:
repository: splatform/stratos-git-tag-resource
repository: ghcr.io/cf-stratos/stratos-git-tag-resource

resources:
# Stratos Git Repository
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/build-aio-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource_types:
- name: stratos-git-resource
type: docker-image
source:
repository: splatform/stratos-git-tag-resource
repository: ghcr.io/cf-stratos/stratos-git-tag-resource

resources:
# Stratos Git Repository
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/build-aio-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource_types:
- name: stratos-git-resource
type: docker-image
source:
repository: splatform/stratos-git-tag-resource
repository: ghcr.io/cf-stratos/stratos-git-tag-resource

resources:
# Stratos Git Repository
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/console-make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource_types:
- name: stratos-git-resource
type: docker-image
source:
repository: splatform/stratos-git-tag-resource
repository: ghcr.io/cf-stratos/stratos-git-tag-resource
resources:
# Stratos Git Repository
- name: stratos
Expand Down
4 changes: 2 additions & 2 deletions deploy/ci/scripts/Dockerfile.stratos-ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Publihsed as splatform/stratos-ci-concourse
# Published as ghcr.io/cf-stratos/stratos-ci-concourse

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

# Default Image used to run tasks - contains Helm

Expand Down
4 changes: 2 additions & 2 deletions deploy/ci/scripts/build-git-tag-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chmod +x ./git-resource/assets/check
echo "#!/bin/bash" > ./git-resource/test/all.sh
echo "#!/bin/bash" > ./git-resource/integration-tests/integration.sh

docker build ./git-resource -t splatform/stratos-git-tag-resource:latest
docker push splatform/stratos-git-tag-resource:latest
docker build ./git-resource -t ghcr.io/cf-stratos/stratos-git-tag-resource:latest
docker push ghcr.io/cf-stratos/stratos-git-tag-resource:latest
rm -rf ./tmp
echo "All done"
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/check-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse

run:
path: sh
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/check-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse

run:
path: sh
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/create-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse

run:
path: sh
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/create-helm-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse
params:
GIT_USER:
GIT_EMAIL:
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/create-nightly-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse

run:
path: bash
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/generate-tag-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse

run:
path: bash
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse
run:
path: sh
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/tasks/dev-releases/update-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image_resource:
type: docker-image
source:
# Generated using scripts/Dockerfile.stratos-ci
repository: splatform/stratos-ci-concourse
repository: ghcr.io/cf-stratos/stratos-ci-concourse

run:
path: sh
Expand Down

0 comments on commit bc7f4e9

Please sign in to comment.