pull access denied for flink-statefun

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

pull access denied for flink-statefun

Lian Jiang
Hi,

I am following https://github.com/apache/flink-statefun#build to build the greeter example but got below error. I have logged in docker hub. Any idea? Thanks.

$ docker-compose build
zookeeper uses an image, skipping
kafka-broker uses an image, skipping
Building master
Step 1/3 : FROM flink-statefun:2.3-SNAPSHOT
ERROR: Service 'master' failed to build: pull access denied for flink-statefun, repository does not exist or may require 'docker login': denied: requested access to the resource is denied


Reply | Threaded
Open this post in threaded view
|

Re: pull access denied for flink-statefun

Lian Jiang
It worked by replacing
FROM flink-statefun:2.3-SNAPSHOT
with
FROM ververica/flink-statefun:2.2.0

Thanks!

On Sat, Oct 24, 2020 at 8:13 PM Lian Jiang <[hidden email]> wrote:
Hi,

I am following https://github.com/apache/flink-statefun#build to build the greeter example but got below error. I have logged in docker hub. Any idea? Thanks.

$ docker-compose build
zookeeper uses an image, skipping
kafka-broker uses an image, skipping
Building master
Step 1/3 : FROM flink-statefun:2.3-SNAPSHOT
ERROR: Service 'master' failed to build: pull access denied for flink-statefun, repository does not exist or may require 'docker login': denied: requested access to the resource is denied




--