This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 9f734878300d8b55262a80e267fe9d4d5354f684 Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Sat Mar 28 14:23:58 2020 +0800 [FLINK-16838] Update base image definitions in examples and E2E tests --- .../statefun-routable-kafka-e2e/src/test/resources/Dockerfile | 2 +- statefun-e2e-tests/statefun-sanity-e2e/src/test/resources/Dockerfile | 2 +- statefun-examples/statefun-greeter-example/Dockerfile | 2 +- statefun-examples/statefun-python-greeter/Dockerfile | 2 +- statefun-examples/statefun-python-k8s/Dockerfile.statefun | 2 +- statefun-examples/statefun-ridesharing-example/Dockerfile.functions | 2 +- statefun-examples/statefun-shopping-cart-example/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/statefun-e2e-tests/statefun-routable-kafka-e2e/src/test/resources/Dockerfile b/statefun-e2e-tests/statefun-routable-kafka-e2e/src/test/resources/Dockerfile index 2b025c7..7210f89 100644 --- a/statefun-e2e-tests/statefun-routable-kafka-e2e/src/test/resources/Dockerfile +++ b/statefun-e2e-tests/statefun-routable-kafka-e2e/src/test/resources/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/statefun-routable-kafka-e2e COPY statefun-routable-kafka-e2e*.jar /opt/statefun/modules/statefun-routable-kafka-e2e/ diff --git a/statefun-e2e-tests/statefun-sanity-e2e/src/test/resources/Dockerfile b/statefun-e2e-tests/statefun-sanity-e2e/src/test/resources/Dockerfile index d72fa73..23c6fd9 100644 --- a/statefun-e2e-tests/statefun-sanity-e2e/src/test/resources/Dockerfile +++ b/statefun-e2e-tests/statefun-sanity-e2e/src/test/resources/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/statefun-sanity-e2e COPY statefun-sanity-e2e*.jar /opt/statefun/modules/statefun-sanity-e2e/ diff --git a/statefun-examples/statefun-greeter-example/Dockerfile b/statefun-examples/statefun-greeter-example/Dockerfile index 7466f36..091409d 100644 --- a/statefun-examples/statefun-greeter-example/Dockerfile +++ b/statefun-examples/statefun-greeter-example/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/statefun-greeter-example COPY target/statefun-greeter-example*jar /opt/statefun/modules/statefun-greeter-example/ diff --git a/statefun-examples/statefun-python-greeter/Dockerfile b/statefun-examples/statefun-python-greeter/Dockerfile index 9f3a803..f3f08e7 100644 --- a/statefun-examples/statefun-python-greeter/Dockerfile +++ b/statefun-examples/statefun-python-greeter/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/greeter ADD module.yaml /opt/statefun/modules/greeter diff --git a/statefun-examples/statefun-python-k8s/Dockerfile.statefun b/statefun-examples/statefun-python-k8s/Dockerfile.statefun index 9f3a803..f3f08e7 100644 --- a/statefun-examples/statefun-python-k8s/Dockerfile.statefun +++ b/statefun-examples/statefun-python-k8s/Dockerfile.statefun @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/greeter ADD module.yaml /opt/statefun/modules/greeter diff --git a/statefun-examples/statefun-ridesharing-example/Dockerfile.functions b/statefun-examples/statefun-ridesharing-example/Dockerfile.functions index e36083c..04297bb 100644 --- a/statefun-examples/statefun-ridesharing-example/Dockerfile.functions +++ b/statefun-examples/statefun-ridesharing-example/Dockerfile.functions @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/statefun-ridesharing-example COPY statefun-ridesharing-example-functions/target/statefun-ridesharing-example*jar /opt/statefun/modules/statefun-ridesharing-example/ diff --git a/statefun-examples/statefun-shopping-cart-example/Dockerfile b/statefun-examples/statefun-shopping-cart-example/Dockerfile index 3c45b28..d899837 100644 --- a/statefun-examples/statefun-shopping-cart-example/Dockerfile +++ b/statefun-examples/statefun-shopping-cart-example/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM statefun +FROM flink-statefun:2.1-SNAPSHOT RUN mkdir -p /opt/statefun/modules/statefun-shopping-cart-example COPY target/statefun-shopping-cart-example*jar /opt/statefun/modules/statefun-shopping-cart-example/
