Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run(): ignore containers.conf's environment configuration
The hardwired default for containers.conf now includes a TERM variable, and passing it through to commands that we "RUN" during a build can subtly cause the resulting image to be different from one that `docker build` would create, so stop using it there. When a runtime runs the image we eventually produce, it'll consult the configuration file, so the variable will still be set, even when it isn't set in the image. Signed-off-by: Nalin Dahyabhai <[email protected]>
- Loading branch information