diff --git a/Dockerfile b/Dockerfile index e823fc3..d6cca84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ ARG version=3.0 -FROM minidocks/base:3.11 AS v2.6 - FROM minidocks/base:3.14 AS v2.7 FROM minidocks/base:3.15 AS v3.0 diff --git a/README.md b/README.md index 14a44ba..b6b14a1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ -Ruby docker image (minidocks/ruby) -================================== +Ruby docker image ([minidocks/ruby](https://hub.docker.com/r/minidocks/node)) +============================================================================= ![](https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Ruby_logo.svg/100px-Ruby_logo.svg.png) -Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. -It has an elegant syntax that is natural to read and easy to write. +Ruby is a dynamic, open source programming language with a focus on simplicity +and productivity. It has an elegant syntax that is natural to read and easy to +write. Tags ---- - Tag | Size - --- | ---- - latest, 3.0 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size) - 3.0 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3.0?style=flat-square&logo=docker&label=size) - 2.7 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.7?style=flat-square&logo=docker&label=size) - 2.6 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.6?style=flat-square&logo=docker&label=size) - +| Tag | Size | +|-------------|--------------------------------------------------------------------------------------------------------------| +| latest, 3.0 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size) | +| 3.0 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3.0?style=flat-square&logo=docker&label=size) | +| 2.7 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.7?style=flat-square&logo=docker&label=size) | diff --git a/build.sh b/build.sh index f1572a5..51076fd 100755 --- a/build.sh +++ b/build.sh @@ -3,10 +3,9 @@ set -e image="${namespace:-minidocks}/ruby" versions=" -2.4;2.4 -2.5;2.5 -2.6;2.6 -latest;2.6 +2.7;2.7 +3.0;3.0 +latest;3.0 " build() {