summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2263c67938bfbe5577c20c85487f50db49910469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# epel6-testing-container

Use a Centos 6.8 Docker container to run tests (pytest) to validate ```epel-testing``` features.

## TL;DR
```
./build_and_run.sh
```

which runs these commands for you
```
docker rmi epel6-testing
docker build -t epel6-testing .
docker run --rm -t epel6-testing
```

You __WILL__ want to delete old images when you want to get new updates from the ```epel-testing``` repo.


```
docker images
docker rmi <the offending old image hash>
```