Skip to content

Commit

Permalink
[AMORO-2505] Change the default docker image version to 'latest' in t…
Browse files Browse the repository at this point in the history
…he startup script (apache#2506)

[AMORO-2505] Change the default docker image version to 'latest' in the startup script (apache#2505)

The 'latest' version in docker means that the last image has been built without a specified tag.
  • Loading branch information
klion26 authored Jan 17, 2024
1 parent 91d5371 commit bd58d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/demo-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#


AMORO_TAG=master-snapshot
# default to use the last built image when no specified tag given
AMORO_TAG=latest


CURRENT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
Expand Down

0 comments on commit bd58d1f

Please sign in to comment.