Skip to content

Commit 2222325

Browse files
authored
Propagate docker config into test container so pulls are authenticated (#686)
1 parent 3e615ac commit 2222325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
retries: 50
1111
volumes:
1212
- ./:/code
13+
- ${HOME}/.docker/config.json:/root/.docker/config.json
1314
- ${TARBALL:-.}:/cache/image.tar.gz
1415
- docker_volume_backup_test_sandbox_image:/var/lib/docker/image
1516
- docker_volume_backup_test_sandbox_overlay2:/var/lib/docker/overlay2

0 commit comments

Comments
 (0)