{"id":49382423,"url":"https://github.com/posit-dev/images-shared","last_synced_at":"2026-04-28T06:05:17.760Z","repository":{"id":332175423,"uuid":"859490465","full_name":"posit-dev/images-shared","owner":"posit-dev","description":"Shared tools and actions around Posit images","archived":false,"fork":false,"pushed_at":"2026-04-22T17:11:42.000Z","size":3777,"stargazers_count":0,"open_issues_count":104,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-22T17:36:25.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://posit-dev.github.io/images-shared/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/posit-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-18T18:46:52.000Z","updated_at":"2026-04-21T19:29:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/posit-dev/images-shared","commit_stats":null,"previous_names":["posit-dev/images-shared"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/posit-dev/images-shared","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fimages-shared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fimages-shared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fimages-shared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fimages-shared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posit-dev","download_url":"https://codeload.github.com/posit-dev/images-shared/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fimages-shared/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32368537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":"2026-04-28T06:05:17.024Z","updated_at":"2026-04-28T06:05:17.748Z","avatar_url":"https://github.com/posit-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Posit Images Shared Tools\n\n\u003e [!NOTE]\n\u003e These images are in preview as Posit migrates container images from [rstudio/rstudio-docker-products](https://github.com/rstudio/rstudio-docker-products). The existing images remain supported.\n\nThis repository contains shared build tooling and CI workflows used by the Posit Container Image repositories. **If you want to run pre-built Posit product containers**, see the product repositories instead:\n\n- [Posit Connect](https://github.com/posit-dev/images-connect/blob/main/connect/README.md)\n- [Posit Package Manager](https://github.com/posit-dev/images-package-manager/blob/main/package-manager/README.md)\n- [Posit Workbench](https://github.com/posit-dev/images-workbench/blob/main/workbench/README.md)\n- [Ecosystem overview](https://github.com/posit-dev/images)\n\n## Code Repositories\n\n| Repository | Description |\n|:-----------|:------------|\n| [images](https://github.com/posit-dev/images) | Posit Container Image Meta Repository |\n| [images-connect](https://github.com/posit-dev/images-connect) | Posit Connect Container Images |\n| [images-package-manager](https://github.com/posit-dev/images-package-manager) | Posit Package Manager Container Images |\n| [images-workbench](https://github.com/posit-dev/images-workbench) | Posit Workbench Container Images |\n| [images-examples](https://github.com/posit-dev/images-examples) | Examples for using and extending Posit Container Images |\n\n## Tools\n\n### Bakery\n\nThe [bakery](./posit-bakery/) command line interface (CLI) binds together various [tools](./posit-bakery/README.md#3rd-party-tools) to manage a matrix of container image builds.\n\n\u003e [!TIP]\n\u003e - [Get started with `bakery`](./posit-bakery/README.md#getting-started)\n\u003e - [Bakery Examples](https://github.com/posit-dev/images-examples/tree/main/bakery) — step-by-step tutorials\n\n## GitHub Actions\n\nSee [CI Workflows](./CI.md) for shared GitHub Actions workflows used by product image repositories.\n\n### setup-goss\n\nBakery uses [goss](https://github.com/goss-org/goss) and [dgoss](https://github.com/goss-org/goss/tree/master/extras/dgoss) to define and execute tests that ensure that the container image was built properly.\n\nYou can include the [setup-goss](./setup-goss) action in a [GitHub Actions Workflow](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax) to automatically install the latest versions of `goss` and `dgoss` in the `tools` directory at the top level of the repository.\n\n## Share your Feedback\n\nWe invite you to join us on [GitHub Discussions](https://github.com/posit-dev/images/discussions) to ask questions and share feedback.\n\n## Issues\n\nIf you encounter any issues or have any questions, please [open an issue](https://github.com/posit-dev/images-shared/issues). We appreciate your feedback.\n\n## Contributing\n\nBefore your first commit, install the repository's pre-commit hooks so changes are checked locally before they hit CI:\n\n```shell\njust setup\n```\n\n## Code of Conduct\n\nWe expect all contributors to adhere to the project's [Code of Conduct](CODE_OF_CONDUCT.md) and create a positive and inclusive community.\n\n## License\n\nPosit Container Images and associated tooling are licensed under the [MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fimages-shared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposit-dev%2Fimages-shared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fimages-shared/lists"}