* Update script and intro an environment variable to using proxy for Github.
- Add `Dockerfile.rockylinux` to build Rocky Linux images
- Modify `pullsrc.sh`, add an environment variable to using proxy for Github.
- Modify `version.env`, sync environment variable.
- Modify `README.md`, sync doc.
- Modify `.github/workflows/build-images.yml`, sync Rocky Linux image.
* Update Dockerfile to enable build `openssh-askpass` package.
- Modify `Dockerfile.centos` / `Dockerfile.centos-stream` / `Dockerfile.rockylinux` to build `openssh-askpass` package.
* Update Dockerfile to fix lack requirement `imake` package.
- Modify `Dockerfile.centos` / `Dockerfile.centos-stream` to fix lack requirement `imake` package.
* Update Dockerfile to fix yum plugin error.
Try to fix:
```
No such command: config-manager. Please use /usr/bin/yum --help
It could be a YUM plugin command, try: "yum install dnf-command(config-manager)"
```
- Modify `Dockerfile.centos` / `Dockerfile.centos-stream` to fix error.
* Update Dockerfile to fix CentOS Stream 9 yum plugin error.
Try to fix:
```
Error: No matching repo to modify: powertools.
```
- Modify `Dockerfile.centos-stream` to fix error.
P.S: In CentOS 8 (with or without Stream), the package `imake` is included by `powertools` repository, and in CentOS Stream 9, the package is included by `crb` repository.
* Update Dockerfile to fix CentOS Stream 9 yum can not install `imake` error.
Try to fix:
```
Error: Unable to find a match: imake
```
- Modify `Dockerfile.centos-stream` to fix error.
P.S: In CentOS 8 (with or without Stream), the package `imake` is included by `powertools` repository, and in CentOS Stream 9, the package is included by ~~`crb`~~ `epel` repository.
* Update Dockerfile.centos-stream
Fix build error.
* Fix CentOS 7 mirror deprecated error
- CentOS 7 yum repo was deprecated at 2024-06-30, so using `vault` as a replacement.
- Fix `docker.README.md` style error.
* Fix Cent OS 7 ARM support
- Fix Cent OS 7 ARM `DEPRECATED` bug
Reviewed-by: Rex Zhou <zhouruixi@goldwind.com>
- Modify `openssh.spec` to fix traditional ssh RSA alg support, ensure git works well.
- Modify `modify_yum_source.sh`, add support for support CentOS 7 with arm arch.
- Modify `Dockerfile.centos-stream`, fix CentOS 8 yum mirror china mirror error.
- Modify `docker.README.md`, add TL;DR part and some usefule tip for arm users.