taojintianxia opened a new pull request #2088: Refactor: enhance the dockerfile URL: https://github.com/apache/incubator-shardingsphere/pull/2088 Changes proposed in this pull request: - replace ADD with wget, Dockerfile should be reproducible, people don't know how and where to retrieve the tar file . even if copy a local file we should use CPY instead of ADD, ADD is not recommend - add ENV in Dockerfile, just change the CURRENT_VERSION if PMC wanna release a new image - not sure when release the 4.0.0-RC1, since it is so, 3.0.0 should be the up to date Dockerfile , change the CURRENT_VERSION if new version proxy released.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
