mainnika / ghost-docker

This is the fork of the Docker Official Image packaging for Ghost that uses RedHat-UBI base image.

Home Page:https://ghost.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of the official repo of the Docker "Official Image" for ghost.

The image in this repository is based on Red Hat Universal Base Image 8 "registry.access.redhat.com/ubi8/ubi".

To make this image manually please specify ghost and ghost-cli versions using build-args:

$ DOCKER_BUILDKIT=1 docker build --build-arg GHOST_VERSION=4.27.2 --build-arg GHOST_CLI_VERSION=1.18.1 -t ghost .

get container image using registry

see available tags at https://github.com/mainnika/ghost-docker/pkgs/container/ghost

$ docker pull ghcr.io/mainnika/ghost:4-ubi

About

This is the fork of the Docker Official Image packaging for Ghost that uses RedHat-UBI base image.

https://ghost.org

License:MIT License


Languages

Language:Dockerfile 63.2%Language:Shell 36.8%