Docker image x86 os/arch

Hello,

I have an old i386 laptop that I’m using as a server. I installed Docker on that machine and run few containers.
I checked Docker Hub and saw that there are docker images only for these os architectures:

  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64

I would really want to host my own instance of vaultwarden server on that machine.
Can you guys add x86 docker image in hub.docker.com?

All the best

You could try to build it your self. But there is no i386 toolchain pre-built available i think. If it could also run i586 or i686, which i think you are actually running, then there is an image available from messense that provides these toolchains. Though only sqlite can be supported.

Hi BlackDex,

You’re right, after a closer look the machine has an i686 architecture.
What do you mean by messense?
Can you provide a step-by-step guide on how to build the image using i686 toolchain image?

Cheers

Any progress on this? Having to rebuild Vaultwarden every time it updates on a slow machine is a pain.