dockerfiles
dockerfiles copied to clipboard
Docker base images for many technologies.
Helps avoid `rm -rf ${VAR}/*` wiping /* if $VAR is not set, as it could wipe out mountpoints. A few variables such as GITHUB_TOKEN are impacted, this PR will gradually...
Connecting to containers as root causes issues with permissions when using cp-remote to sync files, or running commands without realising. If the build user were to be connected to instead,...
* Add common methods to set permissions so we can extend it in the future to include setfacl if possible. * Use find to speed up permissions setting by finding...
Assumes for setfacl/stickybit that all users are umask 0002 It doesn't have the performance improvements of #332 yet, though I'm unsure if that's possible with setfacl
https://hub.docker.com/_/elasticsearch/ says to update to use the images provided by elastic.co instead, referring to: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
Hi, I am Kang Yin, a graduate student of Institute of Software, Chinese Academy of Sciences. Now we are doing a research on how to recommend tags for Docker Hub’s...
It doesn't look like we have anything using the `APPLICATION_ENV` environment variable: https://github.com/continuouspipe/dockerfiles/search?utf8=%E2%9C%93&q=APPLICATION_ENV&type= Should we remove it?
Is there any reason why `SYMFONY_WEB_APP_ENV_REWRITE` is not `true` by default? 🤔
In the past week I've recently started to run into issues with the self signed SSL certificates. When visiting my-domain.local (moved from .dev), Google, Firefox and Safari now warn that...