2.6.5-ol-7-r74-prod release
This commit is contained in:
parent
1882ef6062
commit
7b143b92aa
|
|
@ -1,8 +1,8 @@
|
|||
FROM bitnami/ruby:2.6.5-ol-7-r72 as development
|
||||
FROM bitnami/ruby:2.6.5-ol-7-r73 as development
|
||||
|
||||
######
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r529
|
||||
FROM bitnami/oraclelinux-runtimes:7-r530
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -11,7 +11,7 @@ RUN install_packages ca-certificates glibc keyutils-libs krb5-libs libcom_err li
|
|||
COPY --from=development /opt/bitnami/ruby /opt/bitnami/ruby
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.5-ol-7-r73-prod" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.5-ol-7-r74-prod" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD [ "irb" ]
|
||||
|
|
|
|||
|
|
@ -48,7 +48,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.6-ol-7-prod`, `2.6.5-ol-7-r73-prod` (2.6-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.5-ol-7-r73-prod/2.6-prod/ol-7/Dockerfile)
|
||||
* [`2.6-ol-7-prod`, `2.6.5-ol-7-r74-prod` (2.6-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.5-ol-7-r74-prod/2.6-prod/ol-7/Dockerfile)
|
||||
* [`2.6-ol-7`, `2.6.5-ol-7-r73` (2.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.5-ol-7-r73/2.6/ol-7/Dockerfile)
|
||||
* [`2.6-debian-9`, `2.6.5-debian-9-r61`, `2.6`, `2.6.5`, `2.6.5-r61`, `latest` (2.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.5-debian-9-r61/2.6/debian-9/Dockerfile)
|
||||
* [`2.6-debian-9-prod`, `2.6.5-debian-9-r56-prod`, `2.6-prod`, `2.6.5-prod`, `2.6.5-r56-prod`, `latest-prod` (2.6-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.6.5-debian-9-r56-prod/2.6-prod/debian-9/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue