Skip to content

Commit

Permalink
Updated to use new docker image (microsoft#2830)
Browse files Browse the repository at this point in the history
* Updated to use new docker image

* changed centos6 image as well
  • Loading branch information
Tommy Petty authored Mar 5, 2020
1 parent acbca5a commit b9358ec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pr:
resources:
containers:
- container: dotnetcore_arm
image: huangtingluo/azure-pipelines-agent-eng:arm
image: azpagentinfra/arm:latest

- container: dotnetcore_centos6
image: huangtingluo/azure-pipelines-agent-eng:centos6
image: azpagentinfra/centos6:latest

jobs:

Expand Down
21 changes: 21 additions & 0 deletions images/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Docker Images For Building Agent

## Docker Hub

In order to publish these images, you need to be a member of the organization `azpagentinfra`

## How to Build

```
% cd images
% docker build -t azpagentinfra/arm:latest arm
% docker build -t azpagentinfra/centos6:latest centos6
```

## How to Publish

```
% cd images
% docker push azpagentinfra/arm:latest
% docker push azpagentinfra/centos6:latest
```

0 comments on commit b9358ec

Please sign in to comment.