Henry Muru Paenga

Results 21 comments of Henry Muru Paenga

Thanks @X-Guardian, I have cherry picked out a new commit, and only run `go generate` on the packages I modified.

Have updated the PR description to reflect the changes. The PR is labeled as needs-discussion and waiting-on-response, so please let me know how I can help.

Looks like tofudl is failing to compile on 32bit as this constant is too large: https://github.com/opentofu/tofudl/blob/76c6857d6eac665824b29da4e893e06e0b1896b2/branding/branding.go#L36 I'll look at raising a PR.

I believe this is ready for re-review (I don't have permissions to update the tags). I've left the OpenTofu mirror discussion open, If possible I would be keen to leave...

I can do @jamengual. I couldn't see any specific docs about Docker, do you have any recommendations where this would best fit? Or would a code comment suffice? I was...

I've ended up moving dumb-init from the shebang to the `exec`. Setting `--single-child` in the shebang is not viable as the container runtime will use `sh` to start the container...

I'm not entirely sure if there is any value in keeping dumb-init with this change. I believe one would need to overwrite the entrypoint script to take advantage of other...

Hey @chenrui333, sorry for the direct mention. I was wondering what the process is to get this merged? I also had #4928 open, which would be a great help to...

Thanks for the tip @X-Guardian! TIL. This is *much* tidier. I managed to get this working with `-S` instead of `--split-string`. I was getting this error otherwise: > /usr/bin/env: unrecognized...

Thanks. I have updated it to better reflect the change.