Skip to content

Commit d051aaf

Browse files
committed
add authenticated docker pulls
1 parent 5c746f1 commit d051aaf

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.circleci/config.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
python-3.6: &test-template
55
docker:
66
- image: circleci/python:3.6-stretch-node-browsers
7+
auth:
8+
username: dashautomation
9+
password: $DASH_PAT_DOCKERHUB
710

811
environment:
912
PERCY_ENABLE: 0
@@ -46,10 +49,16 @@ jobs:
4649
<<: *test-template
4750
docker:
4851
- image: circleci/python:2.7-stretch-node-browsers
52+
auth:
53+
username: dashautomation
54+
password: $DASH_PAT_DOCKERHUB
4955

5056
python-3.7-install-test:
5157
docker:
5258
- image: circleci/python:3.7-stretch-node-browsers
59+
auth:
60+
username: dashautomation
61+
password: $DASH_PAT_DOCKERHUB
5362

5463
environment:
5564
PERCY_ENABLE: 0
@@ -101,6 +110,9 @@ workflows:
101110
version: 2
102111
build:
103112
jobs:
104-
- python-3.6
105-
- python-2.7
106-
- python-3.7-install-test
113+
- python-3.6:
114+
context: dash-docker-hub
115+
- python-2.7:
116+
context: dash-docker-hub
117+
- python-3.7-install-test:
118+
context: dash-docker-hub

0 commit comments

Comments
 (0)