mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 06:47:25 +08:00
4.34.0-debian-10-r0 release
This commit is contained in:
@@ -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.18.3-6" --checksum a529a3386f396110186951a0a4a4e1f440440d627041589635f69dbf0bdac116
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-1" --checksum 727834a55587746f90b159966c9abf2ce31a6effbe83d8c38ee6250641c9a22a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.33.2-0" --checksum ff8af16d229176ba1e7a6b972346092fee51202d762e8d5496c2090d2e82346b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.34.0-0" --checksum f1df7ac87116e468935dfb85e96e7f50b0a39215940fc22b040df70a6586db50
|
||||
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.33.2-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="4.34.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
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"ghost": {
|
||||
"arch": "amd64",
|
||||
"digest": "ff8af16d229176ba1e7a6b972346092fee51202d762e8d5496c2090d2e82346b",
|
||||
"digest": "f1df7ac87116e468935dfb85e96e7f50b0a39215940fc22b040df70a6586db50",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.33.2-0"
|
||||
"version": "4.34.0-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.33.2`, `4.33.2-debian-10-r1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.33.2-debian-10-r1/4/debian-10/Dockerfile)
|
||||
- [`4`, `4-debian-10`, `4.34.0`, `4.34.0-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.34.0-debian-10-r0/4/debian-10/Dockerfile)
|
||||
- [`3`, `3-debian-10`, `3.42.9`, `3.42.9-debian-10-r3` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.9-debian-10-r3/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).
|
||||
|
||||
Reference in New Issue
Block a user