- Oct 22, 2023
-
-
Mathijs van Veluw authored
* WIP: Container building changes * Small updates - Updated to rust 1.73.0 - Updated crates - Updated documentation - Added a bake.sh script to make baking easier * Update GitHub Actions Workflow - Updated workflow to use qemu and buildx bake In the future i would like to extract the alpine based binaries and add them as artifacts to the release. * Address review remarks and small updates - Addressed review remarks - Added `podman-bake.sh` script to build Vaultwarden with podman - Updated README - Updated crates - Added `VW_VERSION` support - Added annotations - Updated web-vault to v2023.9.1
-
- Jan 24, 2023
-
-
Jeremy Lin authored
This is a more accurate name, since these Dockerfiles require BuildKit, not Buildx.
-
- Sep 13, 2021
-
-
BlackDex authored
- Split Debian and Alpine into different build matrix This starts building both Debian and Alpine based images at the same time - Make use of Docker BuildKit, which improves speed also. - Use BuildKit caching for Rust Cargo across docker images. This prevents downloading the same crates multiple times. - Use Github Actions Services to start a docker registry, starting it via the build script sometimes caused issues. - Updated the Build workflow to use Ubuntu 20.04 which is more close to the Bullseye Debian release regarding package versions.
-
- Mar 05, 2021
-
-
std2main authored
Add a dot indicting current directory to search by find. find in mac won't work without the dot
-
- Dec 28, 2019
-
-
Robin Schneider authored
-