toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

RTMP 2 SRT Container Seems to Be Broken

Open saltarob opened this issue 1 year ago • 0 comments

Hello,

I get following error: CANCELED [1/2] FROM docker.io/eyevinntechnology/ffmpeg-base:0.3.0

Your container seems to be not available anymore.

Thank you.

% docker build -t rtmp2srt .                           
[+] Building 13.9s (6/6) FINISHED                                                              docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                           0.0s
 => => transferring dockerfile: 396B                                                                           0.0s
 => [internal] load metadata for docker.io/eyevinntechnology/ffmpeg-base:0.3.0                                13.7s
 => [internal] load .dockerignore                                                                              0.0s
 => => transferring context: 2B                                                                                0.0s
 => [internal] load build context                                                                              0.0s
 => => transferring context: 2B                                                                                0.0s
 **=> CANCELED [1/2] FROM docker.io/eyevinntechnology/ffmpeg-base:0.3.0@sha256:204eaff13cfa5e4359c80e6bc9a02469  0.0s**
 => => resolve docker.io/eyevinntechnology/ffmpeg-base:0.3.0@sha256:204eaff13cfa5e4359c80e6bc9a02469ad0266b6b  0.0s
 => => sha256:204eaff13cfa5e4359c80e6bc9a02469ad0266b6b8f865c799122c0d8a430b96 7.90kB / 7.90kB                 0.0s
 => => sha256:5b9ba76110d027edb69d49a5bad8c4c58a32096bba47a190843ad635238b5f47 13.93kB / 13.93kB               0.0s
 => ERROR [2/2] COPY python/rtmp2srt.py /root/rtmp2srt.py                                                      0.0s
------
 > [2/2] COPY python/rtmp2srt.py /root/rtmp2srt.py:
------
Dockerfile:3
--------------------
   1 |     FROM eyevinntechnology/ffmpeg-base:0.3.0
   2 |     MAINTAINER Eyevinn Technology <[email protected]>
   3 | >>> COPY python/rtmp2srt.py /root/rtmp2srt.py
   4 |     ENTRYPOINT ["/root/rtmp2srt.py"]
   5 |     CMD []
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 48d47620-86a2-4910-b582-6eecc35a53ad::emztjelvz1h9kd6q70ztxaqfc: failed to walk /var/lib/docker/tmp/buildkit-mount3145604280/python: lstat /var/lib/docker/tmp/buildkit-mount3145604280/python: no such file or directory

saltarob avatar Mar 17 '24 22:03 saltarob