feat: change quickstart to use head tag for actions (#4357)

This commit is contained in:
Aseem Bansal 2022-03-09 23:59:10 +05:30 committed by GitHub
parent 799b5305c8
commit 8c7f63e4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -120,7 +120,7 @@ services:
- ${HOME}/.datahub/plugins:/etc/datahub/plugins
datahub-actions:
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-v0.0.1-beta.11}
image: public.ecr.aws/datahub/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:-v0.0.1-beta.11}
image: public.ecr.aws/datahub/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:-v0.0.1-beta.11}
image: public.ecr.aws/datahub/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:-v0.0.1-beta.11}
image: public.ecr.aws/datahub/acryl-datahub-actions:${ACTIONS_VERSION:-head}
restart: on-failure:5
datahub-frontend-react:
container_name: datahub-frontend-react