BuildContext interface
Docker 建置內容的組態設定
屬性
context |
[必要]用來建置映像的 Docker 組建內容的 URI。 支持環境建立上的 Blob URI,而且可能會傳回 Blob 或 Git URI。 |
dockerfile |
組建內容中 Dockerfile 的路徑。 |
屬性詳細資料
contextUri
[必要]用來建置映像的 Docker 組建內容的 URI。 支持環境建立上的 Blob URI,而且可能會傳回 Blob 或 Git URI。
contextUri: string
屬性值
string
dockerfilePath
組建內容中 Dockerfile 的路徑。
dockerfilePath?: string
屬性值
string