yobasystems / alpine-grav

Grav running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-grav/
14 stars 12 forks source link

Move installation of grav in Dockerfile #5

Closed fabrizio2210 closed 5 years ago

fabrizio2210 commented 5 years ago

I think it is better to move the installation of the grav in Dockerfile. This move give us:

dominictayloruk commented 5 years ago

This merge is no good, sorry.

1, Moving installation to Dockerfile is also no good for this image as you can clone from a git repo upon container start rather than the default Grav repo & as to not have to worry too much about persistent storage + easier to scale multiple pods (f5ef428)

2, No need for cross building as they are all built on native architecture to reduce these unnecessary layers (b8c0368)

3, :latest already contains admin, no need to transform from deliver. :deliver-site contains deliver and there is also :one-page which contains one page (45e954b)