5.2.1-ol-7-r18 release

This commit is contained in:
Bitnami Bot 2018-11-23 03:23:19 +00:00
parent df2b08d3f6
commit c7c4d091ff
2 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r175
FROM bitnami/oraclelinux-extras:7-r176
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -11,7 +11,7 @@ RUN mkdir /app && chown bitnami:bitnami /app
COPY rootfs /
ENV BITNAMI_APP_NAME="rails" \
BITNAMI_IMAGE_VERSION="5.2.1-ol-7-r17" \
BITNAMI_IMAGE_VERSION="5.2.1-ol-7-r18" \
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:/opt/bitnami/rails/bin:$PATH" \
RAILS_ENV="development"

View File

@ -25,6 +25,18 @@ $ docker-compose up
> The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues.
# How to deploy Rails in Kubernetes?
You can find an example for testing in the file `test.yaml`. To launch this sample file run:
```bash
$ kubectl apply -f test.yaml
```
> NOTE: If you are pulling from a private containers registry, replace the image name with the full URL to the docker image. E.g.
>
> - image: 'your-registry/image-name:your-version'
## Supported tags and respective `Dockerfile` links
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
@ -32,7 +44,7 @@ $ docker-compose up
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`5-ol-7`, `5.2.1-ol-7-r17` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/5.2.1-ol-7-r17/5/ol-7/Dockerfile)
* [`5-ol-7`, `5.2.1-ol-7-r18` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/5.2.1-ol-7-r18/5/ol-7/Dockerfile)
* [`5-debian-9`, `5.2.1-debian-9-r12`, `5`, `5.2.1`, `5.2.1-r12`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/5.2.1-debian-9-r12/5/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-rails).