This is a Docker image containing Brendan Gregg's FlameGraph and Andrei Pangin's Async Profiler.
The container is especially useful for profiling Java applications in remote or production environments where installing additional tools is undesirable or restricted. In such cases, the container can be launched on demand, attached to a running Java process, and removed afterward without leaving a footprint.
Usage example can be found in this article.