/r-base

R-base Docker Image with support for spatial data packages though GDAL, GEOS and PROJ4

Primary LanguageDockerfileCreative Commons Attribution 4.0 InternationalCC-BY-4.0

R-base Docker Image

latest ubuntu debian Supported R Docker Platform

This repository contains a minimal R docker image with latest R version. The image is pre-built with support for spatial data packages though GDAL, GEOS and PROJ4. ubuntu:focal is used as the base image and thus any command that ubuntu can understand goes into Dockerfile.

To get started, you need to have docker installed and general knowledge about building images with docker.

Set jaysnm/r-base as your Base Image to initialize build stage for subsequent instructions to create your spatial-aware docker image. Follow this official guide to understand how build instructions are specified in Dockerfile.

FROM jaysnm/r-base
 ....
 ....
CMD ...

CI/CD build chain

The Dockerfile in this repository is automatically built using Github Actions with resulting image pushed to Docker Hub.

License

The Dockerfile in this repository is licensed under Creative Commons copyright.

Contribution

See CONTRIBUTING.md and open an issue