Skip to content

Commit 4c49681

Browse files
authored
Merge branch 'main' into split-dev-prod-ci
2 parents e517b51 + 4c8c700 commit 4c49681

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can build OCI container images from the defitions in this repository using o
3232
* [docker buildx](https://github.com/docker/buildx#installing)
3333

3434
The root of the bakery project is used as the build context for each Containerfile.
35-
Here, the `bakery.yaml` file, or project, is in the root of this repository.
35+
Here, the [`bakery.yaml`](https://github.com/posit-dev/images-shared/blob/main/posit-bakery/CONFIGURATION.md#bakery-configuration) file, or project, is in the root of this repository.
3636

3737
```shell
3838
PWB_VERSION="2025.09"
@@ -60,6 +60,11 @@ podman build \
6060

6161
The structure and contents of this repository were created following the steps in [bakery usage](https://github.com/posit-dev/images-shared/tree/main/posit-bakery#usage).
6262

63+
Additional documentation:
64+
- [Configuration Reference](https://github.com/posit-dev/images-shared/blob/main/posit-bakery/CONFIGURATION.md)`bakery.yaml` schema and options
65+
- [Templating Reference](https://github.com/posit-dev/images-shared/blob/main/posit-bakery/TEMPLATING.md) — Jinja2 macros for Containerfile templates
66+
- [CI Workflows](https://github.com/posit-dev/images-shared/blob/main/CI.md) — Shared GitHub Actions workflows for building and pushing images
67+
6368
### Prerequisites
6469

6570
Build prerequisites
@@ -103,6 +108,10 @@ bakery run dgoss
103108

104109
You can use CLI flags to limit the tests to run against a subset of images.
105110

111+
## Related Repositories
112+
113+
This repository is part of the [Posit Container Images](https://github.com/posit-dev/images) ecosystem. To extend the Minimal image with additional languages or system dependencies, see the [extending examples](https://github.com/posit-dev/images-examples/tree/main/extending). For shared build tooling and CI workflows, see [images-shared](https://github.com/posit-dev/images-shared).
114+
106115
## Share your Feedback
107116

108117
We invite you to join us on [GitHub Discussions](https://github.com/posit-dev/images/discussions) to ask questions and share feedback.

workbench/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Two variants are available:
2929
| `std` (Standard) | Opinionated image, runs out of the box |
3030
| `min` (Minimal) | Small image you can extend with desired dependencies, *will not run as is* |
3131

32+
See [extending examples](https://github.com/posit-dev/images-examples/tree/main/extending) for how to build on the Minimal image.
33+
3234
## Image Tags
3335

3436
Images are published to:

0 commit comments

Comments
 (0)