Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
chore: update integration-test env image location
Browse files Browse the repository at this point in the history
* move from cf-routing to cf-networking-images GCR
  • Loading branch information
mike1808 committed Nov 27, 2019
1 parent 90aa351 commit 47c16b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
name: CF Route Syncer Tests
runs-on: ubuntu-latest
container:
image: gcr.io/cf-routing/cf-k8s-networking/cfroutesync-integration-test-env
image: gcr.io/cf-networking-images/cfroutesync-integration-test-env

steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion cfroutesync/integration/Dockerfile
@@ -1,4 +1,4 @@
# gcr.io/cf-routing/cf-k8s-networking/cfroutesync-integration-test-env
# gcr.io/cf-networking-images/cfroutesync-integration-test-env
FROM cloudfoundry/cflinuxfs3

ENV GO_VERSION 1.13.1
Expand Down
2 changes: 1 addition & 1 deletion cfroutesync/integration/run-tests.sh
Expand Up @@ -7,7 +7,7 @@ cfroutesync_dir="${script_dir}/.."

usage="Usage: $0 {local|docker|docker-shell}"

image="gcr.io/cf-routing/cf-k8s-networking/cfroutesync-integration-test-env"
image="gcr.io/cf-networking-images/cfroutesync-integration-test-env"

if [ $# -ne 1 ]; then
echo 1>&2 "$usage"
Expand Down
2 changes: 1 addition & 1 deletion ci/cf-k8s-pipeline.yml
Expand Up @@ -133,7 +133,7 @@ resources:
type: docker-image
icon: docker
source:
repository: gcr.io/cf-routing/cf-k8s-networking/cfroutesync-integration-test-env
repository: gcr.io/cf-networking-images/cfroutesync-integration-test-env
username: _json_key
password: ((gcp_gcr_service_account_key))

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/tests/run-units.yml
Expand Up @@ -3,7 +3,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: gcr.io/cf-routing/cf-k8s-networking/cfroutesync-integration-test-env
repository: gcr.io/cf-networking-images/cfroutesync-integration-test-env

inputs:
- name: cf-k8s-networking
Expand Down

0 comments on commit 47c16b8

Please sign in to comment.