hdub-tech

Results 8 comments of hdub-tech

@tmsteen - In version 6.5.7, Nexpose added the ability to create sites without specifying any scan targets. I'm wondering if this might be related. Can you confirm ~what version of...

Hi @allisonlarson , Apologies on the super late reply. This was so long ago, I had to try to figure out what the use case I abandoned was. I think...

> > Ideally I'd like to be able to set a transient env variable during a container build. > > +1 I've run into a similar use case with `podman...

@mpern - is your Containerfile using a non-privileged user at that step? I would have included this in the PR, but I discovered it afterwards: If it is an unprivileged...

@mpern - apologies on the delayed response, I'm hoping you figured this out already, but in case you did not, here are some of my findings. Also **DISCLAIMER**: I Am...

@r10r - The problem appears to be the difference between the `id=` in your `buildah` command and the `Containerfile`. The `id=` in both the command and the file is the...

This works in `podman` and `buildah`. I recently submitted [a PR](https://github.com/containers/podman/pull/25111/files#diff-8f7f03aac06805b7e2dfedf20b05013ae3becde9fd0a6edeb0c4a389f30f60e1R574-R578) to update the [`podman build` documentation Examples](https://docs.podman.io/en/latest/markdown/podman-build.1.html#examples) to demonstrate how to use `podman build` with secrets in environment variables,...

Ohhhh my apologies, I completely misunderstood that! That would be an awesome feature which I would absolutely utilize.