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

With the move to Node 14 LTS in `v3.13`, I'd like to know if Alpine plans to continue Node 12 LTS support in `v3.12.x` releases through that version's [2022-04-30 EOL](https://nodejs.org/en/about/releases/).

Around 1/13-1/15 our CI builds using the `alpine:latest` image for arm32 started failing when running commands such as `uname` and `apk`. It seems to correspond with the release of the...

Steps to reproduce: On a Raspberry PI, do: ``` ~ docker run -it --rm alpine:latest / # date Sun Jan 0 00:100:4174038 1900 ``` On 3.12.3, everything works: ``` ~...

* [x] This is a bug report * [ ] This is a feature request * [ ] I searched existing issues before opening this one ### Expected behavior After...

I have server `satis.shire.local` which resolved by name servers `172.18.140.10` and `172.18.140.20`. But there is problem inside for example `3.13.0` container (I suppose any 3.x, but have checked only few...

i.e. netsurf returns: ``` Error relocating /usr/bin/netsurf-gtk3: __clock_gettime64: symbol not found Error relocating /usr/bin/netsurf-gtk3: __gmtime64: symbol not found Error relocating /usr/bin/netsurf-gtk3: __mktime64: symbol not found Error relocating /usr/bin/netsurf-gtk3: __localtime64: symbol...

In Vi, when i try to input chinese characters. It shows as following: ....... In Vim, when i try to input chinese characters. It works: 测试 But the size of...

It seems paxctl is no longer available to install inside images.

I have been using alpine 3.12 which has ruby CVE-2020-25613 vulnerability. However alpine:edge do not have this issue. Is it ok to use the edge image when do we expect...

/etc # cat alpine-release 3.12.1 /etc/apk # apk add libuv --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main fetch https://alpine.pkgs.org/edge/alpine-main-x86_64/x86_64/APKINDEX.tar.gz 140420925005128:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1913: ERROR: https://alpine.pkgs.org/edge/alpine-main-x86_64/: Permission denied WARNING: Ignoring APKINDEX.74017cf4.tar.gz: No such file or directory OK:...