{"id":23821369,"url":"https://github.com/returnstring/containr","last_synced_at":"2025-07-30T23:15:20.656Z","repository":{"id":147346253,"uuid":"200373932","full_name":"returnString/containr","owner":"returnString","description":"Docker build tools for R projects","archived":false,"fork":false,"pushed_at":"2019-08-07T21:52:54.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T23:44:54.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","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/returnString.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":"2019-08-03T12:37:48.000Z","updated_at":"2021-10-19T11:04:45.000Z","dependencies_parsed_at":"2023-07-07T06:32:15.134Z","dependency_job_id":null,"html_url":"https://github.com/returnString/containr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/returnString/containr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Fcontainr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Fcontainr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Fcontainr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Fcontainr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/returnString","download_url":"https://codeload.github.com/returnString/containr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returnString%2Fcontainr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960233,"owners_count":24172490,"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-07-30T02:00:09.044Z","response_time":70,"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-01-02T08:39:13.829Z","updated_at":"2025-07-30T23:15:20.603Z","avatar_url":"https://github.com/returnString.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# containr\ncontainr is designed to package up an R project inside a Docker container, including all of its dependencies.\n\n## Usage\nThe main function in this package is `docker_deploy`, which takes care of building, tagging, and pushing an image to a remote Docker registry such as Docker Hub or the AWS Elastic Container Registry.\n\n```r\n# push to Docker Hub\ncontainr::docker_deploy(\"yourcompany/my-project-image:latest\")\n\n# push to ECR\ncontainr::docker_deploy(\"12345.dkr.ecr.us-east-1.amazonaws.com/my-project-image:latest\")\n```\n\nIf you need extra system-level dependencies (e.g. `RPostgreSQL` users will need `libpq-dev` installed), simply use the `system_deps` argument:\n\n```r\ncontainr::docker_deploy(\"yourcompany/my-project-image:latest\", system_deps = c(\"libpq-dev\"))\n```\n\n## Image details\nCurrently, all images are based on Ubuntu 16.04 LTS (Xenial). As this is quite a large base image, it would be ideal to find something smaller that still allows for installation of most R packages (from source).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturnstring%2Fcontainr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freturnstring%2Fcontainr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturnstring%2Fcontainr/lists"}