#Live coding
1 messages Β· Page 1 of 1 (latest)
On admin side: Just rejoined after updating my Discord settings and my mic is blocked again π Looks like most of us are prevented from sharing camera as well.
@runic oyster
@runic oyster similar to this?
actions: {
run: docker.#Run & {
_image: docker.#Pull & { source: "localhost:5000/hw" }
}
Yes, that is not possible
yep. I def tried it π
Think I settled on
pull: docker.#Pull & { source: "localhost:5000/hw" }
run: docker.#Run & {
_image: pull.output
}
@livid onyx
I wish this worked:
image: {
_pull: docker.#Pull & { source: "..." }
_pull.output
}
Need to be given access to speak again π
Could you please send the link of this buildkit arch rabbit hole ? π
@magic grove Here's a taste: https://github.com/moby/buildkit#load-balancing
@magic grove This was also interesting: https://www.youtube.com/watch?v=wTENRhYt3mw
Donβt miss out! Join us at our upcoming event: KubeCon + CloudNativeCon North America 2021 in Los Angeles, CA from October 12-15. Learn more at https://kubecon.io The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.
Running Cache-Efficient Builds at Scal...
@runic oyster re DAG visualization: https://github.com/cue-lang/cue/blob/master/tools/flow/flow_test.go#L179-L189
Need to go, it's been pretty cool ! Thanks