facebook / fboss

Facebook Open Switching System Software for controlling network switches.
Other
866 stars 301 forks source link

Build error (Missing CONTAINER.tar) for Docker Container for Debian 10 #134

Open mholankar opened 1 year ago

mholankar commented 1 year ago

I am following the steps listed here to build the docker container for Debian 10 https://github.com/facebook/fboss/blob/main/installer/howto/Building_FBOSS_on_containers.md

and fail at this step: sudo yum install -y docker sudo cd /opt/app/FBOSS_DIR sudo docker import $CONTAINER_TAR

The reason being, that the container images contains only the centos image fboss_centos8.tar

there is no fboss_buster.tar which is needed for Debian.