forked from microsoft/azure-pipelines-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to use new docker image (microsoft#2830)
* 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
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |