Christian Kniep
Christian Kniep
ok, makes sense... Lemme give it more thought in the next couple of days.
I reckon it is important to split the problem into two streams: 1. Build Images 2. Make images available AFAIU the problem is such a hassle, because the community relies...
@lucacozzuto potentially, but that might be dead slow to begin with and my idea allows to curate more images from the outside.
I did some benchmarking to get a sense of the impact of the [workaround](https://github.com/nf-core/airrflow/commit/22f23f0cd0341112c6193201c1f26c2d23218689) @snafees came up with. Her workaround adds `--platform linux/amd64` which has Docker Desktop run in an...
Yep, running slow is better than not running at all. And for python-scripts without a lot of interaction with the hypervisor that will be fine. But performance sensitive ones are...
The workaround is to deactivate the render altogether: ``` export DOCKERAPP_RENDERERS="none" ``` Which leads to not being able to use a render...
An example using both: https://github.com/qnib/service-orchestration/blob/master/Analytics/data-pipeline/kafka/kafka.dockerapp
Yes, indeed. Services like Kafka or other clustered DB fancy to keep the same hostname so that they can identify which partition of data belongs to them and is already...
I reckon I want to have the cake (templating) and eat it (skip evaluation for certain parts of the template). :) Not sure if that is a solvable problem; can...
Any update on this one. Banging my head against the same issue... :)