[bitnami/ruby] Release 2.7.7-debian-11-r30 (#24382)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c7c585fb1d
commit
c16d49295e
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T17:57:52Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.7-debian-11-r29" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ruby" \
|
||||
org.opencontainers.image.ref.name="2.7.7-debian-11-r30" \
|
||||
org.opencontainers.image.title="ruby" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.7"
|
||||
|
|
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages build-essential ca-certificates curl git libcrypt1 libreadline-dev libreadline8 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 pkg-config procps sqlite3 unzip wget zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"ruby-2.7.7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-2.7.7-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"ruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "88af1c560bc15ac28aaaafe72820d319c4b8049d9c7fc6f7655cd2e6c75c57ba",
|
||||
"digest": "7d4509f926aa29d646727b4adc990b63328517cd24e385554d4ad0449bf06261",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.7-2"
|
||||
"version": "2.7.7-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -146,7 +146,7 @@ docker run -it --name ruby -P bitnami/ruby:latest
|
|||
Run `docker port` to determine the random port Docker assigned.
|
||||
|
||||
```console
|
||||
docker port ruby
|
||||
$ docker port ruby
|
||||
3000/tcp -> 0.0.0.0:32769
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue