Closed Aperence closed 1 year ago
Update : I created a docker image aperence/kathara-quic
which has python3.10 installed by default, so feel free to use it if you need to use a newer version of python
Hi @Aperence,
We will update all the images soon, but we need to carefully test all the official labs before. In the meanwhile, you can find the new images in the develop branch.
The new images are based on Debian12 and have Python3.11 installed. Moreover, you can find many new images to test several technologies.
The complete list includes:
kathara/base
: used to build all other images. It contains a variety of network tools and some complex services like bind, apache, etc.kathara/quagga
: extends the base image adding Quagga.kathara/frr
: extends the base image adding FRRouting.kathara/openbgpd
: extend the base image adding the OpenBGPD daemon.kathara/krill
: extends the base image adding Krill RPKI Certificate Authority.kathara/routinator
: extends the base image adding Routinator RPKI Relying Party.kathara/rpki-client
: extends the base image adding OpenBGPD RPKI Client.kathara/bird
: extends the base image adding BIRD.kathara/rift-python
: extends the base image adding Routing In Fat Trees (RIFT) Python Implementation.kathara/sdn
: extends the base image adding OpenVSwitch and Ryu SDN controller.kathara/p4
: extends the base image adding Behavioral Model (bmv2) to compile and run P4-compliant programmable switches.
Hi,
It would be interesting according to me to be able to select a newer version of python on some images, per example python 3.8 or higher, to be able to make tests with some protocol implementations (aioquic for example which requires at least python 3.8).
Thanks in advance