Re: cannot pull statefun docker image

2020-11-06 Thread Tzu-Li (Gordon) Tai
Hi, The Dockerfiles in the examples in the flink-statefun repo currently work against images built from snapshot development branches. Ververica has been hosting StateFun base images for released versions: https://hub.docker.com/r/ververica/flink-statefun You can change `FROM flink-statefun:*`

cannot pull statefun docker image

2020-11-06 Thread Lian Jiang
Hi, I tried to build statefun-greeter-example docker image with "docker build ." but cannot pull the base statefun docker image due to access denied. Any idea? Thanks. $ docker login Authenticating with existing credentials... Login Succeeded