Skip to content

Commit

Permalink
remove dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisRumyantsev committed Aug 29, 2023
1 parent 438a795 commit 642b41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
40 changes: 0 additions & 40 deletions images/centos7/Dockerfile

This file was deleted.

10 changes: 4 additions & 6 deletions images/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker Images For Building Agent
# Docker Images for the Agent CI/CD Pipeline

## Docker Hub

Expand All @@ -7,13 +7,11 @@ In order to publish these images, you need to be a member of the organization `a
## How to Build

```bash
docker build --tag azpagentinfra/alpine:latest ./images/alpine/
docker build --tag azpagentinfra/centos7:latest ./images/centos7/
docker build --tag "azpagentinfra/alpine:latest" ./images/alpine/
```

## How to Publish
## How to Push

```bash
docker push azpagentinfra/alpine:latest
docker push azpagentinfra/centos7:latest
docker push "azpagentinfra/alpine:latest"
```

0 comments on commit 642b41c

Please sign in to comment.