WaspW
Wasp11mo ago
Zuck

Fly Docker Deployment Issue With V.16.0

This is a loom from one of my developers showing the issue:
https://www.loom.com/share/c28d12803ef04178af585a244416702a?sid=e7852fb7-c76c-4c92-a111-c0534c991cc3

This only happened after updating to V16.0

Build Process Log

✅ Configuration is Valid
• Verified app config
• Building image
• Building image with Depot
• butld: ()

Build Steps

[+] Building 2.7s (13/22)
  1. Loading Build Definition
    • Transferring Dockerfile (8.28kB) ✅
  2. Loading Metadata
    • Metadata for docker.io/library/node:18.18.0-alpine3.17 ✅
  3. Loading .dockerignore
    • Transferring context (64B) ✅
  4. Pulling Base Image
    • docker.io/library/node:18.18.0-alpine3.17@sha256:8cdc5ff72de424adca7217dfc9a6c4ab3f2446737 ✅
  5. Loading Build Context
    • Transferring context (43.07KB) ✅
  6. Caching Steps
    • apk --no-cache -U upgrade & apk add --no-cache python3 build-base libtool autoconf ✅
    • WORKDIR /app ✅
    • COPY src ./src ✅
    • COPY package.json ✅
    • COPY package-lock.json ✅
🚨 Errors Encountered

❌ Failed COPY Commands
[server-builder 5/8] COPY .wasp/build/server .wasp/build/server ❌
[server-builder 6/8] COPY .wasp/out/sdk .wasp/out/sdk ❌
[server-builder 7/8] COPY .wasp/build/db/schema.prisma .wasp/build/db/ ❌

💥 Fatal Error

Error: failed to fetch an image or build from source
Reason: failed to solve: failed to compute cache key
Details: failed to calculate checksum of 'ma': not found
Reference: pz1v5a1icsx9nxg3buw4ujbn8::46rz7oa7hfz3874kpa7ib2aqo
Was this page helpful?