diff --git a/README.md b/README.md index 61d850f5..37b3fca6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # devcontainer-build-run -**Status: this is a pet project that I've been experimenting with. It is not supported and you should expect bugs :-)** - -devcontainer-build-run is the start of a GitHub action and Azure DevOps task aimed at making it easier to re-use a [Visual Studio Code dev container](https://code.visualstudio.com/) in a GitHub workflow or Azure DevOps pipeline. +devcontainer-build-run contains a GitHub action and Azure DevOps task aimed at making it easier to re-use a [Visual Studio Code dev container](https://code.visualstudio.com/) in a GitHub workflow or Azure DevOps pipeline. This project builds on top of [@devcontainers/cli](https://www.npmjs.com/package/@devcontainers/cli) diff --git a/azdo-task/README.md b/azdo-task/README.md index 32ba6e42..ca57f1f7 100644 --- a/azdo-task/README.md +++ b/azdo-task/README.md @@ -4,7 +4,7 @@ devcontainer-build-run is an Azure DevOps task aimed at making it easier to re-u **Status: this is a pet project that I've been experimenting with. It is not supported and you should expect bugs :-)** -The [`devcontainer-build-run` task](https://marketplace.visualstudio.com/items?itemName=stuartleeks.devcontainer-build-run) uses Docker BuildKit to perform the Docker builds as this has support for storing layer cache metadata with the image. A version of Docker that supports BuiltKit is installed on the default hosted agents - if using a custom agent ensure that you make BuildKit available. +The [`devcontainer-build-run` task](https://marketplace.visualstudio.com/items?itemName=devcontainers.devcontainer-build-run) uses Docker BuildKit to perform the Docker builds as this has support for storing layer cache metadata with the image. A version of Docker that supports BuiltKit is installed on the default hosted agents - if using a custom agent ensure that you make BuildKit available. To enable pushing the dev container image to a container registry you need to ensure that your pipeline is signed in to that registry. diff --git a/azdo-task/icon.png b/azdo-task/icon.png old mode 100644 new mode 100755 index 4ac98596..3f204225 Binary files a/azdo-task/icon.png and b/azdo-task/icon.png differ diff --git a/docs/azure-devops-task.md b/docs/azure-devops-task.md index 32ba6e42..ca57f1f7 100644 --- a/docs/azure-devops-task.md +++ b/docs/azure-devops-task.md @@ -4,7 +4,7 @@ devcontainer-build-run is an Azure DevOps task aimed at making it easier to re-u **Status: this is a pet project that I've been experimenting with. It is not supported and you should expect bugs :-)** -The [`devcontainer-build-run` task](https://marketplace.visualstudio.com/items?itemName=stuartleeks.devcontainer-build-run) uses Docker BuildKit to perform the Docker builds as this has support for storing layer cache metadata with the image. A version of Docker that supports BuiltKit is installed on the default hosted agents - if using a custom agent ensure that you make BuildKit available. +The [`devcontainer-build-run` task](https://marketplace.visualstudio.com/items?itemName=devcontainers.devcontainer-build-run) uses Docker BuildKit to perform the Docker builds as this has support for storing layer cache metadata with the image. A version of Docker that supports BuiltKit is installed on the default hosted agents - if using a custom agent ensure that you make BuildKit available. To enable pushing the dev container image to a container registry you need to ensure that your pipeline is signed in to that registry.