Skip to content

Commit

Permalink
quickstart: move to sso-dev:latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
danbf committed Oct 24, 2018
1 parent 1662f7c commit 6db5495
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# - http://httpbin.sso.localtest.me
# ===========================================================================
sso-proxy:
image: buzzfeed/sso:latest # change this to `build: ..` to try local changes
image: buzzfeed/sso-dev:latest # change this to `build: ..` to try local changes
entrypoint: /bin/sso-proxy
environment:
# Allow any google account to log in for demo purposes
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
- 4180

sso-auth:
image: buzzfeed/sso:latest # change this to `build: ..` to try local changes
image: buzzfeed/sso-dev:latest # change this to `build: ..` to try local changes
entrypoint: /bin/sso-auth
env_file:
./env
Expand Down
2 changes: 1 addition & 1 deletion quickstart/kubernetes/sso-auth-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
k8s-app: sso-auth
spec:
containers:
- image: buzzfeed/sso:latest
- image: buzzfeed/sso-dev:latest
name: sso-auth
command: ["/bin/sso-auth"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/kubernetes/sso-proxy-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
k8s-app: sso-proxy
spec:
containers:
- image: buzzfeed/sso:latest
- image: buzzfeed/sso-dev:latest
name: sso-proxy
command: ["/bin/sso-proxy"]
ports:
Expand Down

0 comments on commit 6db5495

Please sign in to comment.