mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
2.4.5-ol-7-r75 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-runtimes:7-r197
|
||||
FROM bitnami/oraclelinux-runtimes:7-r198
|
||||
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.4.5-ol-7-r74" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.5-ol-7-r75" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
FROM bitnami/ruby:2.4.5-ol-7-r74 as development
|
||||
FROM bitnami/ruby:2.4.5-ol-7-r75 as development
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r197
|
||||
FROM bitnami/oraclelinux-runtimes:7-r198
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=development /opt/bitnami/ruby /opt/bitnami/ruby
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.5-ol-7-r74" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.5-ol-7-r75" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD [ "irb" ]
|
||||
|
||||
@@ -50,9 +50,9 @@ $ 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-r78` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.3-ol-7-r78/2.5/ol-7/Dockerfile)
|
||||
* [`2.5-ol-7`, `2.5.3-ol-7-r77` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.3-ol-7-r77/2.5/ol-7/Dockerfile)
|
||||
* [`2.5-debian-9`, `2.5.3-debian-9-r79`, `2.5`, `2.5.3`, `2.5.3-r79`, `latest` (2.5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.3-debian-9-r79/2.5/debian-9/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.5-ol-7-r74` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-ol-7-r74/2.4/ol-7/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.5-ol-7-r75` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-ol-7-r75/2.4/ol-7/Dockerfile)
|
||||
* [`2.4-debian-9`, `2.4.5-debian-9-r79`, `2.4`, `2.4.5`, `2.4.5-r79` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-debian-9-r79/2.4/debian-9/Dockerfile)
|
||||
* [`2.3-ol-7`, `2.3.8-ol-7-r76` (2.3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.8-ol-7-r76/2.3/ol-7/Dockerfile)
|
||||
* [`2.3-debian-9`, `2.3.8-debian-9-r80`, `2.3`, `2.3.8`, `2.3.8-r80` (2.3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.8-debian-9-r80/2.3/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user