Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build in examples failing with error #115

Closed
krishnaarava opened this issue Oct 4, 2019 · 2 comments
Closed

Docker build in examples failing with error #115

krishnaarava opened this issue Oct 4, 2019 · 2 comments

Comments

@krishnaarava
Copy link

krishnaarava commented Oct 4, 2019

When I try to build an docker image in examples folder throws me an error.

docker build -t "onemoretest:1.0" .

Step 19/25 : RUN set -ex; wget -nv -O flink.tgz "$FLINK_TGZ_URL"; tar -xf flink.tgz --strip-components=1; rm flink.tgz; cp ./opt/flink-s3-fs-presto-1.8.1.jar ./lib/; cp ./opt/flink-s3-fs-hadoop-1.8.1.jar ./lib/; chown -R flink:flink .;
---> Running in b908558f3836

Looks like the path if no more available https://mirrors.ocf.berkeley.edu/apache/flink/flink-1.8.1/

@anandswaminathan
Copy link
Contributor

Looks like 1.8.1 is no longer available. Only 1.8.2 is present. Let me submit a PR

@anandswaminathan
Copy link
Contributor

#116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants