3.1.1-debian-10-r30 release
This commit is contained in:
parent
e6a4272aa4
commit
604f647721
|
|
@ -18,8 +18,9 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
|
||||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.1-debian-10-r29" \
|
||||
ENV APP_VERSION="3.1.1" \
|
||||
BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.1-debian-10-r30" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ $ 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/).
|
||||
|
||||
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.1`, `3.1.1-debian-10-r29`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.1.1-debian-10-r29/3.1/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.1`, `3.1.1-debian-10-r30`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.1.1-debian-10-r30/3.1/debian-10/Dockerfile)
|
||||
* [`3.0`, `3.0-debian-10`, `3.0.3`, `3.0.3-debian-10-r115` (3.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/3.0.3-debian-10-r115/3.0/debian-10/Dockerfile)
|
||||
* [`2.7`, `2.7-debian-10`, `2.7.5`, `2.7.5-debian-10-r116` (2.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.7.5-debian-10-r116/2.7/debian-10/Dockerfile)
|
||||
* [`2.6`, `2.6-debian-10`, `2.6.9`, `2.6.9-debian-10-r117` (2.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.9-debian-10-r117/2.6/debian-10/Dockerfile)
|
||||
|
|
@ -320,7 +320,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||
- Host OS and version
|
||||
- Docker version (`docker version`)
|
||||
- Output of `docker info`
|
||||
- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container)
|
||||
- Version of this container
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Reference in New Issue