Hi,
I am new to Docker and am trying unsuccessfully to create a Debian (Trixie) image for my Rock_5c SBC using the command:
docker build -t sd-images https://github.com/johang/sd-card-images.git
I get the following error:
:~$ sudo docker build -t sd-images https://github.com/johang/sd-card-images.git
[+] Building 11.0s (4/7) docker:default
=> CACHED [internal] load git source https://github.com/johang/sd-card-images.git 1.1s
=> [internal] load metadata for public.ecr.aws/ubuntu/ubuntu:24.04 1.1s
=> CACHED [1/5] FROM public.ecr.aws/ubuntu/ubuntu:24.04@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe 0.0s
=> => resolve public.ecr.aws/ubuntu/ubuntu:24.04@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe 0.0s
=> ERROR [2/5] RUN apt-get update && apt-get --assume-yes ...
Thanks
Hi,
I am new to Docker and am trying unsuccessfully to create a Debian (Trixie) image for my Rock_5c SBC using the command:
docker build -t sd-images https://github.com/johang/sd-card-images.git
I get the following error:
:~$ sudo docker build -t sd-images https://github.com/johang/sd-card-images.git
[+] Building 11.0s (4/7) docker:default
=> CACHED [internal] load git source https://github.com/johang/sd-card-images.git 1.1s
=> [internal] load metadata for public.ecr.aws/ubuntu/ubuntu:24.04 1.1s
=> CACHED [1/5] FROM public.ecr.aws/ubuntu/ubuntu:24.04@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe 0.0s
=> => resolve public.ecr.aws/ubuntu/ubuntu:24.04@sha256:6b4c0f97bc73e76ac20ef992258e9b8c831b7755d2047d83109da8eb279881fe 0.0s
=> ERROR [2/5] RUN apt-get update && apt-get --assume-yes ...
Thanks