-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
The latest fpm-alpine images are not starting up anymore:
$ docker pull wordpress:php7.3-fpm-alpine
$ docker run wordpress:php7.3-fpm-alpine
WordPress not found in /var/www/html - copying now...
/usr/local/bin/docker-entrypoint.sh: line 279: 8 Broken pipe tar "${sourceTarArgs[@]}" .
9 Aborted | tar "${targetTarArgs[@]}"
$ docker ps --all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b6baad3fc4ba wordpress:php7.3-fpm-alpine "docker-entrypoint.s…" 6 seconds ago Exited (134) 4 seconds ago priceless_burnell
The problem seems to be related to the tar command used to copy WordPress source files.
Also it seems to be related to some upstream changes as it was working well until some days ago:
$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
wordpress php7.3-fpm-alpine 7e24fcfcd407 18 hours ago 122MB
wordpress <none> a977539915b1 2 weeks ago 122MB
$ docker run a977539915b1
WordPress not found in /var/www/html - copying now...
Complete! WordPress has been successfully copied to /var/www/html
[31-Jan-2019 20:34:26] NOTICE: fpm is running, pid 1
[31-Jan-2019 20:34:26] NOTICE: ready to handle connections
JOduMonT, olofsellgren, TeachMeHowToUse2FA, bcatubig, SebastianTusk and 4 more