You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Tzu-Li (Gordon) Tai (Jira)" <ji...@apache.org> on 2020/03/28 03:49:00 UTC

[jira] [Created] (FLINK-16838) Stateful Functions Quickstart archetype Dockerfile should reference a specific version tag

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)