[GH-ISSUE #739] sqlite Dockerfile used for mysql-image #501

Closed
opened 2026-03-03 01:29:56 +03:00 by kerem · 2 comments
Owner

Originally created by @nevsnode on GitHub (Nov 21, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/739

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). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/739 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? 😅
kerem closed this issue 2026-03-03 01:29:56 +03:00
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.

<!-- gh-comment-id:557209729 --> @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

<!-- gh-comment-id:557215502 --> @nevsnode commented on GitHub (Nov 21, 2019): Nice, thanks :+1: And a general 'thank you' for building this
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/vaultwarden#501
No description provided.