sdelrio

Results 7 comments of sdelrio

Currlently helm fetch downloads `vernemq-1.6.7.tgz` and the latest is 1.6.8 (https://github.com/vernemq/docker-vernemq/blob/master/helm/vernemq/Chart.yaml) ``` helm repo add vernemq https://vernemq.github.io/docker-vernemq helm fetch vernemq/vernemq ```

Doesn't seem you set `OUTGOINGS` env variables, look at README.md example and set up that. By thefault this set is disabled if you don't set ``` OUTGOINGS | false |...

The image is from +5 years ago, and docker probably added some extra check for the image which was not set before and was using amd64 by default even if...

With `DOCKER_BUILDKIT=1 docker build .` it builds correctly: ``` $ DOCKER_BUILDKIT=1 docker build . [+] Building 6.8s (7/7) FINISHED => [internal] load .dockerignore 0.2s => => transferring context: 2B 0.0s...

2nd run of the command ` DOCKER_BUILDKIT=1 docker build .` uses the cache successfully. ``` $ DOCKER_BUILDKIT=1 docker build . [+] Building 1.1s (7/7) FINISHED => [internal] load .dockerignore 0.1s...

wow, thanks, I didn't want to make you install ZFS but thanks a lot for trying it. Very interesting your test; run it several times in a loop and I...

With last tilt v0.17.6 with updated builkit version the issue is not fixed but now fails much less. In my example rep https://github.com/sdelrio/tiltdev-issue-zfs from the 3 containers only 1 usually...