{"id":25023189,"url":"https://github.com/eser/graalvm-fastr-image","last_synced_at":"2025-10-11T11:39:25.474Z","repository":{"id":265018888,"uuid":"875154000","full_name":"eser/graalvm-fastr-image","owner":"eser","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-20T11:38:26.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T12:51:56.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T08:31:23.000Z","updated_at":"2025-01-12T18:28:00.000Z","dependencies_parsed_at":"2024-11-27T10:17:49.051Z","dependency_job_id":null,"html_url":"https://github.com/eser/graalvm-fastr-image","commit_stats":null,"previous_names":["eser/graalvm-fastr-image"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eser/graalvm-fastr-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fgraalvm-fastr-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fgraalvm-fastr-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fgraalvm-fastr-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fgraalvm-fastr-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eser","download_url":"https://codeload.github.com/eser/graalvm-fastr-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eser%2Fgraalvm-fastr-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007035,"owners_count":26084227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T14:37:24.624Z","updated_at":"2025-10-11T11:39:25.447Z","avatar_url":"https://github.com/eser.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraalVM FastR Docker Image\n\nThis project provides a Docker codebase with GraalVM and FastR (R language implementation) installed, allowing you to run R programs in a containerized environment.\n\n## Project Overview\n\n\u003e **Warning**\n\u003e Since FastR is not available on macOS and any platform with the newest GraalVM versions, this project provides a Docker image with an older version of GraalVM that has FastR installed. See the [GraalVM R Runtime chapter in the GraalVM reference manual](https://www.graalvm.org/latest/reference-manual/r/) for more information.\n\nThe main purpose of this project is to create a reproducible and isolated environment for running R programs using GraalVM's FastR implementation. The Docker image is based on Ubuntu and includes:\n\n- GraalVM Community Edition (Java 17)\n- FastR (R language implementation for GraalVM)\n- Essential build tools and dependencies\n\n## Getting Started\n\n### Prerequisites\n\n- Docker Desktop (https://www.docker.com/products/docker-desktop/)\n\n### Container Control Commands\n\n1. Clone this repository:\n   ```\n   git clone https://github.com/your-username/graalvm-fastr-image.git\n   cd graalvm-fastr-image\n   ```\n\n1. Build and start the container:\n   ```\n   make start\n   ```\n\n1. To run an interactive shell in the container:\n   ```\n   make run\n   ```\n\n1. To stop the container:\n   ```\n   make stop\n   ```\n\n1. To restart the container:\n   ```\n   make restart\n   ```\n\n1. To remove the container and its volumes:\n   ```\n   make clean\n   ```\n\n## Usage\n\nOnce you're inside the container, you can run R programs using the `R` command. The `/app/projects` directory is mounted as a volume, allowing you to share files between your host machine and the container.\n\n### Example: Running a Spring Boot Project\n\nTo run an existing Spring Boot project within the container, follow these steps:\n\n1. Copy your Spring Boot project to the `projects` directory on your host machine. This directory is mounted as a volume in the container.\n\n1. Start the container if it's not already running:\n   ```\n   make start\n   ```\n\n1. Enter the container's shell:\n   ```\n   make run\n   ```\n\n1. Once inside the container, navigate to your project directory:\n   ```\n   cd /app/projects/your-spring-boot-project\n   ```\n\n1. Build and run your Spring Boot application using Maven:\n   ```\n   mvn spring-boot:run\n   ```\n\nNote: Make sure your Spring Boot project's `pom.xml` file is compatible with the Java version installed in the container (Java 17). You may need to adjust your project's Java version if it's different.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feser%2Fgraalvm-fastr-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feser%2Fgraalvm-fastr-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feser%2Fgraalvm-fastr-image/lists"}