moving to dockerhub for actions container (#4497)

This commit is contained in:
Shirshanka Das 2022-03-25 00:24:07 -05:00 committed by GitHub
parent c9b40ec1ca
commit f18f453200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -110,7 +110,7 @@ services:
- ${HOME}/.datahub/plugins:/etc/datahub/plugins
datahub-actions:
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-head}
image: acryldata/acryl-datahub-actions:${ACTIONS_VERSION:-head}
hostname: actions
env_file: datahub-actions/env/docker.env
restart: on-failure:5

View File

@ -123,7 +123,7 @@ services:
- ${HOME}/.datahub/plugins:/etc/datahub/plugins
datahub-actions:
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-head}
image: acryldata/acryl-datahub-actions:${ACTIONS_VERSION:-head}
hostname: actions
env_file: datahub-actions/env/docker.env
restart: on-failure:5

View File

@ -33,7 +33,7 @@ services:
- DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
- KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
hostname: actions
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-head}
image: acryldata/acryl-datahub-actions:${ACTIONS_VERSION:-head}
restart: on-failure:5
datahub-frontend-react:
container_name: datahub-frontend-react

View File

@ -33,7 +33,7 @@ services:
- DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
- KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
hostname: actions
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-head}
image: acryldata/acryl-datahub-actions:${ACTIONS_VERSION:-head}
restart: on-failure:5
datahub-frontend-react:
container_name: datahub-frontend-react

View File

@ -35,7 +35,7 @@ services:
- DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
- KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
hostname: actions
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-head}
image: acryldata/acryl-datahub-actions:${ACTIONS_VERSION:-head}
restart: on-failure:5
datahub-frontend-react:
container_name: datahub-frontend-react