mirror of
https://github.com/teddysun/across.git
synced 2025-01-18 22:09:35 +08:00
Update README.md
This commit is contained in:
parent
7e472d002e
commit
65b704bf8a
@ -6,7 +6,8 @@ For more information on docker and containerization technologies, refer to [offi
|
|||||||
|
|
||||||
## Supported tags and respective `Dockerfile` links
|
## Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- `latest`, `8` [*(Dockerfile)*][2]
|
- `latest`, `9` [*(Dockerfile)*][7]
|
||||||
|
- `8` [*(Dockerfile)*][2]
|
||||||
- `7` [*(Dockerfile)*][3]
|
- `7` [*(Dockerfile)*][3]
|
||||||
|
|
||||||
### Reference
|
### Reference
|
||||||
@ -33,12 +34,18 @@ For CentOS 7
|
|||||||
$ docker pull teddysun/rpmbuild:7
|
$ docker pull teddysun/rpmbuild:7
|
||||||
```
|
```
|
||||||
|
|
||||||
For CentOS 8
|
For CentOS 8 Stream / Rockylinux 8 / Almalinux 8
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker pull teddysun/rpmbuild:8
|
$ docker pull teddysun/rpmbuild:8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For CentOS 9 Stream / Rockylinux 9 / Almalinux 9
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker pull teddysun/rpmbuild:9
|
||||||
|
```
|
||||||
|
|
||||||
It can be found at [Docker Hub][6].
|
It can be found at [Docker Hub][6].
|
||||||
|
|
||||||
## Start a container
|
## Start a container
|
||||||
@ -50,13 +57,20 @@ $ mkdir -m 777 -p /opt/builder7
|
|||||||
$ docker run -it --rm -h buildbot --name rpmbuild7 -v /opt/builder7:/home/builder/rpmbuild teddysun/rpmbuild:7
|
$ docker run -it --rm -h buildbot --name rpmbuild7 -v /opt/builder7:/home/builder/rpmbuild teddysun/rpmbuild:7
|
||||||
```
|
```
|
||||||
|
|
||||||
There is an example to start a container for CentOS 8 like below:
|
There is an example to start a container for CentOS 8 Stream / Rockylinux 8 / Almalinux 8 like below:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ mkdir -m 777 -p /opt/builder8
|
$ mkdir -m 777 -p /opt/builder8
|
||||||
$ docker run -it --rm -h buildbot --name rpmbuild8 -v /opt/builder8:/home/builder/rpmbuild teddysun/rpmbuild:8
|
$ docker run -it --rm -h buildbot --name rpmbuild8 -v /opt/builder8:/home/builder/rpmbuild teddysun/rpmbuild:8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
There is an example to start a container for CentOS 9 Stream / Rockylinux 9 / Almalinux 9 like below:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ mkdir -m 777 -p /opt/builder9
|
||||||
|
$ docker run -it --rm -h buildbot --name rpmbuild9 -v /opt/builder9:/home/builder/rpmbuild teddysun/rpmbuild:9
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
[1]: https://docs.docker.com/
|
[1]: https://docs.docker.com/
|
||||||
[2]: https://github.com/teddysun/across/blob/master/docker/rpmbuild/Dockerfile.rpmbuild8
|
[2]: https://github.com/teddysun/across/blob/master/docker/rpmbuild/Dockerfile.rpmbuild8
|
||||||
@ -64,3 +78,4 @@ $ docker run -it --rm -h buildbot --name rpmbuild8 -v /opt/builder8:/home/builde
|
|||||||
[4]: https://github.com/docker-library/official-images#architectures-other-than-amd64
|
[4]: https://github.com/docker-library/official-images#architectures-other-than-amd64
|
||||||
[5]: https://docs.docker.com/install/
|
[5]: https://docs.docker.com/install/
|
||||||
[6]: https://hub.docker.com/r/teddysun/rpmbuild/
|
[6]: https://hub.docker.com/r/teddysun/rpmbuild/
|
||||||
|
[7]: https://github.com/teddysun/across/blob/master/docker/rpmbuild/Dockerfile.rpmbuild9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user