]> git.proxmox.com Git - mirror_frr.git/commit
docker: remove support for ubi-8
authorJuan Vidal Allende <juan.vidal1@ibm.com>
Mon, 13 Feb 2023 14:38:16 +0000 (15:38 +0100)
committerJuan Vidal Allende <juan.vidal1@ibm.com>
Mon, 20 Feb 2023 11:18:55 +0000 (12:18 +0100)
commitbb36498aa7475bedcb6ed2f5e4c1c5b307829caa
tree618bd4e4257195def046e8c08ee2c3d7f8da694f
parent4b87743429d4b03a277b04256861c7030b3be15e
docker: remove support for ubi-8

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/ubi-8/Dockerfile [deleted file]
docker/ubi-8/build.sh [deleted file]
docker/ubi-8/docker-start [deleted file]