ltvco / bv-ruby

Repo for custom ruby versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Ruby Versions for LTV

Build Notes

Multi Arch Build Example

docker buildx create --use
# omit the --push below if you do not have docker push access
docker buildx build --platform linux/amd64,linux/arm64 --push -t ltvco/ruby:2.6.9-bullseye-slim-jemalloc .

About

Repo for custom ruby versions


Languages

Language:Dockerfile 100.0%