-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines.yml
32 lines (30 loc) · 961 Bytes
/
azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool: vmss-ado-hub-ubuntu2204
steps:
- task: Docker@2
inputs:
containerRegistry: 'acr-tkdata-comn-prod'
command: 'login'
addPipelineData: false
addBaseImageData: false
- task: Bash@3
inputs:
targetType: 'inline'
script: |
docker pull nginx
# Write your commands here
az acr repository list --name desprodcontainers
nslookup desprodcontainers.azurecr.io
curl -k -vvvv https://desprodcontainers.azurecr.io/v2/des_cicd_pipeline_img/manifests/latest
docker pull desprodcontainers.azurecr.io/des-cicd/des_cicd_pipeline_img
ls -l
#docker login desprodcontainers.azurecr.io
#echo 'Hello world'
#az --version
#python --version
#docker --version
#sqlcmd
#pwsh --version
#python3 --version