Tag not monitored by Microsoft.
Lock container image in ACR using Docker@2 task
OO-6907
0
Reputation points
Took below snippet from a sample code. I want to lock subsequent pushed image tag. Does Docker@2 accepts write-enabled: false as input? If not, how do I achieve this with Docker@2 task?
- task: Docker@2
condition: eq('${{ parameters.Pulumi}}', 'True')
inputs:
containerRegistry: 'devagents'
repository: 'dev-test-agent'
command: 'buildAndPush'
Dockerfile: '$(System.DefaultWorkingDirectory)/Dockerfile'
tags: '$(devs-agent-tag)'
Community Center | Not monitored
Community Center | Not monitored
Sign in to answer