2.5.3-ol-7-r67 release

This commit is contained in:
Bitnami Bot
2019-01-01 02:58:13 +00:00
parent 13ee238672
commit 1429f2390f
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-runtimes:7-r186
FROM bitnami/oraclelinux-runtimes:7-r187
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -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.3-ol-7-r66" \
BITNAMI_IMAGE_VERSION="2.5.3-ol-7-r67" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000

View File

@@ -1,13 +1,13 @@
FROM bitnami/ruby:2.5.3-ol-7-r66 as development
FROM bitnami/ruby:2.5.3-ol-7-r67 as development
FROM bitnami/oraclelinux-runtimes:7-r186
FROM bitnami/oraclelinux-runtimes:7-r187
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.3-ol-7-r66" \
BITNAMI_IMAGE_VERSION="2.5.3-ol-7-r67" \
PATH="/opt/bitnami/ruby/bin:$PATH"
CMD [ "irb" ]

View File

@@ -51,7 +51,7 @@ $ kubectl apply -f test.yaml
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/).
* [`2.5-ol-7`, `2.5.3-ol-7-r66` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.3-ol-7-r66/2.5/ol-7/Dockerfile)
* [`2.5-ol-7`, `2.5.3-ol-7-r67` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.3-ol-7-r67/2.5/ol-7/Dockerfile)
* [`2.5-debian-9`, `2.5.3-debian-9-r67`, `2.5`, `2.5.3`, `2.5.3-r67`, `latest` (2.5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.3-debian-9-r67/2.5/debian-9/Dockerfile)
* [`2.4-ol-7`, `2.4.5-ol-7-r62` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-ol-7-r62/2.4/ol-7/Dockerfile)
* [`2.4-debian-9`, `2.4.5-debian-9-r67`, `2.4`, `2.4.5`, `2.4.5-r67` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-debian-9-r67/2.4/debian-9/Dockerfile)
@@ -326,7 +326,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
# License
Copyright (c) 2015-2018 Bitnami
Copyright (c) 2015-2019 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.