0.11.7-r0 release
Ghost 0.11.7 contains several changes. Notable changes from 0.11.5 include: - [Fixed] Themes ignoring all templates except index.hbs and post.hbs - [Improved] Subscriber: sanitize email - [Improved] Refactored packages, apps and more - [Fixed] Old accesstokens are not cleaned up - [Fixed] Fix cors middleware - [Fixed] Fix incorrect icon on AMP app page - [Fixed] Ensure config is update when deleting theme - [Fixed] Fix version check error for minor versions >= 10
This commit is contained in:
parent
3ab880afc4
commit
57d8cb53cd
|
|
@ -1,20 +1,20 @@
|
|||
FROM gcr.io/stacksmith-images/minideb:jessie-r10
|
||||
FROM gcr.io/stacksmith-images/minideb:jessie-r11
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=ghost \
|
||||
BITNAMI_IMAGE_VERSION=0.11.5-r0 \
|
||||
BITNAMI_IMAGE_VERSION=0.11.7-r0 \
|
||||
PATH=/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:$PATH
|
||||
|
||||
# System packages required
|
||||
RUN install_packages libc6 zlib1g libssl1.0.0 libncurses5 libtinfo5 libstdc++6 libgcc1 libbz2-1.0 libreadline6 ghostscript imagemagick libmysqlclient18
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg install mysql-client-10.1.21-1 --checksum 63155b08efa834316c47f29200a667f6d52506063dae861eb1edfba4266a9d62
|
||||
RUN bitnami-pkg install mysql-client-10.1.21-2 --checksum f5d875d00ff198eea981ffa6d02d3135659baf48cbfc418604f1b75fb5a31e63
|
||||
RUN bitnami-pkg install node-4.8.0-0 --checksum 800e972fbdf1b0a5afc845990bb981359dee4f9ad31ae4115a18ababa6c66508
|
||||
|
||||
# Install ghost
|
||||
RUN bitnami-pkg unpack ghost-0.11.5-0 --checksum 8e70e4762aa464af8abf3c255c398f8cff5c9703645d48fe4f00cacad2d7a10a
|
||||
RUN bitnami-pkg unpack ghost-0.11.7-0 --checksum 376198b6e86229a890fe6706f80406e6a99246f6a77fe7ff3f04a9ffd09034a3
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue