Update on ShinyProxy Docker images

This post explains some recent changes made to the official ShinyProxy Docker images.

Starting today the official ShinyProxy images are now available for the ARM64 architecture, making it easier to run ShinyProxy on ARM based servers.
This includes the following images:

At the time of writing we will not make all demo images available on ARM64. However, when we update or add a new demo we will add an ARM64 version (if possible).

We have also updated our image build pipelines, such that the official ShinyProxy images are rebuilt every Sunday.
This ensures the images are using the latest base image available, reducing the amount of vulnerabilities in the images.
Only the last three minor versions are rebuilt. Therefore the following images now use JDK 21 and have an ARM variant:

  • openanalytics/shinyproxy:3.2.0
  • openanalytics/shinyproxy:3.1.1
  • openanalytics/shinyproxy:3.0.2
  • openanalytics/shinyproxy-operator:2.2.0
  • openanalytics/shinyproxy-operator:2.1.0
  • openanalytics/shinyproxy-operator:2.0.0

The source code of the Docker images can be found on GitHub.

1 Like