feat: slim down minimal image + docs on rocker-versioned2 mix-and-match#129
Merged
Conversation
- minimal/Dockerfile: remove Quarto, purge postgis/netcdf-bin, install only geocompkg Imports (not all Suggests), strip R package debug symbols, consolidate RUN layers, remove arf (already on master) - minimal-slim/Dockerfile: reference Dockerfile showing how to build a lean geospatial R image from rocker/r-ver without RStudio - README.Rmd/README.md: new section on rocker-versioned2 modular scripts and suggested upstream improvements - .gitignore: add *.html pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reduces bloat in the
minimalimage and documents how users can build their own leaner images using rocker-versioned2.Changes to
minimal/Dockerfilepostgisandnetcdf-binfrom the rocker base imagegeocompkgImports (sf, terra, spData, units, dplyr, languageserver, methods) instead of the full package + SuggestsNew file: `minimal-slim/Dockerfile'
Reference Dockerfile showing how to build a lean geospatial R image from
rocker/r-verwithout RStudio, Quarto, or heavy CLI tools.Documentation
New section in README covering rocker-versioned2 modular scripts and suggested upstream improvements for the Rocker project.
Closes #123, supersedes #124.