mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 17:07:21 +08:00
2.2.7-r1 release
Update image to version 2.2.7-r1
This commit is contained in:
@@ -1 +0,0 @@
|
||||
.git/
|
||||
@@ -1,23 +1,19 @@
|
||||
FROM bitnami/minideb-extras:jessie-r13-buildpack
|
||||
|
||||
FROM bitnami/minideb-extras:jessie-r14-buildpack
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
# System packages required
|
||||
RUN install_packages libc6 libssl1.0.0 zlib1g libreadline6 libncurses5 libtinfo5 libffi6 libxml2-dev zlib1g-dev libxslt1-dev libgmp-dev ghostscript imagemagick libmysqlclient18 libpq5
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.7-r1" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ghostscript imagemagick libc6 libffi6 libgmp-dev libmysqlclient18 libncurses5 libpq5 libreadline6 libssl1.0.0 libtinfo5 libxml2-dev libxslt1-dev zlib1g zlib1g-dev
|
||||
RUN bitnami-pkg install ruby-2.2.7-0 --checksum e1b4cda02aaf88007810b5bc352c26c13aee0d5c5935a0e7e69869bf204b9394
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV PATH=/opt/bitnami/ruby/bin:$PATH
|
||||
|
||||
ENV BITNAMI_APP_NAME=ruby \
|
||||
BITNAMI_IMAGE_VERSION=2.2.7-r0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
|
||||
CMD ["irb"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
|
||||
@@ -25,10 +25,11 @@ ruby:
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`2.4`, `2.4.1-r0`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3512d65ae3221eb8618d69278b704c863ba2ea97/2.4/Dockerfile)
|
||||
- [`2.3`, `2.3.4-r0` (2.3/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/0336330a97102b8fdf19593b1532d678ff2c4908/2.3/Dockerfile)
|
||||
- [`2.2`, `2.2.7-r0` (2.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/72810a3c920c5d7ed5d7f47fb68435f67610ca72/2.2/Dockerfile)
|
||||
- [`2.1`, `2.1.10-r1` (2.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/24e47e3c3e1ea94c30da1900ec596bca97c28afb/2.1/Dockerfile)
|
||||
|
||||
- [`2.4`, `2.4.1-r0`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.1-r0/2.4/Dockerfile)
|
||||
- [`2.3`, `2.3.4-r0` (2.3/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.4-r0/2.3/Dockerfile)
|
||||
- [`2.2`, `2.2.7-r1` (2.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.2.7-r1/2.2/Dockerfile)
|
||||
- [`2.1`, `2.1.10-r2` (2.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-r2/2.1/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ruby GitHub repo](https://github.com/bitnami/bitnami-docker-ruby).
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ machine:
|
||||
services:
|
||||
- docker
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: 2.1,2.2,2.3,2.4
|
||||
RELEASE_SERIES_LIST: 2.4,2.3,2.2,2.1
|
||||
LATEST_STABLE: 2.4
|
||||
IMAGE_NAME: ruby
|
||||
CHART_NAME:
|
||||
|
||||
Reference in New Issue
Block a user