# dotnet 代码构建制品上传示例 当前仓库,用于演示(详见 `.cnb.yml`): - `dotnet` 代码如何构建镜像并发布到 CNB Docker 仓库。 ![badge](https://cnb.cool/devopschina/dotnet-build/-/badge/git/latest/ci/pipeline-as-code) ![badge](https://cnb.cool/devopschina/dotnet-build/-/badge/git/latest/ci/git-clone-yyds) ![badge](https://cnb.cool/devopschina/dotnet-build/-/badge/git/latest/ci/status/push) ## 示例说明 * [Build a .NET container image](samples/dotnetapp/README.md) ## Docker 镜像 镜像:`docker.cnb.cool/devopschina/dotnet-build:latest` [Docker 制品详情](https://cnb.cool/devopschina/dotnet-build/-/packages/docker/dotnet-build) 如何使用: ```shell docker pull docker.cnb.cool/devopschina/dotnet-build:latest docker run docker.cnb.cool/devopschina/dotnet-build:latest ```