Skip to content
Snippets Groups Projects
Commit feb92d87 authored by Simon McVittie's avatar Simon McVittie
Browse files

pressure-vessel: Remove the concept of "locking" environment variables


This was only necessary because we were reusing a single container
across multiple entry-point invocations, and expecting "most" arbitrary
environment variables from each new invocation to be taken into account
for commands running in the container, which meant that we needed to
keep track of which environment variables had to be exceptions to that
rule for technical reasons. Now that we're no longer injecting multiple
commands into the same container like that, we don't need this
complexity.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent c9b2f9c2
No related branches found
No related tags found
1 merge request!329pressure-vessel: Remove the concept of "locking" environment variables
Pipeline #15758 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment