Skip to content
Snippets Groups Projects
  1. Oct 22, 2023
    • Mathijs van Veluw's avatar
      Container building changes (#3958) · d722328f
      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
      d722328f
  2. Jan 24, 2023
  3. Sep 13, 2021
    • BlackDex's avatar
      Optimize release workflow. · ca0fd7a3
      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.
      ca0fd7a3
  4. Mar 05, 2021
    • std2main's avatar
      Add a dot in find command. · cdf5b6ec
      std2main authored
      Add a dot indicting current directory to search by find.
      
      find in mac won't work without the dot
      cdf5b6ec
  5. Dec 28, 2019
Loading