coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
335 stars 165 forks source link

cmd/remote-session: support passing --env on create #3704

Closed dustymabe closed 7 months ago

dustymabe commented 7 months ago

This will allow us to set environment variables in the created container and have them accessible when commands are run.

Part of https://github.com/coreos/fedora-coreos-pipeline/issues/939