lucee / lucee-dockerfiles

Official Lucee Dockerfiles for Docker Hub build images
https://hub.docker.com/u/lucee/
MIT License
85 stars 50 forks source link

Dockerfile: symlink cacerts and fail on errors #62

Closed ghost closed 4 years ago

ghost commented 4 years ago

By copying the certificates, Lucee's image will diverge from the Debian packages. Symlinking will keep the certificates in line with the distribution's package.

The test statements also would previously report success regardless of whether cacerts existed or not, building the image with a potentially broken/non-existent copy.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

justincarter commented 4 years ago

This looks great, thanks very much for the PR :)