RMI-PACTA / workflow.portfolio.parsing

Other
0 stars 0 forks source link

Convert image to alpine #2

Open AlexAxthelm opened 9 months ago

AlexAxthelm commented 9 months ago

uring inital development, the dockerfile was alpine-based (rhub/r-minimal:4.3.2), but this proved difficult to continue with after adding a dependency on digest package, which appears to be missing dependencies.

Switched to rocker/r-ver:4.3.2, but this bumped image size from ~250Mb to ~1Gb. When time permits, return to alpine.

cc @jdhoffa

jdhoffa commented 9 months ago

I can dig it

AlexAxthelm commented 8 months ago

@bcspragu suggested we might also look at distroless. I haven't seen any examples working with R, but it seems possible.