David Pichler created FLINK-20754:
-------------------------------------
Summary: 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
Environment: 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}
Reporter: David Pichler
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]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)