]> git.puffer.fish Git - mirror/frr.git/commit
docker: add support for ubi8-minimal 12797/head
authorJuan Vidal Allende <juan.vidal1@ibm.com>
Mon, 13 Feb 2023 14:42:34 +0000 (15:42 +0100)
committerJuan Vidal Allende <juan.vidal1@ibm.com>
Mon, 20 Feb 2023 11:18:56 +0000 (12:18 +0100)
commitb9640313599e3139e17770f2b9c68e2512edcb26
treebff2887028df65949a5b4f618d6109374a8cc38e
parentbb36498aa7475bedcb6ed2f5e4c1c5b307829caa
docker: add support for ubi8-minimal

Docker image based on ubi8-minimal are smaller in size than previous
ones built with ubi8 as base. Also, due to proper cleanup of caches, the
final image is about 400MB in size (down from ~630MB using the older
ubi8 builder).

This Dockerfile also uses packages built for RHEL (instead of CentOS),
and updates dependencies so that it can compile latest FRR versions.

Signed-off-by: Juan Vidal Allende <juan.vidal1@ibm.com>
docker/ubi8-minimal/Dockerfile [new file with mode: 0644]
docker/ubi8-minimal/almalinux.repo [new file with mode: 0644]
docker/ubi8-minimal/build.sh [new file with mode: 0755]
docker/ubi8-minimal/docker-start [new file with mode: 0755]