This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a6f2ff42e9e Remove google-perftools from the default image. (#39323)
a6f2ff42e9e is described below
commit a6f2ff42e9e6c6e14c81693f3f9643be506719dd
Author: tvalentyn <[email protected]>
AuthorDate: Tue Jul 14 07:43:14 2026 -0700
Remove google-perftools from the default image. (#39323)
---
CHANGES.md | 2 +-
sdks/python/container/Dockerfile | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 5aebebfe841..a6fd20ad34d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -73,7 +73,7 @@
## Breaking Changes
-* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+* (Python) Removed `google-perftools` from the SDK container images. Users who
wish to use `--profiler_agent=tcmalloc` should install google-perftools APT
package in their custom container images separately
([#39323](https://github.com/apache/beam/issues/39323)).
## Deprecations
diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index fa3414cd332..7f5aa3604fe 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -45,8 +45,6 @@ RUN \
ccache \
# Required for using Beam Python SDK on ARM machines.
libgeos-dev \
- # Required for memory profiling with tcmalloc.
- google-perftools \
&& \
rm -rf /var/lib/apt/lists/* && \