mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
Docker: Refine the main dockerfile. v6.0.54 (#3594)
------ Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
About SRS Dockerfile:
|
||||
|
||||
* Dockerfile: For release and test.
|
||||
* Dockerfile.pkg: For package binary.
|
||||
* Dockerfile.builds: For test.
|
||||
* Dockerfile.test: For test.
|
||||
* Dockerfile.cov: For test and coverage.
|
||||
* trunk/Dockerfile.pkg: For package binary.
|
||||
* trunk/Dockerfile.builds: For test.
|
||||
* trunk/Dockerfile.test: For test.
|
||||
* trunk/Dockerfile.cov: For test and coverage.
|
||||
|
||||
```bash
|
||||
docker build -t srs -f Dockerfile .
|
||||
```
|
||||
|
||||
## Dependency Tree
|
||||
|
||||
@@ -22,18 +26,18 @@ The dependency tree about Dockerfile:
|
||||
* [ossrs/srs:ubuntu20](https://github.com/ossrs/dev-docker/tree/ubuntu20)
|
||||
* ubuntu:focal
|
||||
* ubuntu:focal
|
||||
* Dockerfile.test
|
||||
* trunk/Dockerfile.test
|
||||
* [ossrs/srs:dev-gcc7-cache](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev-gcc7-cache)
|
||||
* [ossrs/srs:dev-gcc7](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev-gcc7)
|
||||
* centos:7
|
||||
* Dockerfile.cov
|
||||
* trunk/Dockerfile.cov
|
||||
* [ossrs/srs:dev-gcc7-cache](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev-gcc7-cache)
|
||||
* [ossrs/srs:dev-gcc7](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev-gcc7)
|
||||
* centos:7
|
||||
* Dockerfile.pkg
|
||||
* trunk/Dockerfile.pkg
|
||||
* [ossrs/srs:dev](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev)
|
||||
* centos:7
|
||||
* Dockerfile.builds
|
||||
* trunk/Dockerfile.builds
|
||||
* [ossrs/srs:dev-cache](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev-cache)
|
||||
* [ossrs/srs:dev](https://github.com/ossrs/dev-docker/tree/ossrs/srs:dev)
|
||||
* centos:7
|
||||
|
||||
Reference in New Issue
Block a user