Skip to content

Commit a64daaa

Browse files
author
tosih
committed
Add DOCKER_IMAGE_BUILDER_HOST_CONFIG_PATH env var.
1 parent 2d8c8f6 commit a64daaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/group_vars/alpha-api-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ volume_mounts:
2020
api_base_container_envs:
2121
- name: DOCKER_IMAGE_BUILDER_CACHE
2222
value: "/home/anandkumarpatel/cache"
23+
- name: "DOCKER_IMAGE_BUILDER_HOST_CONFIG_PATH"
24+
value: "/root/.docker/config.json"
2325
- name: VALID_REDIR_TLDS
2426
value: "{{ domain }},runnablecloud.com"
2527
- name: FULL_API_DOMAIN

0 commit comments

Comments
 (0)