Tips and code to solve specific problems. No fluff. Easy to copy and paste.
Name | Description | Tags | Published |
---|---|---|---|
Smaller images using multi-stage builds in Docker | Produce smaller docker images by leveraging multi-stage builds in Dockerfiles | docker | Apr 2021 |
Install development tools in alpine | Fix building gem native extensions by installing build-base in alpine docker image | docker ruby | Apr 2021 |
Download files from URLs | Using the ADD instruction to download files from URL in a dockerfile | docker | Apr 2021 |
Dynamic FROM base images | Generate docker images that only differ on their base image | docker | Mar 2021 |
Case sensitive changes in git | Allow git to detect a file rename as a change to be committed | git | Mar 2021 |
Unprotected private key file | Solve unprotected private ssh key file error due to permissions | ssh | Mar 2021 |
Produce smaller docker images by leveraging multi-stage builds in Dockerfiles
Fix building gem native extensions by installing build-base in alpine docker image
Using the ADD instruction to download files from URL in a dockerfile
Generate docker images that only differ on their base image
Allow git to detect a file rename as a change to be committed
Solve unprotected private ssh key file error due to permissions