Tzu-Li (Gordon) Tai created FLINK-16838:
-------------------------------------------
Summary: Stateful Functions Quickstart archetype Dockerfile should reference a specific version tag
Key: FLINK-16838
URL:
https://issues.apache.org/jira/browse/FLINK-16838 Project: Flink
Issue Type: Bug
Components: Stateful Functions
Reporter: Tzu-Li (Gordon) Tai
Assignee: Tzu-Li (Gordon) Tai
Currently, the quickstart archetype provides a skeleton Dockerfile that always builds on top of the latest image:
{code}
FROM statefun
{code}
While it happens to work for the first release since the `latest` tag will (coincidentally) point to the correct version,
once we have multiple releases this will no longer be correct.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)