dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Docker base images for many technologies.

Results 14 dockerfiles issues
Sort by recently updated
recently updated
newest added

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...

Work In Progress
Ubuntu

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,...

Work In Progress

* 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...

Work In Progress

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

Work In Progress

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...