Yusuf A. Hasan Miyan

Results 10 comments of Yusuf A. Hasan Miyan

Man, that's great! I'll test it later tonight and let you know how it goes!

I'm having the same issue; @rogcg, were you able to find a solution?

Thank you very much for confirming I'm not crazy! I could not understand why my image would not build; increasing Docker's memory to 8GB did it.

I created a repo based on the input from @UncleSamSwiss with auto-builds (linux/amd64 & linux/arm64) here: https://github.com/yusufhm/rport-image Also added the ability to generate the conf using environment variables.

Hey @AC-WhiteGlint, you can actually also provide the `rportd.conf` as well if you wanted as a volume (that's how I do it in Kubernetes actually, no env vars provided); if...

Hey @borekb is there a list of priority issues that we could pick up and work on if we wanted to keep seeing some progress on this and contribute back?...

Hey @tduccuong I'm curious to know how you implemented the `cmd.Exec` workaround; I'm having the same issue as you had, and not being able to figure out how to make...

Thanks for that @tduccuong; how do you extract the GUI app? I was able to call mine in a separate command within the same app using command-line arguments, but that...

Hi @rscorer, I was just trying this out today, but I get the following error on 0.18.1 and the Pod never reaches the Ready state: ``` level=warning msg="sql store connector:...

Thanks for that @rscorer ! In the meantime, I actually forked the repo and added a Github workflow to create the image: https://github.com/yusufhm/keel/pkgs/container/keel ```sh docker pull ghcr.io/yusufhm/keel:master ``` I tried...