Skip to content

Commit 6db5495

Browse files
committed
quickstart: move to sso-dev:latest tag
1 parent 1662f7c commit 6db5495

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

quickstart/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# - http://httpbin.sso.localtest.me
2222
# ===========================================================================
2323
sso-proxy:
24-
image: buzzfeed/sso:latest # change this to `build: ..` to try local changes
24+
image: buzzfeed/sso-dev:latest # change this to `build: ..` to try local changes
2525
entrypoint: /bin/sso-proxy
2626
environment:
2727
# Allow any google account to log in for demo purposes
@@ -60,7 +60,7 @@ services:
6060
- 4180
6161

6262
sso-auth:
63-
image: buzzfeed/sso:latest # change this to `build: ..` to try local changes
63+
image: buzzfeed/sso-dev:latest # change this to `build: ..` to try local changes
6464
entrypoint: /bin/sso-auth
6565
env_file:
6666
./env

quickstart/kubernetes/sso-auth-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
k8s-app: sso-auth
1414
spec:
1515
containers:
16-
- image: buzzfeed/sso:latest
16+
- image: buzzfeed/sso-dev:latest
1717
name: sso-auth
1818
command: ["/bin/sso-auth"]
1919
ports:

quickstart/kubernetes/sso-proxy-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
k8s-app: sso-proxy
1414
spec:
1515
containers:
16-
- image: buzzfeed/sso:latest
16+
- image: buzzfeed/sso-dev:latest
1717
name: sso-proxy
1818
command: ["/bin/sso-proxy"]
1919
ports:

0 commit comments

Comments
 (0)