| commit | 610c0de976bd4af8cb1b43111bb53ceab6f23523 | [log] [tgz] |
|---|---|---|
| author | Alexander Fedulov <a_fedulov@apple.com> | Fri Feb 14 00:22:14 2025 +0100 |
| committer | Márton Balassi <mbalassi@apache.org> | Fri Feb 14 09:42:14 2025 +0100 |
| tree | 319bb0e2dee427504da54b8c5e06275082a16e98 | |
| parent | b0ed22b03db80de7bf45ee9e57c3cf676cee6ef1 [diff] |
Align entrypoint with what was used for 1.19.1
The commands shown during these steps serve as an example and assume that you have checked out flink and flink-docker in the same folder and version 1.11. Please substitute your folder structure and version.
flink/flink-dist/target/flink-1.11-SNAPSHOT-bin: tar czf flink-1.11.tgz flink-1.11-SNAPSHOTcp flink/flink-dist/target/flink-1.11-SNAPSHOT-bin/flink-1.11.tgz flink-dockerdocker run -it -p 9999:9999 -v `pwd`:/data python:3.7.7-slim-buster python -m http.server 9999Dockerfile ./add-custom.sh -u http://localhost:9999/data/flink-1.11.tgz -n flink-1.11 (If you are on a Mac or Windows, use host.docker.internal instead of localhost)host.minikube.internal which you can look up via minikube ssh "cat /etc/hosts".flink-docker/dev/flink-1.11-debian): docker build -t flink:1.11-SN .docker run -it flink:1.11-SN jobmanager