Skip to content

Docker php:8.4.3-fpm-alpine - npm #1567

@jackkitley

Description

@jackkitley

Last week docker hub went down. After it was up we tried to push out to uat and production but npm ci failed. Im not sure what has happened recently but we have not changed any code on our side to affect this.

Our Dockerfile gets to the RUN npm ci and then fails and exits.

Our npm ci on our base nginx image runs fine some something has changed or is broken with npm when installing on the php fpm alpine image.

Dockerfile:93

91 | #UAT
92 | FROM digital_dealer_php AS digital_dealer_php_uat
93 | >>> RUN npm ci && npm run build_uat
94 |
95 | #UAT Spare

ERROR: failed to solve: process "/bin/sh -c npm ci && npm run build_uat" did not complete successfully: exit code: 127

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions