-
Here's a reproduction with `buildah` `1.20.1` and `ubuntu:21.04`, run on an Arch Linux host:
`sops.sh`:
```bash
#!/bin/sh -ex
# Create container from ubuntu:21.04
buildah rm ctnr || true
bui…
-
On NixOS 24.05 after fixing libkrunfw to use the kernel config on the system, everything builds fine. Got a basic policy for buildah which allows everything. `krunvm create` works, though `krunvm star…
-
**Description**
When a registry is configured as insecure in `/etc/containers/registries.conf`, buildah first tries `https://` and waits a full 30 seconds for it to time out before trying HTTP.
…
-
**Describe the bug**
/kind bug
Using `buildah` directly works fine:
```sh
$ buildah push --tls-verify=false "$imgid" docker://registry2:5000/spring-boot-demo:temp
```
But `appsody build` w…
-
**Is your feature request related to a problem? Please describe.**
Currently it's challenging and time-consuming to set up a local development environment because there is an assumption that the deve…
-
### Issue Description
SBOM flags are not respected while `podman build` command.
Meanwhile sbom options fails if wrong input.
Builds were made inside `container quay.io/containers/podman:v5`
…
-
ie if you do `buildah bud -f Containerfile ./my-buildah-dir` then it should look for the containerfile at `./my-buildah-dir/Containerfile`
for some reason, absolute paths are used https://github.co…
-
As I know, there is some discussion before with buildah team to support non-privileged mode.
We need an issue to track the status and what we need to do to support buildah.
It is also a blocker …
-
# Details
There has been a recent trend moving away from Docker's original tooling, in favor of tooling with better OCI support. My suggestion is to update the tooling for building this container t…
-
This is related to the following issue : https://github.com/containers/buildah/issues/4213.
Running `buildah bud --storage-driver=vfs` with the following `Dockerfile`, as root (just not privileged)…