Daniel García
257b143df1
Remove some duplicate code in Dockerfile with the help of some variables
4 years ago
BlackDex
8c03746a67
Fixed building mysql, postgresql and sqlite3 for arm
With some apt/dpkg magic building multidb containers for arm versions
now also works. As long as the build stage and docker-image stage use
the same base (debian buster now) it should all work.
Resolves #530 , resolves #1066
4 years ago
Daniel García
ab4355cfed
Updated web vault, dependencies and base docker images
4 years ago
Daniel García
dbc082dc75
Update web vault to 2.16.0 and dependencies
4 years ago
Daniel García
4c324e1160
Change Dockerfiles to make the AMD image multidb
4 years ago
Jeremy Lin
d5f9b33f66
Add startup script to support init operations
This is useful for making local customizations upon container start. To use
this feature, mount a script into the container as `/etc/bitwarden_rs.sh`
and/or a directory of scripts as `/etc/bitwarden_rs.d`. In the latter case,
only files with an `.sh` extension are sourced, so files with other
extensions (e.g., data/config files) can reside in the same dir.
Note that the init scripts are run each time the container starts (not just
the first time), so these scripts should be idempotent.
5 years ago
Daniel García
d4357eb55a
Updated dependencies ans web vault version
5 years ago
Daniel García
a1f304dff7
Update web vault to v2.14.0
5 years ago
Daniel García
4be8dae626
Make web vault show a more informative error when browsers block WebCrypto in insecure contexts and update dependencies
5 years ago
Daniel García
4e85a1dee1
Update web vault to 2.13.2
5 years ago
Jeremy Lin
bbb0484d03
Healthcheck fixes/optimizations
* Switch healthcheck interval/timeout from 30s/3s to 60s/10s.
30s interval is arguably overkill, and 3s timeout is definitely too short
for lower end machines.
* Use HEALTHCHECK CMD exec form to avoid superfluous `sh` invocations.
* Add `--silent --show-error` flags to curl call to avoid progress meter being
shown in healthcheck logs.
5 years ago
Daniel García
edabf19ddf
Update vault to 2.13.1
5 years ago
Daniel García
edfdda86ae
Use web vault built by docker autobuild, using the hash to reference the image for extra security
5 years ago
Daniel García
0a3008e753
Update web vault used in docker
5 years ago
Daniel García
916e96b143
Update web vault to fix copy issues
5 years ago
Daniel García
84ed185579
Update u2f to 0.2, which requires OpenSSL but also might solve the problems we've had with certificates.
The rust image doesn't need installing curl or tar, so removed. Also collapsed ENV lines.
5 years ago
Robin Schneider
402c857d17
Add hint to Dockerfile's that they are generated
5 years ago
Robin Schneider
f6761ac30e
Remove debugging echo statement from Dockerfiles
5 years ago
Robin Schneider
f8e49ea3f4
Use apt-get instead of apt in Dockerfiles, also --no-install-recommends
apt is intended for humans, not scripts.
--no-install-recommends improves build time by avoiding to install
unneeded packages.
5 years ago
Robin Schneider
f6a4a2127b
Remove duplicate empty lines in generated Dockerfiles
Checked with:
```Shell
find . -type f -print0 | xargs -0 pcregrep -M '\n\n\n'
```
5 years ago
Robin Schneider
446fc3f1f8
Set build time options for dpkg and reproducible builds
Ref: https://github.com/moby/moby/issues/4032
Ref: https://sweetcode.io/using-docker-reproducible-build-environments/
Ref: https://github.com/hashbang/aosp-build/blob/master/config/container/Dockerfile
5 years ago
Daniel García
7a0bb18dcf
Make `cargo new` independent of workdir to be exact
The muslrust images seem to have a workdir of /volume as opposed to / in the
others so doing cargo new like this would create the folder in /volume/app.
5 years ago
Robin Schneider
43aa75dc89
Fix cross platform build support, thanks to @dani-garcia for the review
5 years ago
Robin Schneider
8280d200ea
Generate Dockerfiles from one source for maintainability. Closes #785 .
5 years ago
Daniel García
4cec502f7b
Update docker images to alpine 3.11 and rust 1.40
5 years ago
Daniel García
cf5a985b31
Updated rust images and enabled minimal profile
5 years ago
Daniel García
cbadf00941
Update web vault to fix twofactorauth.org integration
Update dependencies and toolchain
Update included equivalent domains with upstream changes
5 years ago
Gernot Nusshall
204993568a
cleaner startup exec in order to build the image and run the container with podman/libpod
5 years ago
Daniel García
97d41c2686
Revert rustup minimal profile, rustup can't be updated
5 years ago
Daniel García
fccc0a4b05
Update rocket to latest master
Downgrade rust version to fix cargo issue
Set rustup profile to minimal
5 years ago
Daniel García
57b1d3f850
Update dependencies and docker base images
5 years ago
Daniel García
f9408a00c6
Allow self signed certs and increase a bit the timings
5 years ago
Daniel García
ae8bf954c1
Updated web vault to 2.12
5 years ago
Miro Prasil
eea3f13bb3
Fix #603 and remove mysql from sqlite image
This changes the healthcheck to use `sh` instead of bash, that is absent
from some image versions. (like alpine)
It also removes `*mariadb*` packages from runtime image of sqlite images
as these shouldn't be required.
5 years ago
H3npi
66a68f6d22
Adds Healthcheck for all docker container
5 years ago
Daniel García
469318bcbd
Updated dependencies and web vault version
5 years ago
Daniel García
8be2ed6255
Update web vault to 2.11.0
6 years ago
Felix Bartels
0b13a8c4aa
last round of linting fixes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
6 years ago
Felix Bartels
3fbd7919d8
more linting fixes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
6 years ago
Miro Prasil
d10ef3fd4b
Create Dockerfiles for mysql builds
6 years ago
Miro Prasil
dd0b847912
Move current dockerfiles to their arch folders
6 years ago
Nils Domrose
ff759397f6
initial mysql support
6 years ago
Emil Madsen
badd22ac3d
Make docker image build
6 years ago
Daniel García
a8a92f6c51
New vault patch release
6 years ago
Daniel García
2a4cd24c60
Updated web vault to hide org plans again and updated dependencies
6 years ago
Daniel García
d89bd707a8
Update vault release to show duo button
6 years ago
Daniel García
d9406b0095
Update to web vault 2.10.0
6 years ago
Daniel García
6d7e15b2fd
Use web vault 2.9.0 release
6 years ago
Daniel García
c6c00729e3
Update vault to new version. No need to wait for a release when even the official web vault is already using it
6 years ago
Daniel García
9d027b96d8
Update web-vault to fix U2F NotTrustedAnchor error
6 years ago