mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 12:46:53 +00:00
moving to dockerhub for actions container (#4497)
This commit is contained in:
parent
c9b40ec1ca
commit
f18f453200
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user