We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I’m getting build errors when building from this image: Using this dockerfile: https://github.com/FredHutch/shiny-app-template/blob/master/Dockerfile
e.g.:
> [2/7] RUN apt-get update: #5 0.612 Get:1 http://deb.debian.org/debian testing InRelease [164 kB] #5 3.598 Get:2 http://cdn-fastly.deb.debian.org/debian sid InRelease [161 kB] #5 7.371 Get:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages.diff/Index [63.6 kB] #5 11.86 Ign:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages.diff/Index #5 12.04 Get:4 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages [9,391 kB] #5 24.89 Reading package lists... #5 31.28 E: Repository 'http://deb.debian.org/debian testing InRelease' changed its 'Codename' value from 'bullseye' to 'bookworm' ------
There seem to have been some updates in the past few years that have caused this.
Still building over here, but updating the r-base to FROM r-base:4.2.2 seems to fix the problem for me.
FROM r-base:4.2.2
FYI @dtenenba
The text was updated successfully, but these errors were encountered:
Thanks. I'm aware of this, need to update :latest. You can also change the base to: fredhutch/r-shiny-base:4.2.0
fredhutch/r-shiny-base includes a lot of common dependencies not included by r-base.
Sorry, something went wrong.
No branches or pull requests
I’m getting build errors when building from this image: Using this dockerfile: https://github.com/FredHutch/shiny-app-template/blob/master/Dockerfile
e.g.:
There seem to have been some updates in the past few years that have caused this.
Still building over here, but updating the r-base to
FROM r-base:4.2.2
seems to fix the problem for me.FYI @dtenenba
The text was updated successfully, but these errors were encountered: