Skip to content

Commit

Permalink
Remove alpine 3.10 and 3.11 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Jan 25, 2022
1 parent 144bd6b commit e8c23a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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) |
7 changes: 3 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e8c23a7

Please sign in to comment.