This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-master by this push:
new 8ab9632 [hotfix] Correctly state flink-dist path
8ab9632 is described below
commit 8ab963286c0db8f993ed87afdf0dcab92cee1727
Author: Till Rohrmann <[email protected]>
AuthorDate: Wed Jun 16 16:20:00 2021 +0200
[hotfix] Correctly state flink-dist path
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6e442f3..b8d5941 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Building a custom docker image
-1. Compress Flink in `flink-dist/flink-1.11-SNAPSHOT-bin`: `tar czf
flink-1.11.tgz flink-1.11-SNAPSHOT`
+1. Compress Flink in `flink-dist/target/flink-1.11-SNAPSHOT-bin`: `tar czf
flink-1.11.tgz flink-1.11-SNAPSHOT`
2. Start web server ``docker run -it -p 9999:9999 -v `pwd`:/data
python:3.7.7-slim-buster python -m http.server 9999``
3. Generate `Dockerfile` `./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`)