https://github.com/danielkubat/yamllint
Custom image based on original Alpine Linux with yamllint inside
https://github.com/danielkubat/yamllint
docker yamllint
Last synced: 7 months ago
JSON representation
Custom image based on original Alpine Linux with yamllint inside
- Host: GitHub
- URL: https://github.com/danielkubat/yamllint
- Owner: danielkubat
- License: unlicense
- Created: 2020-04-14T11:49:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T22:47:41.000Z (over 4 years ago)
- Last Synced: 2025-01-22T18:08:56.516Z (9 months ago)
- Topics: docker, yamllint
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yamllint 
Custom image based on original [Alpine Linux](https://hub.docker.com/_/alpine/) with [yamllint](https://github.com/adrienverge/yamllint) inside.
## Version matrix:
- Alpine Linux *[3 (major)](https://hub.docker.com/_/alpine)*
- yamllint *[1.26.1](https://github.com/adrienverge/yamllint/releases/tag/v1.26.1)*## Pulling Docker image:
```bash
docker pull danielkubat/yamllint:latest
```*Docker image is deployed to [Docker Hub](https://hub.docker.com/r/danielkubat/yamllint).*