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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4972bb7  verify deb package use debian:9 instead of ubuntu:16.04
4972bb7 is described below

commit 4972bb7b4296b6ee4cbdfaee523e597f97a56a11
Author: Jia Zhai <[email protected]>
AuthorDate: Wed Apr 8 20:37:09 2020 +0800

    verify deb package use debian:9 instead of ubuntu:16.04
---
 Release-Candidate-Validation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index d45713f..04ecb80 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -652,7 +652,7 @@ producer  producer.go
 1. Start an ubuntu docker to install DEB.
 
 ```shell
-$ docker run -it --rm -v `pwd`:/pulsar ubuntu:16.04
+$ docker run -it --rm -v `pwd`:/pulsar debian:9
 ```
 
 In ubuntu container, navigate to the `/pulsar` directory.

Reply via email to