tzulitai commented on a change in pull request #122:
URL: https://github.com/apache/flink-statefun/pull/122#discussion_r432399630
##########
File path: docs/deployment-and-operations/packaging.md
##########
@@ -47,6 +47,17 @@ COPY target/statefun-example*jar
/opt/statefun/modules/statefun-example/
COPY module.yaml /opt/statefun/modules/remote/module.yaml
{% endhighlight %}
+<div class="alert alert-info">
+ The Flink community is currently waiting for the official Docker images
to be published to Docker Hub.
+ In the meantime, Ververica has volunteered to make Stateful Function's
images available via their public registry:
+
+ <code class="language-dockerfile" data-lang="dockerfile">
+ <span class="k">FROM</span><span class="s">
ververica/flink-statefun</span>
Review comment:
```suggestion
<span class="k">FROM</span><span class="s">
ververica/flink-statefun:{{ site.version }}</span>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]