-
I am running podman 5.3.1 on an Apple Silicon Mac, so x86_64 is a foreign architecture.
Consider a Dockerfile that creates a sudoer and then runs `sudo` as that user:
```
% cat Dockerfile
FROM alpi…
-
Type: Bug
When I try to build with any "features" enabled using below, the build fails. When I comment out the features, it works fine.
```
"features": {
"ghcr.io/devcontainers-contrib/fea…
-
**Description**
Failed to discover NVIDIA GPU in the running container started by buildah (vfs + chroot)
**Steps to reproduce the issue:**
1. start a GPU container that does NOT support D…
-
This seems to be a bug in buildah, but there might be a way to add labels after building.
-
Please add **openssl** package (not only openssl-dev) to [python3-alpine](https://github.com/docker-library/python/blob/5ed2758efb58d9acaafa90515caa43edbcfe4c4e/3.12/alpine3.20/Dockerfile)
We have …
-
**Tell us about your request**
What do you want us to build?
**Which service(s) is this request for?**
EKS
**Tell us about the problem you're trying to solve. What are you trying to do, and wh…
-
Reproduction:
```bash
#!/bin/bash
set -x
mkdir -p /tmp/repro
cd /tmp/repro
rm -f image.tar
buildah pull busybox
buildah push busybox oci-archive:image.tar
echo '{"params":{"image":"image/imag…
-
If I build an image for a non-default platform, e.g. i386 on amd64, armhf or armel on arm64, without building the image for the default platform, buildah is not able to push it. It complains because i…
-
### Describe the bug
I'm using Ubuntu 22.04.2 LTS with home-manager, configured with nixpkgs 23.05.
When I run `nix shell nixpkgs#buildah` and then run `buildah`, I get the following error.
`…
-
### Is your feature request related to a problem? Please describe.
In order to possibly speed up builds support the `--jobs` argument
### Describe the solution you'd like
--jobs N
Run …