Daniel J Walsh

Results 28 issues of Daniel J Walsh

New release of Podman, so we need a new release of podman-tui

Docker now supports --network and --security option on the RUN line in Dockerfiles, this PR adds support for both. Signed-off-by: Daniel J Walsh

approved

Signed-off-by: Daniel J Walsh #### What type of PR is this? > /kind api-change > /kind bug > /kind cleanup > /kind deprecation > /kind design > /kind documentation >...

approved

Dockerfile is documented to support RUN --network ... But with Buildah this blows up: STEP 1/2: FROM alpine STEP 2/2: RUN --network=none ping -c 1 4.2.2.2 error building at STEP...

[We were asked in github.com how to pronounce buildah.](https://github.com/projectatomic/buildah/issues/206)

$ podman run --privileged --runtime=krun alpine echo hi Error: krun: failed configuring mounts for handler at phase: HANDLER_CONFIGURE_AFTER_MOUNTS: No such file or directory: OCI runtime attempted to invoke a command...

We have not heard from @muayyad-alsadi for many months, and wish him well. But if he no longer has the time or ability to maintainer this repository, I think it...

enhancement
help wanted

[NO NEW TESTS NEEDED] #### What type of PR is this? > /kind api-change > /kind bug > /kind cleanup > /kind deprecation > /kind design > /kind documentation >...

approved
do-not-merge/work-in-progress

Fixes: https://github.com/containers/buildah/issues/5406 #### What type of PR is this? > /kind api-change > /kind bug > /kind cleanup > /kind deprecation > /kind design > /kind documentation > /kind failing-test...

approved

We probably need to expand this to work with distro packages. Installing of the kubernets packages at the end were causing me issues also. Here is the diff that I...