4.36.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-02-12 01:03:25 +00:00
parent c9509d1468
commit 6d9bb91786
3 changed files with 8 additions and 8 deletions

View File

@@ -10,10 +10,10 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip jq libaudit1 libbz2-1.0 libc6 libcap-ng0 libffi6 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libncursesw6 libpam0g libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-31" --checksum 48db897c12810ff5f17a323e9b4a0cc2812e673d66f94feb9d90e3abb28e664b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.0-0" --checksum 556a98f936b3c23e05bd6c23cd0cec135238b239b329161580544697bc332053
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.0-1" --checksum 400fb188f20ebb22fe9a99f6ef46598902884b9fbd87da481455cbc60273497d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-31" --checksum 4489feca3a65fbd733774d193b02914187451c6edf27855ebc5756e45a9f299e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.35.0-0" --checksum 18faeb2b5e6f5a1bec6afe72dd1183f9fbd281eed4c632f4bb92ec64abf9f8e4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.36.0-0" --checksum f298b320295f3ba2828fd806e229df3fd9974b4094013798a12ae42d6dbb032e
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -22,7 +22,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV BITNAMI_APP_NAME="ghost" \
BITNAMI_IMAGE_VERSION="4.35.0-debian-10-r0" \
BITNAMI_IMAGE_VERSION="4.36.0-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ghost/bin:$PATH"
EXPOSE 2368 3000

View File

@@ -1,10 +1,10 @@
{
"ghost": {
"arch": "amd64",
"digest": "18faeb2b5e6f5a1bec6afe72dd1183f9fbd281eed4c632f4bb92ec64abf9f8e4",
"digest": "f298b320295f3ba2828fd806e229df3fd9974b4094013798a12ae42d6dbb032e",
"distro": "debian-10",
"type": "NAMI",
"version": "4.35.0-0"
"version": "4.36.0-0"
},
"gosu": {
"arch": "amd64",
@@ -22,10 +22,10 @@
},
"node": {
"arch": "amd64",
"digest": "556a98f936b3c23e05bd6c23cd0cec135238b239b329161580544697bc332053",
"digest": "400fb188f20ebb22fe9a99f6ef46598902884b9fbd87da481455cbc60273497d",
"distro": "debian-10",
"type": "NAMI",
"version": "14.19.0-0"
"version": "14.19.0-1"
},
"python": {
"arch": "amd64",

View File

@@ -43,7 +43,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/).
- [`4`, `4-debian-10`, `4.35.0`, `4.35.0-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.35.0-debian-10-r0/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.36.0`, `4.36.0-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.36.0-debian-10-r0/4/debian-10/Dockerfile)
- [`3`, `3-debian-10`, `3.42.9`, `3.42.9-debian-10-r16` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.9-debian-10-r16/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).