Skip to content

Commit 72720c5

Browse files
author
Ufuk Celebi
committed
[hotfix] [docs] Use FROM ververica/flink-statefun
As far as I can tell, flink-statefun is only available under ververica in DockerHub.
1 parent 410cea8 commit 72720c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deployment-and-operations/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The provided base image allows teams to package their applications with all the
3838
Below is an example Dockerfile for building a Stateful Functions image with both an [embedded module]({{ site.baseurl }}/sdk/modules.html#embedded-module) and a [remote module]({{ site.baseurl }}/sdk/modules.html#remote-module) for an application called ``statefun-example``.
3939

4040
{% highlight dockerfile %}
41-
FROM flink-statefun:{{ site.version }}
41+
FROM ververica/flink-statefun:{{ site.version }}
4242

4343
RUN mkdir -p /opt/statefun/modules/statefun-example
4444
RUN mkdir -p /opt/statefun/modules/remote

docs/getting-started/python_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ The base image provides the Stateful Function runtime, it will use the provided
338338
This can be found in the `Dockerfile` in the root directory.
339339

340340
{% highlight docker %}
341-
FROM flink-statefun:{{ site.version }}
341+
FROM ververica/flink-statefun:{{ site.version }}
342342

343343
RUN mkdir -p /opt/statefun/modules/greeter
344344
ADD module.yaml /opt/statefun/modules/greeter

0 commit comments

Comments
 (0)