This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9b77dcd74442e867b2caf1cc3be39ff2e1f8de15 Author: tvalentyn <[email protected]> AuthorDate: Wed Oct 28 23:30:58 2020 -0700 Use a 'slim' flavor for Python images to reduce the image size. --- sdks/python/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile index 9d1d3a8..6c4bae6 100644 --- a/sdks/python/container/Dockerfile +++ b/sdks/python/container/Dockerfile @@ -17,7 +17,7 @@ ############################################################################### ARG py_version -FROM python:"${py_version}"-buster +FROM python:"${py_version}"-slim-buster MAINTAINER "Apache Beam <[email protected]>" ARG pull_licenses
