Closed ImreSamu closed 2 years ago
maybe i'm missing it, but in the master tenmplates it seems in cases where the ca-certificates package is not found to be installed, there's no explicit installation. I'm not understanding the reason for the removal of the explicit ca-certificates package from the master templates.
this is the "original" Dockerifle.master.templete ... ( search for 'ca-certificates' )
this is the proposed "new" Dockerfile.master.template:
And the 'ca-certificates' is installed in both of the "stage" ( we are using "multi-stage builds" )
in my proposal:
I have
oops, I see now. I was definitely reading incorrectly 😅 looks good and thanks for the clarifications!
fix: https://github.com/postgis/docker-postgis/issues/307
important changes:
Dockerfile.template
Dockerfile.alpine.template
Dockerfile.master.template
based on my local test; minimal disk space increase is expected ( < 1MB )
disclaimer: remote raster file access not tested;
IMHO: if the CI/CD is OK then ready to review/merge.