-
TLDR: Allow ENV to use `--from=builder` to access previous stage ENV vars in the same way that COPY uses `--from=builder` to access previous stage files. `ENV --from=builder VAR=$VAR_FROM_BUILD_STAGE`…
-
Part of #13
Lot of [dependabot alerts](https://github.com/fonsecapeter/personal_website/security), been a while since I set this up. Should update the docker image (to latest node) and just everyt…
-
as multi-stage builds is a thing now (and a useful thing) it is a good idea to provide a sample example (maybe just link)
https://docs.docker.com/engine/userguide/eng-image/multistage-build/
-
Consider combining the .build and .deploy Dockerfiles into a single Dockerfile and using a multi-stage build: https://docs.docker.com/develop/develop-images/multistage-build/
-
Hey team, I'm trying to implement Logspout directly into my Dockerfiles using Multi Stage Build.
https://docs.docker.com/develop/develop-images/multistage-build/
The point is that I'm struggling w…
-
To make the most out of lemur, it's nice to have celery running (so you can use ACME auto-renewal for example).
The current docker-compose file, only starts the lemur, nginx, and psql containers, but…
-
**Actual behavior**
Running kaniko in my local docker daemon, files copied with `COPY` still have my UID in the built container. This breaks reproducibility when different users build the same image …
-
https://github.com/google/cadvisor/blob/cf21050b5906cce83527f5c531f0cd7d279a3da3/deploy/Dockerfile#L10
Instead of downloading a binary out of nowhere it would be better to use native package libc6-…
-
To split the image into two images (dev and prod) would be beneficial to the size of a production level image. Together with the proposed changes from #60 the prod version of this image would have les…
-
### Problem Statement
Our docs here:
https://docs.sentry.io/platforms/dotnet/configuration/msbuild/
... assume you are building the project without Docker. If you are building with Docker, then …