Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies the bug in Dockerfile #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhiuuu
Copy link

@mhiuuu mhiuuu commented Oct 29, 2023

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-x86_64-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
Copy link
Author

mhiuuu commented Oct 29, 2023

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
Copy link

40tude commented Nov 14, 2023

Nov 2023 still working like a charm.

Copy link

@Extraskilled56 Extraskilled56 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Hub repo access denied!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants