mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
3.1.1-debian-10-r16 release
This commit is contained in:
@@ -19,7 +19,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||||||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="ruby" \
|
ENV BITNAMI_APP_NAME="ruby" \
|
||||||
BITNAMI_IMAGE_VERSION="3.1.1-debian-10-r15" \
|
BITNAMI_IMAGE_VERSION="3.1.1-debian-10-r16" \
|
||||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
@@ -38,10 +38,10 @@ $ docker-compose up -d
|
|||||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`3.1`, `3.1-debian-10`, `3.1.1`, `3.1.1-debian-10-r15` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.1.1-debian-10-r15/3.1/debian-10/Dockerfile)
|
* [`3.1`, `3.1-debian-10`, `3.1.1`, `3.1.1-debian-10-r16`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.1.1-debian-10-r16/3.1/debian-10/Dockerfile)
|
||||||
* [`3.0`, `3.0-debian-10`, `3.0.3`, `3.0.3-debian-10-r101` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.0.3-debian-10-r101/3.0/debian-10/Dockerfile)
|
* [`3.0`, `3.0-debian-10`, `3.0.3`, `3.0.3-debian-10-r101` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.0.3-debian-10-r101/3.0/debian-10/Dockerfile)
|
||||||
* [`2.7`, `2.7-debian-10`, `2.7.5`, `2.7.5-debian-10-r102` (2.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.7.5-debian-10-r102/2.7/debian-10/Dockerfile)
|
* [`2.7`, `2.7-debian-10`, `2.7.5`, `2.7.5-debian-10-r102` (2.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.7.5-debian-10-r102/2.7/debian-10/Dockerfile)
|
||||||
* [`2.6`, `2.6-debian-10`, `2.6.9`, `2.6.9-debian-10-r103`, `latest` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.9-debian-10-r103/2.6/debian-10/Dockerfile)
|
* [`2.6`, `2.6-debian-10`, `2.6.9`, `2.6.9-debian-10-r103` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.9-debian-10-r103/2.6/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/ruby GitHub repo](https://github.com/bitnami/bitnami-docker-ruby).
|
Subscribe to project updates by watching the [bitnami/ruby GitHub repo](https://github.com/bitnami/bitnami-docker-ruby).
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ $ docker pull bitnami/ruby:[TAG]
|
|||||||
If you wish, you can also build the image yourself.
|
If you wish, you can also build the image yourself.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker build -t bitnami/ruby:latest 'https://github.com/bitnami/bitnami-docker-ruby.git#master:2.6/debian-10'
|
$ docker build -t bitnami/ruby:latest 'https://github.com/bitnami/bitnami-docker-ruby.git#master:3.1/debian-10'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Entering the REPL
|
## Entering the REPL
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
ruby:
|
ruby:
|
||||||
tty: true # Enables debugging capabilities when attached to this container.
|
tty: true # Enables debugging capabilities when attached to this container.
|
||||||
image: docker.io/bitnami/ruby:2.6
|
image: docker.io/bitnami/ruby:3.1
|
||||||
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
|
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|||||||
Reference in New Issue
Block a user