sqlite Dockerfile used for mysql-image #500

Closed
opened 2025-11-07 06:39:03 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @nevsnode on GitHub (Nov 21, 2019).

It seems like the server-mysql image on Docker Hub is built with the wrong Dockerfile.
I pulled the latest release (1.12.0) and basically ran into issues, until I noticed this in https://hub.docker.com/r/bitwardenrs/server-mysql/dockerfile:

[...]
# set sqlite as default for DB ARG for backward comaptibility
ARG DB=sqlite
[...]

Or is there some intention behind this? 😅

Originally created by @nevsnode on GitHub (Nov 21, 2019). It seems like the server-mysql image on Docker Hub is built with the wrong Dockerfile. I pulled the latest release (1.12.0) and basically ran into issues, until I noticed this in https://hub.docker.com/r/bitwardenrs/server-mysql/dockerfile: ``` [...] # set sqlite as default for DB ARG for backward comaptibility ARG DB=sqlite [...] ``` Or is there some intention behind this? 😅
Author
Owner

@dani-garcia commented on GitHub (Nov 21, 2019):

Oops, it seems I configured it wrong for the release builds, I've switched it now, but it will be a couple of hours before it's built. In the mean time you can use the server-mysql:latest image, which at the moment is identical to the release.

@dani-garcia commented on GitHub (Nov 21, 2019): Oops, it seems I configured it wrong for the release builds, I've switched it now, but it will be a couple of hours before it's built. In the mean time you can use the server-mysql:latest image, which at the moment is identical to the release.
Author
Owner

@nevsnode commented on GitHub (Nov 21, 2019):

Nice, thanks 👍
And a general 'thank you' for building this

@nevsnode commented on GitHub (Nov 21, 2019): Nice, thanks :+1: And a general 'thank you' for building this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#500