aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Expand)Author
2020-10-11Remove some duplicate code in Dockerfile with the help of some variablesDaniel García
2020-10-08Fixed issue with building Alpine armv7 image.BlackDex
2020-10-06Fixed building mysql, postgresql and sqlite3 for armBlackDex
2020-10-04Document database connection retries and change alpine repo for catatonitDaniel García
2020-10-03Reorganize dockerfile template slightly (same result)Daniel García
2020-10-03Updated web vault, dependencies and base docker imagesDaniel García
2020-09-26specify version of cmosh's alpine-armAiden McClelland
2020-09-21alpine arm building successfullyAiden McClelland
2020-09-19Update web vault to 2.16.0 and dependenciesDaniel García
2020-08-26Fix the Alpine buildJeremy Lin
2020-08-24Change Dockerfiles to make the AMD image multidbDaniel García
2020-07-15Multi-arch image supportJeremy Lin
2020-07-15Dockerfile.j2: remove dead codeJeremy Lin
2020-07-05Add startup script to support init operationsJeremy Lin
2020-07-05Updated dependencies ans web vault versionDaniel García
2020-05-21Update web vault to v2.14.0Daniel García
2020-04-09Make web vault show a more informative error when browsers block WebCrypto in...Daniel García
2020-03-27Merge pull request #933 from jjlin/dockerfilesDaniel García
2020-03-27Update web vault to 2.13.2Daniel García
2020-03-26Rebuild Dockerfiles to match latest Dockerfile.j2 templateJeremy Lin
2020-03-25Healthcheck fixes/optimizationsJeremy Lin
2020-03-24Update healthcheck script to handle alternate base dirJeremy Lin
2020-03-16Build as staticYmage
2020-03-14Update vault to 2.13.1Daniel García
2020-03-09Update dependenciesDaniel García
2020-03-01Use web vault built by docker autobuild, using the hash to reference the imag...Daniel García
2020-02-22Update web vault used in dockerDaniel García
2020-02-18Update web vault to fix copy issuesDaniel García
2020-01-19Update u2f to 0.2, which requires OpenSSL but also might solve the problems w...Daniel García
2020-01-05Add missing target armv7 and cross compile envsDaniel García
2020-01-03Add hint to Dockerfile's that they are generatedRobin Schneider
2020-01-03Readd missing cargo build for armv7. Thanks to @dani-garcia!Robin Schneider
2020-01-01Remove debugging echo statement from DockerfilesRobin Schneider
2019-12-31Use apt-get instead of apt in Dockerfiles, also --no-install-recommendsRobin Schneider
2019-12-31Remove duplicate empty lines in generated DockerfilesRobin Schneider
2019-12-31Set build time options for dpkg and reproducible buildsRobin Schneider
2019-12-31Improve Jinja2 template logic a bitRobin Schneider
2019-12-31Readd missing cargo setup for armv7. Thanks to @dani-garcia!Robin Schneider
2019-12-31Fix armv6 build, thanks to @dani-garcia for the review!Robin Schneider
2019-12-31Move `rustup target` before `cargo build`. Thanks to @dani-garcia!Robin Schneider
2019-12-31Make `cargo new` independent of workdir to be exactDaniel García
2019-12-31Fix package name for Ubuntu 16.04 based image. Thanks @dani-garcia!Robin Schneider
2019-12-31Move `dpkg --add-architecture` before the first apt callRobin Schneider
2019-12-31Fix cross platform build support, thanks to @dani-garcia for the reviewRobin Schneider
2019-12-28Generate Dockerfiles from one source for maintainability. Closes #785.Robin Schneider
2019-12-28WIP: Use Debian base image for all steps of the build processRobin Schneider
2019-12-22Update docker images to alpine 3.11 and rust 1.40Daniel García
2019-11-24Updated rust images and enabled minimal profileDaniel García
2019-11-19Update web vault to fix twofactorauth.org integration1.12.0Daniel García
2019-11-13cleaner startup exec in order to build the image and run the container with p...Gernot Nusshall