docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

Official Alpine Linux Docker image. Win at minimalism!

Results 161 docker-alpine issues
Sort by recently updated
recently updated
newest added

Hi, I noticed in alpine:3.16.0 the libxml2 version is 2.9.14-r0, does this version fix the vulnerability? Many thanks

There is a new vulnerability being reported by azure/container-scan and trivy on our builds: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2097 Also flagged by Snyk at: https://snyk.io/test/docker/alpine:3.16.0 I cannot find any workarounds. Looks like the alpine...

If we build & distribute our product using alpine linux docker image do we need to open source our source code because of busybox GPL license

Hello, we're running into a `SIGSEGV` on Alpine, when using the latest [GCP Java PubSub Library ](https://github.com/googleapis/java-pubsub/issues/947) I'm able to reproduce on Alpine 3.10 and 3.15. I'm attaching the log,...

The updated package (10.40-r0) is already available in https://pkgs.alpinelinux.org/packages?name=pcre2&branch=v3.16 https://pkgs.alpinelinux.org/packages?name=pcre2&branch=v3.15

> image: `alpine:latest` [![image version](https://user-images.githubusercontent.com/7378484/175198950-ba3d1629-4538-4957-b62e-ebe978b78fa4.png)](https://hub.docker.com/_/alpine) ```bash /bin/sh: 1: gpg: not found ``` ![gpg not found](https://user-images.githubusercontent.com/7378484/175199195-305b6fae-f809-4dbf-a5b5-eb5582e8b6dc.png)

Hello, where can one find the source used for tarballs e.g. alpine-minirootfs-3.14.6-x86_64.tar.gz https://github.com/alpinelinux/docker-alpine/blob/acdada9286850d1b48abd8944ca4f8f8ea909372/x86_64/Dockerfile

There is vulnerability in zlib library https://nvd.nist.gov/vuln/detail/CVE-2018-25032 The alpine image is vulnerable to this. Is it possible to update the base image and latest tag?

### Summary When docker host machine has several DNS servers, only first response is used by applications in alpine container. ### Details I have debian host with networkmanager and openvpn...

DNS lookups seem broken in the `alpine:3.13` docker image. ``` $ sudo docker run -ti --rm alpine:3.13 ping -c 1 google.com ping: bad address 'google.com' $ sudo docker run -ti...