The official Debian Docker image with Ruby.
Available on Docker Hub or GitHub Container Registry (GHCR) for AMD64 or ARM64.
# Docker Hub
docker pull zenjoy/ruby:latest
# GHCR
docker pull ghcr.io/zenjoy/ruby:latest
All images are automatically signed via Cosign using keyless signatures. You verify the integrity of these images as follows:
cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp https://github.com/zenjoy/docker-ruby/.github/workflows/ \
zenjoy/ruby:latest
Feel free to contribute and make things better by opening an Issue or Pull Request.
View license information for the software contained in this image.