Alexis Jeandet

Results 56 comments of Alexis Jeandet

Hi, what about using [this](https://hub.docker.com/_/docker) image as base image? This seems to be the right way to do https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/. This would ease a lot the DIND setup and allow multiple...

@kir you are right, in my understanding both are harmful, docker.sock has many issues like exposing host docker and thus shares volumes path while real dind seems to isolate inner...

I forgot to mention that I use cdf lib 3.7.1 from https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf37_1/

@jtniehof thank you for your quick answer, I didn't want to do any assumption on CDF lib without reading the code (what I won't do to protect my eyes). But...

@balarsen I would agree, but sadly this doesn't seems to append. For example on Solar Orbiter we use cdf, I guess JUICE will be the same. And I don't see...

I started a pure C++ impl to get rid off this limitations, I'll also push wheels on PyPi once I get CDF reading complete. [Here](https://github.com/SciQLop/CDFpp) is the code, any contributions,...

@Dooskington, sure I'll do it ASAP :)

@jtniehof, while discussing with a colleague about handling NRV variables shape in PyCDFpp I was wondering what were the motivations behind dropping the first dimension in the variable shape in...

Hi @JeanRev , Thank you for your answer, it's clear. I didn't know that TeamCity itself dispatch jobs. I'm definitely going to switch to Docker Swarm but first I have...

Hello @JeanRev , I tried this plugin version but it seems to crash with both swarm mode and previous mode : Docker mode: ``` Failed to initialize cloud client 'VRDC'.jetbrains.buildServer.clouds.CloudImageParameters.collectionToJson(Ljava/util/Collection;)Ljava/lang/String;...