mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
2.1.10-r43 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.1.10-r42" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.10-r43" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -4,8 +4,6 @@ services:
|
||||
ruby:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/ruby:2.1'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
|
||||
ports:
|
||||
- 3000: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.1.10-r42" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.10-r43" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
|
||||
@@ -31,13 +31,13 @@ $ docker-compose up -d
|
||||
|
||||
* [`2.5`, `2.5.1-r37`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r37/2.5/Dockerfile)
|
||||
* [`2.5-ol-7`, `2.5.1-ol-7-r0` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-ol-7-r0/2.5/ol-7/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.4-ol-7-r0` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-ol-7-r0/2.4/ol-7/Dockerfile)
|
||||
* [`2.4`, `2.4.4-r35` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-r35/2.4/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.4-ol-7-r0` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-ol-7-r0/2.4/ol-7/Dockerfile)
|
||||
* [`2.3`, `2.3.7-r36` (2.3/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.7-r36/2.3/Dockerfile)
|
||||
* [`2.3-ol-7`, `2.3.7-ol-7-r0` (2.3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.7-ol-7-r0/2.3/ol-7/Dockerfile)
|
||||
* [`2.2`, `2.2.10-r35` (2.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.2.10-r35/2.2/Dockerfile)
|
||||
* [`2.2-ol-7`, `2.2.10-ol-7-r0` (2.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.2.10-ol-7-r0/2.2/ol-7/Dockerfile)
|
||||
* [`2.1`, `2.1.10-r42` (2.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-r42/2.1/Dockerfile)
|
||||
* [`2.1`, `2.1.10-r43` (2.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-r43/2.1/Dockerfile)
|
||||
* [`2.1-ol-7`, `2.1.10-ol-7-r0` (2.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-ol-7-r0/2.1/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ruby GitHub repo](https://github.com/bitnami/bitnami-docker-ruby).
|
||||
|
||||
Reference in New Issue
Block a user