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

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a356e9  [HOTFIX][Doc] update readme to clarify that 
generate-stackbrew-library-docker.sh should be run on local machine directly.
1a356e9 is described below

commit 1a356e9c8a6d0a988970be2c3810ce7cbc49518b
Author: jingge <[email protected]>
AuthorDate: Fri Oct 27 14:28:21 2023 +0200

    [HOTFIX][Doc] update readme to clarify that 
generate-stackbrew-library-docker.sh should be run on local machine directly.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ddf2cd3..263bc66 100644
--- a/README.md
+++ b/README.md
@@ -145,10 +145,10 @@ of `library/flink` in the Docker 
[official-images](https://github.com/docker-lib
 ) repo via a pull request.
 
 Note: Since this script requires the `bashbrew` binary and a compatible 
version of Bash, the script
-`generate-stackbrew-library-docker.sh` can be used to invoke the script in a 
Docker container with
-the necessary dependencies.
+`generate-stackbrew-library-docker.sh` can be executed on developer's local 
machine and it will invoke 
+the script in a Docker container, which will be pulled from the internet 
automatically, with the necessary dependencies.
 
-Example:
+Example([official-images](https://github.com/docker-library/official-images) 
repo has been cloned locally):
 
     ./generate-stackbrew-library-docker.sh > 
/path/to/official-images/library/flink
 

Reply via email to