Those familiar with environments. Is the same cont...
# development
b
Those familiar with environments. Is the same container used across runs? E.g. if I put something in
/foo.txt
on one run, another run will be able to see it?
f
For
docker_environment
?
b
Yup
f
The container is reused but actions still run in a sandbox directory.
You can write something to
/foo.txt
technically, but you can do that in the local environment as well. Neither is hermetic.
What's the context?
b
I'm trying to find out how nasty I can be in a
shell_command
🙂
And I dont want my nastiness exposed.
f
Given the sandbox isn't a chroot, there technically isn't anything preventing you from relying on data outside of the sandbox other than your own self-discipline ...
Is this for Advent of Code?
b
No, this is work related. My ApC has nothing to do with Pants or Docker 😅
f
I was thinking somehow you would have a Pants one-liner in a single target or something. 🙂