roundcube / roundcubemail-docker

Resources to build Docker images for Roundcube Webmail
290 stars 129 forks source link

Docker hub latest-fpm-alpine still doesn't have gnupg when git master does #148

Closed Murazaki closed 2 days ago

Murazaki commented 3 years ago

Please push newer versions of the containers.

# docker-compose exec roundcubemail sh
/var/www/html # gpg
sh: gpg: not found
/var/www/html # apk add gnupg
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
(1/9) Installing libgpg-error (1.42-r0)
(2/9) Installing libassuan (2.5.5-r0)
(3/9) Installing libcap (2.50-r0)
(4/9) Installing libgcrypt (1.9.4-r0)
(5/9) Installing libsecret (0.20.4-r1)
(6/9) Installing pinentry (1.1.1-r0)
Executing pinentry-1.1.1-r0.post-install
(7/9) Installing libksba (1.5.1-r0)
(8/9) Installing npth (1.6-r0)
(9/9) Installing gnupg (2.2.31-r0)
Executing busybox-1.33.1-r2.trigger
OK: 175 MiB in 116 packages
/var/www/html # gpg
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
gpg: Go ahead and type your message ...
jtuta commented 3 years ago

@thomascube can we get 1.5 pushed to https://hub.docker.com/r/roundcube/roundcubemail please?

thomascube commented 3 years ago

We had some reports of failing Mysql schema upgrades and therefore we're currently holding back the 1.5.0 images.

pabzm commented 2 days ago

Closing in favour of #255