-
**What happened**:
We built a test image with a locally built nginx package: `distroless.dev/nginx:latest`
The locally built nginx package is matched against Alpine vulnerability data, despite n…
-
When I execute `docker build .` I get following error
```bash
[+] Building 6.8s (6/15) docker:desktop-linux
=> [internal] l…
-
### How can we reproduce the crash?
```Dockerfile
FROM alpine:3.20
# install dependencies
RUN apk add --no-cache gcompat bash tzdata curl alpine-sdk libressl-dev unzip
ENV TZ=Europe/Berlin
SHE…
-
I use the docker compose like this:
`version: '3'
services:
roundcube:
image: instrumentisto/roundcube:fpm
expose:
- "9088"
volumes:
- /share/CACHEDEV2_DATA/Container…
-
Thank you for reporting a broken build! Please fill in the following details:
- **Jenkins link to the failing log:** Any of the test jobs under https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/…
-
```
apk add alpine-sdk openssl-dev zlib-dev
git clone https://github.com/nagalun/multiplayerpiano-server --recurse-submodules
cd multiplayerpiano-server/lib/uWebSockets && patch -p1 < ../uWebSocket…
ghost updated
4 years ago
-
Thank you for making this!
It took me some time to figure out, and I ended up at the following diagram:
Red: Original
Blue: Replaced
Green: Mixed
![build](https://github.com/user-attachments/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
running `docker-compose` or `setup.sh` fails with problems like:
`docker compose problem …
-
That would be awesome !
-
### What happened?
There seems to be a bit of a time sync or race condition between the intiContainer doing its thing and the startup probe , take this example:
```
containers:
- name: myapp…