Skip to content

Commit

Permalink
Update branding and docs for devcontainers publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Jun 8, 2022
1 parent 7edf6e1 commit 83db0e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion azdo-task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file modified azdo-task/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/azure-devops-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 83db0e9

Please sign in to comment.