https://github.com/bdossantos/dockerfiles
🐋 Some Dockerfiles
https://github.com/bdossantos/dockerfiles
dockerfile
Last synced: 8 days ago
JSON representation
🐋 Some Dockerfiles
- Host: GitHub
- URL: https://github.com/bdossantos/dockerfiles
- Owner: bdossantos
- Created: 2018-04-03T17:11:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T12:07:55.000Z (18 days ago)
- Last Synced: 2026-01-11T16:40:36.378Z (18 days ago)
- Topics: dockerfile
- Language: Ruby
- Homepage: https://b-ds.fr
- Size: 935 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dockerfiles
[](https://github.com/bdossantos/dockerfiles/actions/workflows/cd.yml)
Some Dockerfiles.
## Requirements
* docker
* hadolint
* dive
* pre-commit
* shellcheck
* ruby
* bundler
* serverspec
## Installation
```bash
make install docker-build
docker-compose up
```
## Test
```bash
make install test
```