Frojd / dockerimages

This is a collection of docker images used in development and CI
4 stars 0 forks source link

wp-cli-php-7.4 is no longer building #1

Closed marteinn closed 1 year ago

marteinn commented 2 years ago

Error details:

Step 3/11 : RUN docker-php-ext-install mysqli
 ---> Using cache
 ---> 950b239481ba
Step 4/11 : RUN docker-php-ext-configure gd --with-freetype --with-jpeg && docker-php-ext-install -j$(nproc) gd
 ---> Using cache
 ---> f4a354f1655f
Step 5/11 : ARG WPCLI_VERSION
 ---> Using cache
 ---> c5b4c0ecb6be
Step 6/11 : ENV WPCLI_VERSION ${WPCLI_VERSION}
 ---> Running in 6070e64adbad
Removing intermediate container 6070e64adbad
 ---> 455328a7b4ad
Step 7/11 : RUN curl --silent --fail --location --retry 3 --output /tmp/wp-cli.phar          --url https://github.com/wp-cli/wp-cli/releases/download/v${WPCLI_VERSION}/wp-cli-${WPCLI_VERSION}.phar;     chmod +x /tmp/wp-cli.phar;     mv /tmp/wp-cli.phar /bin/wp
 ---> Running in 1dd9cddf7e0e
chmod: /tmp/wp-cli.phar: No such file or directory
mv: can't rename '/tmp/wp-cli.phar': No such file or directory
The command '/bin/sh -c curl --silent --fail --location --retry 3 --output /tmp/wp-cli.phar          --url https://github.com/wp-cli/wp-cli/releases/download/v${WPCLI_VERSION}/wp-cli-${WPCLI_VERSION}.phar;     chmod +x /tmp/wp-cli.phar;     mv /tmp/wp-cli.phar /bin/wp' returned a non-zero code: 1
make: *** [Makefile:6: build] Error 1

Error: Process completed with exit code 2.

Full log here: https://github.com/Frojd/dockerimages/runs/4725256033?check_suite_focus=true

7.2 builds fine: https://github.com/Frojd/dockerimages/runs/4725255997?check_suite_focus=true

marteinn commented 1 year ago

No longer true, closing.