Eric Hripko
Eric Hripko
Hi @pikeas, thanks for chasing this up 👍 It's holiday season now, so a lot of people are unavailable, but I added this proposal to be discussed in the next...
To better understand the demand for each proposed function, I'd love for subscribers on this issue to vote. Could you please do the following? - Add 🎉 to this comment...
Had a discussion about this in the Compose Spec meeting today, my notes are below: - There was general agreement that this is one of the most requested features we...
As per [comment above](https://github.com/compose-spec/compose-spec/issues/81#issuecomment-777713009), took a look at other tools for building environments: - Containers: as expected, these have a number of ways to mount the secrets from the host....
@Niek @tommie thank you for this context, this'll be really useful to help shape the schema if this proposal gets the greenlit 👍
@chris-crone, do you think we'd able to simplify this proposal by treating build-time and run-time secrets as separate concepts? (I'm naively assuming that reusing build secrets during runtime isn't that...
Basically - yes. If we're worried that mixing build/runtime secrets is confusing (per https://github.com/compose-spec/compose-spec/issues/81#issuecomment-816498809), then maybe we can avoid [secrets top-level attribute](https://github.com/compose-spec/compose-spec/blob/master/spec.md#secrets-top-level-element) in favour of defining something inline under [build](https://github.com/compose-spec/compose-spec/blob/master/build.md#build-definition)....
Thank for you for suggesting this @TheDiveO 👍 For the benefit of the readers, here's the CLI argument (Docker docs don't seem to have it yet): ``` docker run --help...
I've previously had to work with projects that use secrets (either as env. vars or mounts) and I've struggled with running them locally. How does one reason with secret-dependent code...
I am keen to see if profiles could help with this 🙌 Currently, I feel like developers have to address this via tribal knowledge or Contributing guides - which makes...