This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch dev-master in repository https://gitbox.apache.org/repos/asf/flink-docker.git
commit 5ef2f66823900fe53125fec7ae63739685538e7c Author: Chesnay Schepler <[email protected]> AuthorDate: Tue Aug 30 10:37:38 2022 +0200 [hotfix] Remove empty lines in RUN statements These will be treated as errors in the future. --- Dockerfile-debian.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 545ab85..e338e89 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -79,7 +79,7 @@ RUN set -ex; \ rm flink.tgz; \ \ chown -R flink:flink .; \ - + \ # Replace default REST/RPC endpoint bind address to use the container's network interface \ sed -i 's/rest.address: localhost/rest.address: 0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml; \ sed -i 's/rest.bind-address: localhost/rest.bind-address: 0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml; \
