docker/README.md,rpm/INSTALL.md: update rpm docs

We no longer support either CentOS 5 or 6, per commit
b560b853a6e557195c0c68875218f45c89dce56b of PR #1298 and commit
git-lfs/build-dockers@64a3a9fc4d
of PR git-lfs/build-dockers#3, and commit
git-lfs/build-dockers@898d9b045e
of PR git-lfs/build-dockers#33.

We also now build the Asciidoctor Ruby gem in order to generate
our man pages, rather than using ronn and several other gems,
per commit db9a82132a2bb066876d8ddf06c5255da2f199a4 of PR #5054.

We therefore update the documentation for our RPM package build
utilities and for our Docker container image build utilities to
reflect these changes.
This commit is contained in:
Chris Darroch 2022-12-27 23:17:55 -08:00
parent 362371477a
commit d5e0ffc9e5
2 changed files with 5 additions and 7 deletions

@ -47,7 +47,7 @@ To only run certain docker images, supply them as arguments, e.g.
./docker/run_docker.bsh debian_7
./docker/run_docker.bsh centos_7 debian_8
./docker/run_docker.bsh centos_{6,7}
./docker/run_docker.bsh centos_{7,8}
And only those images will be run.
@ -101,10 +101,10 @@ In order to save the necessary dependencies, call `./docker/run_dockers.bsh` on
will be extracted from the images and saved in the `./repo` directory.
(This _can_ be done in one command)
./docker/run_dockers.bsh centos_6_env centos_6
./docker/run_dockers.bsh centos_7_env centos_7
This isn't all that important anymore, unless you want ruby2 and the gems used to
make the man pages for CentOS 6 where ruby2 is not natively available. Calling
This isn't all that important anymore, unless you want the Ruby gem used to
make the man pages for CentOS where it is not natively available. Calling
the environment building images only needs to be done once, they should remain in
the `./repo` directory afterwards.

@ -8,9 +8,7 @@ in the RPMS directory and a source-rpm in SRPMS.
In order to expedite installing all dependencies (mainly asciidoctor and golang)
and download any needed files a build_rpms.bsh script is included. This is the
**RECOMMENDED** way to build the rpms. It will install all yum packages in
order to build the rpm. This can be especially difficult in CentOS 5 and 6,
but it will build and install a suitable golang/ruby so that git-lfs can be
built.
order to build the rpm.
Simple run: