<
8000
path d="M7.823 1.677 4.927 4.573A.25.25 0 0 0 5.104 5H7.25v3.236a.75.75 0 1 0 1.5 0V5h2.146a.25.25 0 0 0 .177-.427L8.177 1.677a.25.25 0 0 0-.354 0ZM13.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5h-.5Zm-3.75.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75ZM7.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5h-.5ZM4 11.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75ZM1.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5h-.5Z"> @@ -7,19 +7,17 @@ then
7
7
EDGE_PORT=4566
8
8
fi
9
9
10
- # FIXME: remove with 2.0
11
- # the Dockerfile creates .pro-version file for the pro image. When trying to activate pro features with any other
12
- # version, an error is printed.
13
- if [[ $LOCALSTACK_API_KEY ]] && [[ ! -f /usr/lib/localstack/.pro-version ]]; then
10
+ # the Dockerfile creates .pro-version file for the pro image and .bigdata-pro-version for the bigdata image.
11
+ # When trying to activate pro features with any other version, a warning is printed.
12
+ if [[ $LOCALSTACK_API_KEY ]] && ! compgen -G /usr/lib/localstack/.* pro-version > /dev/null; then
14
13
echo " WARNING"
15
14
echo " ============================================================================"
16
- echo " It seems you are using the LocalStack Pro version without using the"
17
- echo " dedicated Pro image."
18
- echo " Future versions will only support running LocalStack Pro with the"
19
- echo " dedicated image."
15
+ echo " It seems you are trying to use the LocalStack Pro version without using "
16
+ echo " the dedicated Pro image."
17
+ echo " LocalStack will only start with community services enabled."
20
18
echo " To fix this warning, use localstack/localstack-pro instead."
21
19
echo " "
22
- echo " See: https://github.com/localstack/localstack/issues/7257 "
20
+ echo " See: https://github.com/localstack/localstack/issues/7882 "
23
21
echo " ============================================================================"
24
22
echo " "
25
23
elif [[ -f /usr/lib/localstack/.light-version ]] || [[ -f /usr/lib/localstack/.full-version ]]; then
0 commit comments