File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if [ "$DEMO" != "true" ]; then
4040 find /usr/share/python-babel-localedata/locale-data -type f ! -name ' en_US*.dat' -delete
4141
4242 pip3 install filechunkio protobuf \
43- ' git+https://github.com/zalando-pg/wal-e.git#egg=wal-e[aws,google,swift]' \
43+ ' git+https://github.com/zalando-pg/wal-e.git@ipv6-imds #egg=wal-e[aws,google,swift]' \
4444 ' git+https://github.com/zalando/pg_view.git@master#egg=pg-view'
4545
4646 # https://github.com/wal-e/wal-e/issues/318
Original file line number Diff line number Diff line change 2424fi
2525
2626# Only small subset of environment variables is allowed. We don't want accidentally disclose sensitive information
27- for E in $( printenv -0 | tr ' \n' ' ' | sed ' s/\x00/\n/g' | grep -vE ' ^(KUBERNETES_(SERVICE|PORT|ROLE)[_=]|((POD_(IP|NAMESPACE))|HOSTNAME|PATH|PGHOME|LC_ALL|ENABLE_PG_MON)=)' | sed ' s/=.*//g' ) ; do
27+ for E in $( printenv -0 | tr ' \n' ' ' | sed ' s/\x00/\n/g' | grep -vE ' ^((AWS_EC2_METADATA_SERVICE_ENDPOINT| KUBERNETES_(SERVICE|PORT|ROLE) )[_=]|((POD_(IP|NAMESPACE))|HOSTNAME|PATH|PGHOME|LC_ALL|ENABLE_PG_MON)=)' | sed ' s/=.*//g' ) ; do
2828 unset $E
2929done
3030
You can’t perform that action at this time.
0 commit comments