你直接clone下来,然后cd到1.12目录,这样build出来的镜像也是可以的

你用build的镜像启动Flink任务是报什么错呢,我这边试了一下是可以正常运行的

   - git clone https://github.com/apache/flink-docker.git
   - cd scala_2.11-java8-debian
   - sudo docker build -t flink:1.12.0 .
   - docker push


Best,
Yang

superainbower <superainbo...@163.com> 于2020年12月17日周四 上午7:19写道:

> 请教下 git checkout dev-master./add-custom.sh -u
> https://apache.website-solution.net/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.11.tgz
> -n flink-1.12.0 这是一条指令吗?感觉执行不了
> 另外直接
> git clone https://github.com/apache/flink-docker.git
> 在里面的1.12目录中选择2.11的进去,直接dock build -t flink:1.12.0 .可以吗,我尝试直接这样构建出来的镜像好像不能跑
>
> 在2020年12月16日 10:56,Yang Wang 写道:
> 目前社区在将镜像推到docker hub的过程中遇到了点问题,正在解决
> 具体你可以跟进一下这个PR https://github.com/docker-library/official-images/pull/9249
>
> 当前你也可以自己build一个镜像来使用,方法如下:
>
> git clone https://github.com/apache/flink-docker.git
> git checkout dev-master./add-custom.sh -u
>
> https://apache.website-solution.net/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.11.tgz
> -n
> <https://apache.website-solution.net/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.11.tgz-n>
> flink-1.12.0cd dev/flink-1.12.0-debiandocker build . -t
> flink:flink-1.12.0docker push flink:flink-1.12.0
>
>
>
> jiangjiguang719 <jiangjiguang...@163.com> 于2020年12月9日周三 下午5:09写道:
>
> > 请问啥时候 在docker hub中可以看到1.12版本的镜像?
>

回复