[bitnami/rails] Release 7.0.5-0-debian-11-r1 (#35650)

* [bitnami/rails] Release 7.0.5-0-debian-11-r1

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Fix Rails regexp for version Build -0

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
Bitnami Bot 2023-05-29 11:04:13 +02:00 committed by GitHub
parent 92094c31a1
commit 09e2bac077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ command:
# Major.Minor.Patch-Build, such as 1.2.3-4 while the `rails -v` command returns
# the version in the format of Major.Minor.Patch.Build, such as 1.2.3.4 so we
# need to convert the environment variable before comparing the two versions
exec: {{ .Vars.version.bin_name }} {{ .Vars.version.flag }} | sed '/^[0-9]\+\.[0-9]\+\.[0-9]\+$/ s/$/-0/' | sed "s/\.\([0-9]\)$/-\1/"
exec: {{ .Vars.version.bin_name }} {{ .Vars.version.flag }} | sed '/ [0-9]\+\.[0-9]\+\.[0-9]\+$/ s/$/-0/' | sed "s/\.\([0-9]\)$/-\1/"
exit-status: 0
stdout:
- {{ .Env.APP_VERSION }}

View File

@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-25T00:38:56Z" \
org.opencontainers.image.created="2023-05-28T22:29:45Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.0.4-3-debian-11-r23" \
org.opencontainers.image.ref.name="7.0.5-0-debian-11-r1" \
org.opencontainers.image.title="rails" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.4-3"
org.opencontainers.image.version="7.0.5-0"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"node-18.16.0-2-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.11.3-1-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.6-7-linux-${OS_ARCH}-debian-11" \
"rails-7.0.4-3-5-linux-${OS_ARCH}-debian-11" \
"rails-7.0.5-0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -43,7 +43,7 @@ RUN /build/bitnami-user.sh
COPY rootfs /
RUN /opt/bitnami/scripts/rails/postunpack.sh
ENV APP_VERSION="7.0.4-3" \
ENV APP_VERSION="7.0.5-0" \
BITNAMI_APP_NAME="rails" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/ruby/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -21,7 +21,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.4-3-5"
"version": "7.0.5-0-0"
},
"ruby": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "7"
- 7-debian-11
- 7.0.4-3
- 7.0.5-0
- latest