-
I have an insecure registry setup on my local network and I am trying to pull from that registry as part of building my image with buildx.
I have the following setup.
In `/etc/docker/daemon.json…
-
```
docker run -d -p 9001:9000 -v /var/run/docker.sock:/var/run/docker.sock dockerui/dockerui
```
Request http://192.168.0.1:9001/dockerapi/containers/json?all=0, can get container info respose.
Bu…
-
### Jenkins and plugins versions report
Environment
```
Jenkins v2.332.2
Docker Plugin v1.2.8
```
### What Operating System are you using (both controller, and any agents…
-
### Describe the issue you are experiencing
The supervisor fails to start. Logs attached.
### What is the used version of the Supervisor?
2022.06.0
### What type of installation are you running?
…
-
## What happened?
Running standard Maven build, started failing on Friday 27th May in the afternoon, presumably coincident with the new version release (0.2.70-base).
* What were you attempting to…
-
**Is your feature request related to a problem? Please describe.**
I would like to run mailcow on Kubernetes. Currently this is not possible as _dockerapi_ is just exposing the Docker socket over HT…
-
### Summary
Mailcow currently uses base images in different versions, it would be great if we could update the outdated base images.
```
# mailcow container ###################################…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug…
-
**Setup**
- Docker-plugin: version: `1.1.5`
- Jenkins version: `2.121.3 (LTS)` and `2.136` weekly
- Docker engine version: `18.06.0-ce,` API Version = `1.38`
We are using a custom image based …
-
Current implementation allows 2nd process to acquire lock on lockKey inspite of 1st Process holding lock for lockKey.
int_lock data structure
lock_key | region | client_id | created_date
acct1 …