Results 35 comments of Paul Morgan

fyi: we've seen the same issue and employeed same workaround as @jl-montes

On the subject of major and minor version tags: https://medium.com/microscaling-systems/using-docker-tags-to-mess-with-peoples-minds-367bb2c93bd0

Can you provide a reproducer? This works for me... Dockerfile: ``` FROM gliderlabs/alpine:3.6 RUN apk add --no-cache qt-dev ``` Build it: ``` $ docker build --rm -t qtdev . Sending...

alpine linux packages, including qt-dev related packages, are compiled with libressl, not openssl. openssl-dev and libressl-dev provide many files that have the same path, therefore the two packages cannot be...

telnet was moved into subpackage `busybox-extras` as of https://github.com/alpinelinux/aports/commit/23f4c6bd6c

according to https://riseup.net/en/security/message-security/openpgp/best-practices#use-the-sks-keyserver-pool-instead-of-one-specific-server-with-secure-connections > Most OpenPGP clients come configured with a single, specific keyserver. This is not ideal because if the keyserver fails, or even worse, if it appears to...

several repos at: - https://github.com/jumanjihouse?tab=repositories (several are used at `$dayjob`, such as duoauthproxy and puppet-on-coreos) - https://github.com/jumanjiman?tab=repositories (some forks from jumanjihouse and a few additional) there may be a couple...

> Fluentd, a.k.a. one of Docker's logging driver, now uses Alpine Linux for official image. :rocket: :star:

works for me on both 3.6 and edge. ### 3.6 ``` user@devenv:~$ docker run --rm -it alpine:3.6 sh Unable to find image 'alpine:3.6' locally 3.6: Pulling from library/alpine 88286f41530e: Pull...