| commit | 9d9b8ce5f1ded49ebb1c6ab3891275f855110a72 | [log] [tgz] |
|---|---|---|
| author | Avi Sanwal <avi.sanwal@gmail.com> | Tue Nov 18 17:35:04 2025 +0530 |
| committer | GitHub <noreply@github.com> | Tue Nov 18 13:05:04 2025 +0100 |
| tree | a76a94b3202f6fee4e1b4f063d16dc8fd4aba5c0 | |
| parent | 055a57862c91daa639f42a5257668f9cdccbc517 [diff] |
[FLINK-37881] Drop gosu in favour of Dockerfile USER
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