2.5.1-r64 release
This commit is contained in:
parent
8f87613681
commit
06fd8da236
|
|
@ -10,7 +10,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
RUN /opt/bitnami/ruby/bin/gem install bundler
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r63" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r64" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
COPY --from=development /opt/bitnami/ruby /opt/bitnami/ruby
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r63" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r64" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`2.5`, `2.5.1-r63`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r63/2.5/Dockerfile)
|
||||
* [`2.5-ol-7`, `2.5.1-ol-7-r11` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-ol-7-r11/2.5/ol-7/Dockerfile)
|
||||
* [`2.5`, `2.5.1-r64`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r64/2.5/Dockerfile)
|
||||
* [`2.5-ol-7`, `2.5.1-ol-7-r10` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-ol-7-r10/2.5/ol-7/Dockerfile)
|
||||
* [`2.4`, `2.4.4-r60` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-r60/2.4/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.4-ol-7-r10` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-ol-7-r10/2.4/ol-7/Dockerfile)
|
||||
* [`2.3`, `2.3.7-r61` (2.3/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.7-r61/2.3/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue