davidcallanan / os-series

803 stars 118 forks source link

Fix dependencies the bug in Dockerfile #84

Open mhiuuu opened 8 months ago

mhiuuu commented 8 months ago

Like in the first video, to create a docker virtual environment you have to run docker build <the folder contains Dockerfile> -t <your env's name> like in my case it is docker build buildenv -t duckos. However, the _randomdude/gcc-cross-x8664-elf has deprecated dependencies.

ERROR: failed to solve: randomdude/gcc-cross-x86_64-elf-lt:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

In order to fix this, I found a person who fixed it and you could fix this easily just by changing randomdude/gcc-cross-x86_64-elf to maxbalej/gcc-cross-x86_64-elf-lt:lastest

mhiuuu commented 8 months ago

Small note for everyone: The owner of this repository - and also the person who created the tutorial hasn't posted any video since last year also there has been no update since 2021 so it is probably the repo that has been abandoned. However, feel free to keep this working and tell me if there is anything wrong with my changes

40tude commented 8 months ago

Nov 2023 still working like a charm.