The image is for running rubocop, rubocop is installed in /app/ in case you need to customize the install before usage.
The image is based on ruby:3.2.5-alpine3.20
Examples
rubocop:
stage: linting
image: registry.gitlab.com/pipeline-components/rubocop:latest
script:
- rubocop -P -E .