在Azure DevOps管道上使用Docker任务更新Docker标签

时间:2019-02-21 10:31:33

标签: azure docker azure-devops

我试图在Azure DevOps管道上使用Docker任务来更改Docker映像的标签,但没有成功。

考虑以下在Azure容器注册表上托管的Docker映像:

Docker image

我的任务配置如下:

Docker task

Function.prototype.method=function(name, func){ this.prototype[name] = func; return this } Number.method('natural',function(){ return Math.round(Math.abs(this)) }); -44.4.natural();// error or doesn't work 的值为$(DockerImageName)

我正在尝试更改Docker映像标签(例如更改为agents/standard-linux-docker2:310851),但到目前为止,我仍然无法使其工作。我也尝试设置参数,但是没有成功。

任务失败,并显示以下错误消息:

  

守护程序的错误响应:没有这样的图像:agent / standard-linux-docker2:310851

     

/ usr / bin / docker失败,返回码:1

我在这里想念什么?

0 个答案:

没有答案