Currently, the community does not provide the image on docker hub for un-released version.
I think you could using the following steps to build your image and then push to your docker repository.
1. Download the flink dist for 1.10, e.g. flink-1.10.0-rc2[1] 2. Unzip and cd flink-1.10 directory 3. Create the dockerfile, the content is described as follow 4. docker build . -t flink:1.10-rc2 5. docker push
Currently, the community does not provide the image on docker hub for un-released version.
I think you could using the following steps to build your image and then push to your docker repository.
1. Download the flink dist for 1.10, e.g. flink-1.10.0-rc2[1]
2. Unzip and cd flink-1.10 directory
3. Create the dockerfile, the content is described as follow
4. docker build . -t flink:1.10-rc2
5. docker push