Skip to content

[BUG] Docker build fails - Can we get a ready made Image ? #250

@zzecool

Description

@zzecool

Trying to build a docker images after git clone give you this :

user@system:~/Flowise$ docker build -t flowise --no-cache .
[+] Building 1.7s (9/15)                                                                                           
 => [internal] load .dockerignore                                                                             0.2s
 => => transferring context: 98B                                                                              0.0s
 => [internal] load build definition from Dockerfile                                                          0.2s
 => => transferring dockerfile: 697B                                                                          0.0s
 => [internal] load metadata for docker.io/library/node:18-alpine                                             0.8s
 => CANCELED [ 1/11] FROM docker.io/library/node:18-alpine@sha256:5850491d7879608eb7f7f7fe5beecd946b8b811356  0.6s
 => => resolve docker.io/library/node:18-alpine@sha256:5850491d7879608eb7f7f7fe5beecd946b8b811356dab83c02699  0.2s
 => => sha256:44aaf1ccc80eaed6572a0f2ef7d6b5a2982d54481e4255480041ac92221e2f11 1.16kB / 1.16kB                0.0s
 => => sha256:6f44d13dd2586511d630d7708da1eaac09c05693d9e3e06f3f72206927d3201d 6.49kB / 6.49kB                0.0s
 => => sha256:5850491d7879608eb7f7f7fe5beecd946b8b811356dab83c02699d7d77de61a2 1.43kB / 1.43kB                0.0s
 => => sha256:931b0e865bc24d4d3f7032c4a9b98b4790ee7bb8dcd0d2fd02e15e163d806034 0B / 47.48MB                   0.4s
 => => sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 0B / 3.37MB                    0.4s
 => [internal] load build context                                                                             0.3s
 => => transferring context: 35.31kB                                                                          0.2s
 => CACHED [ 2/11] RUN apk add --update libc6-compat                                                          0.0s
 => CACHED [ 3/11] WORKDIR /usr/src/packages                                                                  0.0s
 => CACHED [ 4/11] COPY package.json ./                                                                       0.0s
 => ERROR [ 5/11] COPY yarn.lock ./                                                                           0.0s
------
 > [ 5/11] COPY yarn.lock ./:
------
Dockerfile:14
--------------------
  12 |     # Copy root package.json and lockfile
  13 |     COPY package.json ./
  14 | >>> COPY yarn.lock ./
  15 |     
  16 |     # Copy components package.json
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref moby::walawk3l61z01tnis6w1om4nm: "/yarn.lock": not found

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