-
Notifications
You must be signed in to change notification settings - Fork 56
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
"Conflicting distribution" warning when RUN-ning "apt-get update" #73
Comments
The warning is harmless and can be safely ignored. It's a side-effect of how snapshotting the release works in the management software we're using for the Linux package repository. Essentially when we make a snapshot for e.g. 5.10.0.160 it copies the current release to a new folder and thus the old name persists. @directhex should we add a few words to http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases that explains this warning? |
I'm not opposed to adding a note in the docs |
@directhex ok, could you please open a PR on the website? |
Is there any reason you can't just change |
The conflict isn't that there are multiple repositories configured, it's that the file InRelease says "i am in a directory called It says that because it's literally a point-in-time snapshot of the contents of The repository management software we use, I thiiiiiink this is the right bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742281 |
That's not this issue, it's a change on the Debian side. https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html |
debuerreotype/docker-debian-artifacts#66 is the issue you want to follow |
|
I have the following Dockerfile:
When docker build-ing I get the following output
Can somebody explain what this warning means, and whether i can / should get rid of it?
The text was updated successfully, but these errors were encountered: