[GH-ISSUE #2253] [Docker Image] Switch to Alpine & support more archs #715

Closed
opened 2026-03-07 20:53:37 +03:00 by kerem · 0 comments
Owner

Originally created by @the-hotmann on GitHub (Dec 24, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2253

Currently there is just one official Docker Image. It is based on Ubuntu and supported just the amd64 architecture.

This was common +5 years ago. These days specially the official Images are provided, based on Alpine Linux and for at least:

  • amd64/х86_64
  • arm64/aarch64 (supported since 22.3.3)

better would be additionaly:

  • riscv64
  • armv7
  • armv6
  • armhf
  • ppc64le
  • s390x
  • x86

Most Docker Images I re-dockerized from Ubuntu to Alpine has come down about 80% of the Imagesize (which is already compressed!) and typically are just in general slimmer, more secure and better performing.

It might be worth it, also I dont see any dependencies which Alpine is not able to provide

Specially when we are talking about security issues popping up with automatic scanns, Alpine shows to be one of the best as it is the most up-to-date.

I would be happy to assist if there is a Dockerfile.

Best regards,
Martin

Originally created by @the-hotmann on GitHub (Dec 24, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2253 Currently there is just one official Docker Image. It is based on Ubuntu and supported just the `amd64` architecture. This was common +5 years ago. These days specially the official Images are provided, based on Alpine Linux and for at least: - `amd64`/`х86_64` - `arm64`/`aarch64` (supported since `22.3.3`) better would be additionaly: - `riscv64` - `armv7` - `armv6` - `armhf` - `ppc64le` - `s390x` - `x86` Most Docker Images I re-dockerized from Ubuntu to Alpine has come down about 80% of the Imagesize (which is already compressed!) and typically are just in general slimmer, more secure and better performing. It might be worth it, also I dont see any dependencies which Alpine is not able to provide Specially when we are talking about security issues popping up with automatic scanns, Alpine shows to be one of the best as it is the most up-to-date. I would be happy to assist if there is a Dockerfile. Best regards, Martin
kerem closed this issue 2026-03-07 20:53:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#715
No description provided.