3.42.8-debian-10-r0 release
This commit is contained in:
parent
4a55884680
commit
927d064586
|
|
@ -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.2-0" --checksum 5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "3.42.7-0" --checksum d2e09fb3a7c3074adaa04d130062f320baac13b6372a90a0ee2016c1e538d1d9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "3.42.8-0" --checksum e83488e6641558fafdd8207412ab45c9b7a1c881607aa96e426fa689de7ba4e2
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
|
|
@ -21,7 +21,7 @@ RUN /opt/bitnami/scripts/ghost/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="ghost" \
|
||||
BITNAMI_IMAGE_VERSION="3.42.7-debian-10-r33" \
|
||||
BITNAMI_IMAGE_VERSION="3.42.8-debian-10-r0" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"ghost": {
|
||||
"arch": "amd64",
|
||||
"digest": "d2e09fb3a7c3074adaa04d130062f320baac13b6372a90a0ee2016c1e538d1d9",
|
||||
"digest": "e83488e6641558fafdd8207412ab45c9b7a1c881607aa96e426fa689de7ba4e2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.42.7-0"
|
||||
"version": "3.42.8-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
- [`4`, `4-debian-10`, `4.24.0`, `4.24.0-debian-10-r15`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.24.0-debian-10-r15/4/debian-10/Dockerfile)
|
||||
- [`3`, `3-debian-10`, `3.42.7`, `3.42.7-debian-10-r33` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.7-debian-10-r33/3/debian-10/Dockerfile)
|
||||
- [`3`, `3-debian-10`, `3.42.8`, `3.42.8-debian-10-r0` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.8-debian-10-r0/3/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