summaryrefslogtreecommitdiff
path: root/.hadolint.yaml
AgeCommit message (Collapse)Author
2023-10-23Container building changes (#3958)Mathijs van Veluw
* 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
2023-04-02Revert setcap, update rust and cratesBlackDex
- Revert #3170 as discussed in #3387 In hindsight it's better to not have this feature - Update Dockerfile.j2 for easy version changes. Just change it in one place instead of multiple - Updated to Rust to latest patched version - Updated crates to latest available - Pinned mimalloc to an older version, as it breaks on musl builds
2023-01-24Disable Hadolint check for consecutive `RUN` instructions (DL3059)Jeremy Lin
This check doesn't seem to add enough value to justify the difficulties it tends to create when generating `RUN` instructions from a template.
2019-07-05add hadolint config fileFelix Bartels
to globally ignore certain rules