Skip to content

Commit 3b0b9af

Browse files
author
bamurtaugh
committed
Typo
1 parent 4dd115e commit 3b0b9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-08-22-prebuild.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As mentioned above, let's walk through a couple examples of these steps, one usi
8181
* The main Kubernetes repo and any fork of it can now define a `.devcontainer` folder and [reference this prebuilt image](https://github.com/craiglpeters/kubernetes-devcontainer/blob/master/.devcontainer/devcontainer.json#L7) through: `"image": "ghcr.io/craiglpeters/kubernetes-devcontainer:latest"`
8282
8383
**Dev container spec images**
84-
* This repo prebuilds a variety of dev containers, each of which is defined in their individual folks in the [src folder](https://github.com/devcontainers/images/tree/main/src)
84+
* This repo prebuilds a variety of dev containers, each of which is defined in their individual folders in the [src folder](https://github.com/devcontainers/images/tree/main/src)
8585
* As an example, the Python image is defined in the [src/python/.devcontainer](https://github.com/devcontainers/images/tree/main/src/python/.devcontainer) folder
8686
* Any time a change is made to the dev container, the repo uses a [GitHub Action](https://github.com/devcontainers/images/actions/workflows/push.yml) to build the image and push it to MCR
8787
* Using the Python image as an example again, its MCR URL is `mcr.microsoft.com/devcontainers/python`

0 commit comments

Comments
 (0)