[PR #525] [MERGED] use hadolint for linting Dockerfiles #2752

Closed
opened 2026-03-03 08:52:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/525
Author: @fbartels
Created: 7/4/2019
Status: Merged
Merged: 7/9/2019
Merged by: @dani-garcia

Base: masterHead: hadolint


📝 Commits (5)

  • df8c9f3 add hadolint to travisfile
  • f6cfb5b add hadolint config file
  • 5f688ff no more linting errors for the main Dockerfile
  • 3fbd791 more linting fixes
  • 0b13a8c last round of linting fixes

📊 Changes

12 files changed (+155 additions, -110 deletions)

View changed files

.hadolint.yaml (+7 -0)
📝 .travis.yml (+9 -0)
📝 docker/aarch64/mysql/Dockerfile (+13 -9)
📝 docker/aarch64/sqlite/Dockerfile (+13 -9)
📝 docker/amd64/mysql/Dockerfile (+16 -14)
📝 docker/amd64/mysql/Dockerfile.alpine (+12 -11)
📝 docker/amd64/sqlite/Dockerfile (+17 -15)
📝 docker/amd64/sqlite/Dockerfile.alpine (+12 -11)
📝 docker/armv6/mysql/Dockerfile (+14 -10)
📝 docker/armv6/sqlite/Dockerfile (+14 -10)
📝 docker/armv7/mysql/Dockerfile (+14 -10)
📝 docker/armv7/sqlite/Dockerfile (+14 -11)

📄 Description

  • add hadolint to travisfile

fixes https://github.com/dani-garcia/bitwarden_rs/issues/522


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/525 **Author:** [@fbartels](https://github.com/fbartels) **Created:** 7/4/2019 **Status:** ✅ Merged **Merged:** 7/9/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `hadolint` --- ### 📝 Commits (5) - [`df8c9f3`](https://github.com/dani-garcia/vaultwarden/commit/df8c9f39ac8538ff65c25bcf3c50b70b9a75f4c4) add hadolint to travisfile - [`f6cfb5b`](https://github.com/dani-garcia/vaultwarden/commit/f6cfb5bf2182e7a779bcd22eae778858278cee4b) add hadolint config file - [`5f688ff`](https://github.com/dani-garcia/vaultwarden/commit/5f688ff209d3fdc0ca89ac4972c225b855f75aaa) no more linting errors for the main Dockerfile - [`3fbd791`](https://github.com/dani-garcia/vaultwarden/commit/3fbd7919d81604d89be2b59b4e3e93e1da3fc129) more linting fixes - [`0b13a8c`](https://github.com/dani-garcia/vaultwarden/commit/0b13a8c4aae48400803d3693a78709d68e088718) last round of linting fixes ### 📊 Changes **12 files changed** (+155 additions, -110 deletions) <details> <summary>View changed files</summary> ➕ `.hadolint.yaml` (+7 -0) 📝 `.travis.yml` (+9 -0) 📝 `docker/aarch64/mysql/Dockerfile` (+13 -9) 📝 `docker/aarch64/sqlite/Dockerfile` (+13 -9) 📝 `docker/amd64/mysql/Dockerfile` (+16 -14) 📝 `docker/amd64/mysql/Dockerfile.alpine` (+12 -11) 📝 `docker/amd64/sqlite/Dockerfile` (+17 -15) 📝 `docker/amd64/sqlite/Dockerfile.alpine` (+12 -11) 📝 `docker/armv6/mysql/Dockerfile` (+14 -10) 📝 `docker/armv6/sqlite/Dockerfile` (+14 -10) 📝 `docker/armv7/mysql/Dockerfile` (+14 -10) 📝 `docker/armv7/sqlite/Dockerfile` (+14 -11) </details> ### 📄 Description - add hadolint to travisfile fixes https://github.com/dani-garcia/bitwarden_rs/issues/522 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 08:52:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2752
No description provided.