summaryrefslogtreecommitdiffstats
path: root/docker/ubi-8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docker: remove support for ubi-8Juan Vidal Allende2023-02-203-133/+0
| | | | | | | | | | | | The builder for docker images based on ubi-8 images is broken, and it generates docker images that are heavy and contain more artifacts than they need to. It also installs RPM packages from CentOS that, although seem to be compatible with ubi-8, may diverge at some point (remember that CentOS now does not track RHEL closely). Signed-off-by: Juan Vidal Allende <juan.vidal1@ibm.com>
* docker: Use librtr 0.8.0 for centos/ubi buildsDonatas Abraitis2022-05-241-3/+3
| | | | Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
* docker: Adding support for ubi-8 images.Javier Garcia2022-03-313-0/+133
- Create frr docker container based in new Red Hat Universal Base Images. - This build a docker container based in ubi-8. - Need to get the devel packages from centos-8 stream repos. - Centos-8 stream repos added : base, appstream, powertools and epel Signed-off-by: Javier Garcia <javier.martin.garcia@ibm.com>