[
https://issues.apache.org/jira/browse/FLINK-20632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250824#comment-17250824
]
Robert Metzger commented on FLINK-20632:
----------------------------------------
As a temporary workaround, you can build the docker image yourself, with these
steps:
git clone https://github.com/apache/flink-docker
cd flink-docker/
cd 1.12/scala_2.12-java8-debian/
docker build -t flink:1.12.0 .
I also pushed an image to DockerHub as: "rmetzger/flink:1.12.0-unofficial".
This is an unofficial image, not an official apache release!
> Missing docker images for 1.12 release
> --------------------------------------
>
> Key: FLINK-20632
> URL: https://issues.apache.org/jira/browse/FLINK-20632
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Kubernetes
> Affects Versions: 1.12.0
> Reporter: Piotr Gwiazda
> Priority: Major
>
> Images for Flink 1.12 are missing in Docker hub
> https://hub.docker.com/_/flink. As a result Kubernetes deployment as in the
> documentation example is not working.
> https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/resource-providers/native_kubernetes.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)