Docker image for running Visualizer

Is there any docker image to run ParaView Visualizer in docker? I have check in Docker but seems like is outdated, last image was published 4 years ago.

You can use something like that with a setup/apps.yml like below

trame: # Default app under /index.html
  cmd:
    - /opt/paraview/bin/pvpython
    - -m
    - paraview.apps.visualizer
    - --data
    - /data
    - --host
    - ${host}
    - --port
    - ${port}
    - --authKey
    - ${secret}
    - --server