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

[bug] Update R version #5

Open
avahoffman opened this issue Dec 12, 2022 · 1 comment
Open

[bug] Update R version #5

avahoffman opened this issue Dec 12, 2022 · 1 comment

Comments

@avahoffman
Copy link
Member

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.

FYI @dtenenba

@dtenenba
Copy link
Contributor

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.

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