[bitnami/ghost] Release 5.7.1-debian-11-r0 (#1708)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-04 00:04:14 +02:00 committed by GitHub
parent 46edaae4a7
commit 68a9d225df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip jq libaudit1 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libicu67 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncurses6 libncursesw6 libnsl2 libpam0g libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 libxml2 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-160" --checksum 794ffe6e51952c04b68e764dac569319451f4faca8d3aa77f1c2b12c69b2cc02
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-161" --checksum b70dd71a46e9e0cbedb6b55cdab60c315046102387da00b08b787e5c74354cbf
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-1" --checksum 1308eadfadd439cc82f4ca51185828f49cac7b38fcafd783e24f52c7c2768b4b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-151" --checksum c85e4be9bcee70c86c7bc7e13742e2d97810ad8f7d6154f8b66811b6cc4d0948
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.7.0-0" --checksum d8fcd04f3031e6934f3bec1b339baf7a2484cbb757eb6a35dac54d8c28de76ed
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.7.1-0" --checksum 1fce17fbcb5d52947d0ac827360331dcc523e643603fb795f66b91cc977a885c
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APP_VERSION="5.7.0" \
ENV APP_VERSION="5.7.1" \
BITNAMI_APP_NAME="ghost" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ghost/bin:$PATH"

View File

@ -1,10 +1,10 @@
{
"ghost": {
"arch": "amd64",
"digest": "d8fcd04f3031e6934f3bec1b339baf7a2484cbb757eb6a35dac54d8c28de76ed",
"digest": "1fce17fbcb5d52947d0ac827360331dcc523e643603fb795f66b91cc977a885c",
"distro": "debian-11",
"type": "NAMI",
"version": "5.7.0-0"
"version": "5.7.1-0"
},
"gosu": {
"arch": "amd64",
@ -29,9 +29,9 @@
},
"python": {
"arch": "amd64",
"digest": "794ffe6e51952c04b68e764dac569319451f4faca8d3aa77f1c2b12c69b2cc02",
"digest": "b70dd71a46e9e0cbedb6b55cdab60c315046102387da00b08b787e5c74354cbf",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.13-160"
"version": "3.8.13-161"
}
}

View File

@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`5`, `5-debian-11`, `5.7.1`, `5.7.1-debian-11-r-1`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/5/debian-11/Dockerfile)
- [`5`, `5-debian-11`, `5.7.1`, `5.7.1-debian-11-r0`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/5/debian-11/Dockerfile)
- [`4`, `4-debian-11`, `4.48.2`, `4.48.2-debian-11-r16` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/ghost/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).