[ https://issues.apache.org/jira/browse/FLINK-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chesnay Schepler closed FLINK-20754. ------------------------------------ Resolution: Duplicate > Flink 1.12 docker images not present on Dockerhub > ------------------------------------------------- > > Key: FLINK-20754 > URL: https://issues.apache.org/jira/browse/FLINK-20754 > Project: Flink > Issue Type: Bug > Components: Deployment / Kubernetes > Affects Versions: 1.12.0 > Reporter: David Pichler > Priority: Blocker > > As far as I can tell, the flink docker images for 1.12.0 aren't present on > Dockerhub: > [https://hub.docker.com/_/flink?tab=tags&page=1&ordering=last_updated&name=1.12] > Which is breaking the deployment tutorial referencing those images here: > [https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/resource-providers/standalone/kubernetes.html] > To reproduce: > {code:java} > $ echo 'FROM flink:1.12.0-scala_2.11' > Dockerfile > $ docker build . > Sending build context to Docker daemonĀ 2.048kB > Step 1/1 : FROM flink:1.12.0-scala_2.11 > manifest for flink:1.12.0-scala_2.11 not found: manifest unknown: manifest > unknown{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)