feat(datahub-upgrade): Use the "head" image tag. (#2641)

This commit is contained in:
John Joyce 2021-06-03 16:25:17 -07:00 committed by GitHub
parent b6889181ce
commit 81c9fc30aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR && docker pull acryldata/datahub-upgrade:latest && docker run --env-file ./env/docker.env --network="datahub_network" acryldata/datahub-upgrade:latest "$@"
cd $DIR && docker pull acryldata/datahub-upgrade:head && docker run --env-file ./env/docker.env --network="datahub_network" acryldata/datahub-upgrade:latest "$@"

View File

@ -21,9 +21,6 @@ DATAHUB_GMS_PORT=8080
DATAHUB_MAE_CONSUMER_HOST=datahub-mae-consumer
DATAHUB_MAE_CONSUMER_PORT=9091
DATAHUB_MAE_CONSUMER_PORT=9091
DATAHUB_MAE_CONSUMER_HOST=datahub-mae-consumer
# Uncomment and set these to support SSL connection to Elasticsearch
# ELASTICSEARCH_USE_SSL=
# ELASTICSEARCH_SSL_PROTOCOL=

View File

@ -42,7 +42,7 @@ It is important that the following containers are pulled and deployed simultaneo
From the `docker` directory:
```aidl
docker-compose down && docker-compose pull && docker-compose -p datahub up --force-recreate
docker-compose down --remove-orphans && docker-compose pull && docker-compose -p datahub up --force-recreate
```
#### Helm