4.36.2-debian-10-r0 release
This commit is contained in:
parent
88ac1b1bd0
commit
fb60139417
|
|
@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.0-3" --checksum d1c0e36b98ba6464fcf517c50d35d212d8bf7626cd99838f361bbe1c47319e5e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.34-2" --checksum e4111d4f7ed30cafbf80e97f6fae69787445517a7a18c5a0dcca23360cf185ae
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.36.1-1" --checksum 1ef4c8c2e5f1efef12532685d5fe28205ec4ca6af18a13b438049b806052a68f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.36.2-0" --checksum deada880309718f56f0272cf105c30942f98afdaae31e82a42185fb1e40a3cc2
|
||||
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.36.1-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="4.36.2-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
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"ghost": {
|
||||
"arch": "amd64",
|
||||
"digest": "1ef4c8c2e5f1efef12532685d5fe28205ec4ca6af18a13b438049b806052a68f",
|
||||
"digest": "deada880309718f56f0272cf105c30942f98afdaae31e82a42185fb1e40a3cc2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.36.1-1"
|
||||
"version": "4.36.2-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.36.1`, `4.36.1-debian-10-r2`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.36.1-debian-10-r2/4/debian-10/Dockerfile)
|
||||
- [`4`, `4-debian-10`, `4.36.2`, `4.36.2-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.36.2-debian-10-r0/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue