Skip to content

Commit

Permalink
Ghost 5.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sid0831 committed Nov 29, 2022
1 parent 790fd9a commit 6b5d5d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ ARG TARGETARCH

LABEL org.opencontainers.image.authors="https://bitnami.com/contact; flavoured by https://sidlibrary.org" \
org.opencontainers.image.description="Application packaged by Bitnami; flavoured by Sidney Jeong" \
org.opencontainers.image.ref.name="ghost-5.24.0-bullseye-r4" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \
org.opencontainers.image.ref.name="ghost-5.24.2-bullseye-r0" \
org.opencontainers.image.source="https://github.com/sid0831/ghost-container" \
org.opencontainers.image.title="ghost" \
org.opencontainers.image.vendor="VMware, Inc.; Sidney Jeong" \
org.opencontainers.image.version="5.24.0"
org.opencontainers.image.version="5.24.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APP_VERSION="5.24.0" \
ENV APP_VERSION="5.24.2" \
BITNAMI_APP_NAME="ghost" \
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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
mysql:
image: docker.io/bitnami/mysql:8.0
image: docker.io/bitnami/mysql:8
ports:
- '9918:3306'
volumes:
Expand All @@ -12,7 +12,7 @@ services:
- MYSQL_USER=bn_ghost
- MYSQL_DATABASE=bitnami_ghost
ghost:
image: ghcr.io/sid0831/ghost-container:5.24.0-bullseye-r4
image: ghcr.io/sid0831/ghost-container:latest
ports:
- '8080:2368'
volumes:
Expand Down

0 comments on commit 6b5d5d1

Please # to comment.