https://github.com/naoigcat/docker-rubocop
Docker Image for RuboCop
https://github.com/naoigcat/docker-rubocop
dockerfile rubocop
Last synced: 4 months ago
JSON representation
Docker Image for RuboCop
- Host: GitHub
- URL: https://github.com/naoigcat/docker-rubocop
- Owner: naoigcat
- License: mit
- Created: 2023-08-07T20:21:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T01:08:17.000Z (4 months ago)
- Last Synced: 2026-02-27T08:50:21.599Z (4 months ago)
- Topics: dockerfile, rubocop
- Language: Dockerfile
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker RuboCop
[](https://github.com/naoigcat/docker-rubocop/actions/workflows/push.yml)
[](https://github.com/naoigcat/docker-rubocop/stargazers)
[](https://hub.docker.com/r/naoigcat/rubocop)
**Docker Image for [RuboCop](https://rubocop.org)'s Gem**
## Installation
```sh
docker pull naoigcat/rubocop
```
## Usage
```sh
docker run --rm -v "$PWD":/app naoigcat/rubocop
```
### Tags
This repository publishes images on tag push. Common tag formats are:
- `${RUBOCOP_VERSION}-ruby${RUBY_VERSION}` (most reproducible)
- `ruby${RUBY_VERSION}`
Example:
```sh
docker run --rm -v "$PWD":/app naoigcat/rubocop:1.81.0-ruby3.4
```