mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 15:47:42 +08:00
2.5.1-r62 release
This commit is contained in:
@@ -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-r61" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r62" \
|
||||
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-r61" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r62" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
|
||||
@@ -29,7 +29,7 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`2.5`, `2.5.1-r61`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r61/2.5/Dockerfile)
|
||||
* [`2.5`, `2.5.1-r62`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r62/2.5/Dockerfile)
|
||||
* [`2.5-ol-7`, `2.5.1-ol-7-r8` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-ol-7-r8/2.5/ol-7/Dockerfile)
|
||||
* [`2.4`, `2.4.4-r58` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-r58/2.4/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.4-ol-7-r8` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-ol-7-r8/2.4/ol-7/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user