I feel this automated build is lacking pinned versions of it's dependencies and ghost itself.
Additionally, it is using a Python environment based on Ubuntu as a base while I believe the node official repo would be a better starting point (much smaller).
I've created a docker image with pinned versions forked from thaiphan/ghost, but with the same build process as this repo. I realize that this will require to update the ghost version within the Dockerfile each time a new version is released and wonder if there is a better way to do this.
my repository: https://github.com/so0k/docker-ghost
looking forward for feedback
I feel this automated build is lacking pinned versions of it's dependencies and ghost itself.
Additionally, it is using a Python environment based on Ubuntu as a base while I believe the node official repo would be a better starting point (much smaller).
I've created a docker image with pinned versions forked from thaiphan/ghost, but with the same build process as this repo. I realize that this will require to update the ghost version within the Dockerfile each time a new version is released and wonder if there is a better way to do this.
my repository: https://github.com/so0k/docker-ghost
looking forward for feedback