-
Our Dockerfile runs the script as root, we shouldn't.
But, maybe we must? I'm not sure. Are we expected to run this container with a mounted docker socket that requires us to run as root or somethi…
-
https://github.com/docker/buildx/blob/8bce430f4d74c9a9ca72a46139804e88502d4b78/driver/bkimage/bkimage.go#L4-L5
To make debugging easier, the default image should be set to a Buildkit version like `…
-
Hi, when trying to build a larger image (ex: with gnome), GH Actions fail, I'm probably hitting some limit:
`Imaging boot partition, partition size:
48M cache/root/boot
mkfs.fat 4.2 (2021-01-31)
…
-
### Testcontainers version
v0.19.0
### Using the latest Testcontainers version?
Yes
### Host OS
Linux
### Host arch
x86_64
### Go version
go1.20
### Docker version
```shell
podman version
…
-
# Dockerfile
```txt
FROM harbor-buildkit.test.net/common/busybox:1.34.1
ADD search-entry-service.jar /opt/apps/
RUN mkdir aa
```
# Buildkitd
```yaml
containers:
- args:
- --addr
…
-
```log
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/moby/665f824…
-
### Issue Description
When I execute ```systemctl stop *-network.service``` the network is still present as shown by ```$ sudo podman network ls```
```
NETWORK ID NAME DRIVER
8ffcddc03…
-
### CI Number
5330
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] The issue is in the develop branch
- [x] The issue is in the latest released 4.1.x
- [ ] The i…
-
First of all, thanks for creating this useful image!
I'm running this image in a rootless podman container. Maybe you want to add this to the documentation?
Tested on Fedora 32:
```bash
# Cont…
jpf91 updated
11 months ago
-
### What Happened?
I can't start minikube with the podman driver in rootless mode.
```
minikube start --driver=podman --container-runtime=containerd
😄 minikube v1.31.0 on Debian 12…