mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-18 21:44:03 +00:00
fix(docker): pin containers to golden hash for release (#2654)
This commit is contained in:
parent
9829576202
commit
a483933eab
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
export DATAHUB_VERSION=${DATAHUB_VERSION:-head}
|
export DATAHUB_VERSION=${DATAHUB_VERSION:-9829576}
|
||||||
cd $DIR && docker-compose pull && docker-compose -p datahub up
|
cd $DIR && docker-compose pull && docker-compose -p datahub up
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Quickstarts an Ember-serving variant of DataHub by pulling all images from dockerhub and then running the containers locally.
|
# Quickstarts an Ember-serving variant of DataHub by pulling all images from dockerhub and then running the containers locally.
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
export DATAHUB_VERSION=${DATAHUB_VERSION:-head}
|
export DATAHUB_VERSION=${DATAHUB_VERSION:-9829576}
|
||||||
cd $DIR && docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.ember.yml pull && docker-compose -p datahub \
|
cd $DIR && docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.ember.yml pull && docker-compose -p datahub \
|
||||||
-f docker-compose.yml \
|
-f docker-compose.yml \
|
||||||
-f docker-compose.override.yml \
|
-f docker-compose.override.yml \
|
||||||
|
|||||||
@ -3,6 +3,6 @@
|
|||||||
# Quickstarts DataHub by pulling all images from dockerhub and then running the containers locally. No images are
|
# Quickstarts DataHub by pulling all images from dockerhub and then running the containers locally. No images are
|
||||||
# built locally. Note: by default this pulls the latest (head) version; you can change this to a specific version by setting
|
# built locally. Note: by default this pulls the latest (head) version; you can change this to a specific version by setting
|
||||||
# the DATAHUB_VERSION environment variable.
|
# the DATAHUB_VERSION environment variable.
|
||||||
export DATAHUB_VERSION=${DATAHUB_VERSION:-head}
|
export DATAHUB_VERSION=${DATAHUB_VERSION:-9829576}
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
cd $DIR && docker-compose pull && docker-compose -p datahub up
|
cd $DIR && docker-compose pull && docker-compose -p datahub up
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user