jerrypeng closed pull request #2974: move exclamation.zip location
URL: https://github.com/apache/pulsar/pull/2974
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/docker-images/latest-version-image/Dockerfile 
b/tests/docker-images/latest-version-image/Dockerfile
index 8026b175da..18f84fbd83 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 ff0f2130e0..199a8e9d71 100644
Binary files a/pulsar-functions/python-examples/exclamation.zip and 
b/tests/docker-images/latest-version-image/python-examples/exclamation.zip 
differ


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to