mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
fix(docker): use head tag for datahub-ingestion (#2760)
This commit is contained in:
parent
938dbc8871
commit
82468016ae
@ -5,10 +5,12 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
DOCKER_IMAGE=linkedin/datahub-ingestion:${DATAHUB_VERSION:-latest}
|
||||
DOCKER_IMAGE=linkedin/datahub-ingestion:${DATAHUB_VERSION:-head}
|
||||
|
||||
docker pull --quiet $DOCKER_IMAGE
|
||||
echo "+ Pulling $DOCKER_IMAGE"
|
||||
docker pull $DOCKER_IMAGE
|
||||
|
||||
echo '+ Running ingestion'
|
||||
docker run --rm \
|
||||
--network host \
|
||||
--workdir=/dir \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user