berney

Results 47 comments of berney

For comparison to what other tools have done for similar problems, in terraform they have `path.module`, `path.root`, `path.cwd` and a `terraform.workspace` that can be used. For the tree: ``` /foo/...

> Getting the filename is nowadays possible with `filename`. > > ``` > yq 'filename' */docker-compose.yaml > ``` In what version of yq is the `filename/0` operator available? I tried...

I hit the soname dep issue in builder/bob-musl with its `build.sh` calling `configure_eix`, which in `bob-core/build-root.sh` calls `eix-update` (which is a symlink to `eix`). `eix` was installed, but the problem...

I've been tinkering on #215 and on using kubler in a GitHub workflow. I've now just started looking at [docker buildx bake](https://docs.docker.com/build/bake/) and it looks like it can do a...

Here is an experiment I did with using docker buildx bake on bob-portage: https://github.com/berney/kubler/tree/f-experiment-buildx-bake/engine/docker/bob-portage. The `docker-bake.hcl` has comments with usage examples. I decomposed the original kubler Dockerfile into two files....

I am, I'll jump on later (another day).

masscan has a signal handler setup for Ctrl-C (`SIGINT`). https://github.com/robertdavidgraham/masscan/blob/9065684c52682d3e12a35559ef72cd0f07838bff/src/main.c#L1333 If you have masscan running in the foreground of your terminal just hit Ctrl-C. Or you can send the signal,...

@Luckz I haven't tested it, but just comparing the source I don't think it will fix the Windows 10 Falls Creator Update compatibility issue.

A workaround is to push with different names or even registry, do the testing, and then if testing passes, publish the images under the release names. So if some images...

Any thoughts on this PR?