Konstantinos Livieratos
Konstantinos Livieratos
That's right, I was just about to open the exact same issue. Nice UI work guys btw :)
I have the exact same issue, my inspection so far presumes that it's a bug. When I disable fastboot and run with `?fastboot=false`, it works normally again.
IMO a docker/docker-compose based setup is much needed. Not everyone has a local working Rust setup, neither should be required to. Offering a working out-of-the-box docker-based solution is a must.
Most of the links posted above also contain non functional manifests. Example 1: this link https://github.com/paritytech/substrate/blob/master/bin/node-template/docker-compose.yml results in a path error. Example 2: this link https://github.com/paritytech/substrate/tree/master/docker indicates this as an...
Hello there! Thanks for having a look at our project and I'm glad you find it useful! We have plans to keep improving it, and Docker support would actually be...
Thanks for your recommendations! I've already started with some minor updates - better documentation and some unit tests. During the week I'm going to ship more features and updates as...
@CasperCL thanks for reaching out. Currently, we have sort of put it on hold as we do not have many resources to expand this. But you can feel free to...
Hi, issued release https://github.com/koslib/helm-eks-action/releases/tag/v1.25.3 over the weekend bumping versions of `kubectl`, `awscli` and `helm`. Also tested this out in plenty of my own pipelines and it works okay. Could you...
Hmm it might have to do with the fact I started building the base docker image with `buildx` https://github.com/koslib/helm-eks-action/blob/master/.github/workflows/dockerhub.yaml#L23-L28. Some googling I did indicated this might be a multi-arch issue....
I just run [this](https://github.com/koslib/helm-eks-action/actions/runs/3267272864/jobs/5372232866) and built the base docker image with `buildx` for `linux/amd64` platforms as I suspect the multiarch build might have to do something with this. Could you...