https://github.com/theyorkshiredev/dockerfile-linter
Image containing a Dockerfile linter
https://github.com/theyorkshiredev/dockerfile-linter
docker-image dockerfile-linter linter
Last synced: 9 days ago
JSON representation
Image containing a Dockerfile linter
- Host: GitHub
- URL: https://github.com/theyorkshiredev/dockerfile-linter
- Owner: TheYorkshireDev
- License: mit
- Created: 2017-08-13T12:23:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T08:50:26.000Z (about 6 years ago)
- Last Synced: 2025-03-01T04:44:04.032Z (over 1 year ago)
- Topics: docker-image, dockerfile-linter, linter
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containerised Dockerfile Linter
A containerised instance of [`replicatedhq/dockerfilelint`](https://github.com/replicatedhq/dockerfilelint) version 1.4.0, which is a Dockerfile linter. You can see it in action within this project's CI pipeline.
## Usage
Simply run `dockerfilelint Dockerfile` in the same directory as your Dockerfile
In our pipeline the linter is used as shown below.
```
# Lint our Dockerfile
lint_dockerfile:
image: theyorkshiredev/dockerfile-linter:latest
stage: test
script:
- dockerfilelint Dockerfile
```
## Build & Release Status
### Build
[](https://gitlab.com/TheYorkshireDev/dockerfile-linter/pipelines) [](https://github.com/theyorkshiredev/dockerfile-linter/releases) [](https://github.com/theyorkshiredev/dockerfile-linter/blob/master/LICENCE)
### Docker Image
[](https://hub.docker.com/r/theyorkshiredev/dockerfile-linter/) [](https://hub.docker.com/r/theyorkshiredev/dockerfile-linter/) [](https://hub.docker.com/r/theyorkshiredev/dockerfile-linter/) [](https://hub.docker.com/r/theyorkshiredev/dockerfile-linter/)
## Contribute
**Please Note:** The development of this project is done within a GitLab repository and uses the integrated GitLab CI. If you wish to contribute in anyway feel free to send pull requests and submit issues on GitLab. This GitHub repository is a mirror of the master branch within GitLab and is intended for users unfamiliar with GitLab.
* [Development Repository](https://gitlab.com/TheYorkshireDev/dockerfile-linter)
* [Report Issues on GitLab](https://gitlab.com/TheYorkshireDev/dockerfile-linter/issues)
* [Repository CI & CD](https://gitlab.com/TheYorkshireDev/dockerfile-linter/pipelines)