This is an automated email from the ASF dual-hosted git repository.

jerrypeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c19bd2  move exclamation.zip location (#2974)
7c19bd2 is described below

commit 7c19bd220a82daeb5ff3f76b0387ed434fab66b2
Author: Boyang Jerry Peng <jerry.boyang.p...@gmail.com>
AuthorDate: Mon Nov 12 14:49:58 2018 -0800

    move exclamation.zip location (#2974)
---
 tests/docker-images/latest-version-image/Dockerfile |   3 ++-
 .../python-examples/exclamation.zip                 | Bin 39311 -> 39124 bytes
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/docker-images/latest-version-image/Dockerfile 
b/tests/docker-images/latest-version-image/Dockerfile
index 8026b17..18f84fb 100644
--- a/tests/docker-images/latest-version-image/Dockerfile
+++ b/tests/docker-images/latest-version-image/Dockerfile
@@ -19,7 +19,7 @@
 
 FROM apachepulsar/pulsar-all:latest
 
-RUN apt-get update && apt-get install -y supervisor
+RUN apt-get update && apt-get install -y supervisor vim
 
 RUN mkdir -p /var/log/pulsar && mkdir -p /var/run/supervisor/ && mkdir -p 
/pulsar/ssl
 
@@ -40,3 +40,4 @@ RUN mkdir -p /pulsar/instances/deps
 
 COPY python-examples/exclamation_lib.py /pulsar/instances/deps/
 COPY python-examples/exclamation_with_extra_deps.py 
/pulsar/examples/python-examples/
+COPY python-examples/exclamation.zip /pulsar/examples/python-examples/
diff --git a/pulsar-functions/python-examples/exclamation.zip 
b/tests/docker-images/latest-version-image/python-examples/exclamation.zip
similarity index 97%
rename from pulsar-functions/python-examples/exclamation.zip
rename to 
tests/docker-images/latest-version-image/python-examples/exclamation.zip
index ff0f213..199a8e9 100644
Binary files a/pulsar-functions/python-examples/exclamation.zip and 
b/tests/docker-images/latest-version-image/python-examples/exclamation.zip 
differ

Reply via email to