8 days ago
My application failed to load from GitHub, log below
2026-03-01T11:30:34.980456647Z [inf] [1/6] FROM docker.io/library/node:14@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa
2026-03-01T11:30:34.980620545Z [inf] [1/6] FROM docker.io/library/node:14@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa
2026-03-01T11:30:34.991028752Z [inf] [internal] load build context
2026-03-01T11:30:35.017295862Z [inf] [1/6] FROM docker.io/library/node:14@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa
2026-03-01T11:30:35.018604880Z [inf] [1/6] FROM docker.io/library/node:14@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa
2026-03-01T11:30:42.635047492Z [inf] [2/6] RUN apt-get update && apt-get install -y ffmpeg libopencv-dev && rm -rf /var/lib/apt/lists/*
2026-03-01T11:30:42.734258534Z [inf] Ign:1 http://deb.debian.org/debian buster InRelease
2026-03-01T11:30:42.740002652Z [inf] Ign:2 http://deb.debian.org/debian-security buster/updates InRelease
2026-03-01T11:30:42.745357827Z [inf] Ign:3 http://deb.debian.org/debian buster-updates InRelease
2026-03-01T11:30:42.750687039Z [inf] Err:4 http://deb.debian.org/debian buster Release
404 Not Found [IP: 151.101.2.132 80]
2026-03-01T11:30:42.756280192Z [inf] Err:5 http://deb.debian.org/debian-security buster/updates Release
404 Not Found [IP: 151.101.2.132 80]
2026-03-01T11:30:42.761938834Z [inf] Err:6 http://deb.debian.org/debian buster-updates Release
404 Not Found [IP: 151.101.2.132 80]
2026-03-01T11:30:42.764568817Z [inf] Reading package lists...
2026-03-01T11:30:42.770597097Z [inf]
2026-03-01T11:30:42.772584558Z [inf] E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file.
2026-03-01T11:30:42.772591367Z [inf] E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
2026-03-01T11:30:42.883398789Z [err] [2/6] RUN apt-get update && apt-get install -y ffmpeg libopencv-dev && rm -rf /var/lib/apt/lists/*
2026-03-01T11:30:42.895648604Z [err] Dockerfile:7
2026-03-01T11:30:42.895686650Z [err] -------------------
2026-03-01T11:30:42.895695497Z [err] 6 | # Install FFmpeg and OpenCV dependencies
2026-03-01T11:30:42.895701337Z [err] 7 | >>> RUN apt-get update && \
2026-03-01T11:30:42.895707912Z [err] 8 | >>> apt-get install -y ffmpeg libopencv-dev && \
2026-03-01T11:30:42.895712534Z [err] 9 | >>> rm -rf /var/lib/apt/lists/*
2026-03-01T11:30:42.895716851Z [err] 10 |
2026-03-01T11:30:42.895721380Z [err] -------------------
2026-03-01T11:30:42.895726381Z [err] ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y ffmpeg libopencv-dev && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Attachments
0 Replies