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

E: Repository 'http://cdn-fastly.deb.debian.org/debian testing InRelease' changed its 'Codename' value from 'buster' to 'bullseye' #169

Open
MarkEdmondson1234 opened this issue Sep 4, 2019 · 1 comment
Assignees

Comments

@MarkEdmondson1234
Copy link
Contributor

MarkEdmondson1234 commented Sep 4, 2019

I got this error message when generating from a script that produced the start of the Dockerfile below:

FROM trestletech/plumber
LABEL maintainer="IIH-Nordic"
RUN export DEBIAN_FRONTEND=noninteractive; apt-get -y update  \
  && apt-get install -y git-core \
	libcurl4-openssl-dev \
	libssl-dev \
	make
...etc...

It seems the debian lists are updating, that I gleaned from this SO answer:
https://unix.stackexchange.com/questions/528751/cannot-update-apt-list-repository-no-longer-has-a-release-file

The answer there to add --allow-releaseinfo-change to the below worked:

 apt-get -y update --allow-releaseinfo-change
@nuest nuest self-assigned this Sep 10, 2019
@nuest
Copy link
Member

nuest commented Sep 10, 2019

Thanks for reporting, and for giving a potential solution! Will take a look asap. I'll need to investigate if this is something that containerit can simply add all the time.

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

No branches or pull requests

2 participants