Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move images to fabric8-analytics namespace #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 0 additions & 74 deletions Jenkinsfile

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REGISTRY?=registry.devshift.net
REPOSITORY?=bayesian/coreapi-pgbouncer
REPOSITORY?=fabric8-analytics/coreapi-pgbouncer
DEFAULT_TAG=latest

.PHONY: all docker-build fast-docker-build test get-image-name get-image-repository
Expand Down
2 changes: 1 addition & 1 deletion openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ parameters:
displayName: Docker image
required: true
name: DOCKER_IMAGE
value: "bayesian/coreapi-pgbouncer"
value: "fabric8-analytics/coreapi-pgbouncer"

- description: Image tag
displayName: Image tag
Expand Down
2 changes: 1 addition & 1 deletion tests/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Check that we can connect to Postgres through PgBouncer container.

pgbouncer_image=${IMAGE_NAME:-registry.devshift.net/bayesian/coreapi-pgbouncer:latest}
pgbouncer_image=${IMAGE_NAME:-registry.devshift.net/fabric8-analytics/coreapi-pgbouncer:latest}
postgres_image='registry.centos.org/sclo/postgresql-94-centos7:latest'
here="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
postgres_env="${here}/postgres.env"
Expand Down