This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 95ef9d4f76a96baa8ea96203683f2cc09d862fb3 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..66d5051 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.0-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..9b5b2fe 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.0-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..10e2f6d 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.0-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..1f39589 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.0-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..1f39589 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.0-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..d05813d 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.0-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..9f7a52c 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.0-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/
