Skip to content

bedag/docker-exabgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exabgp Docker Image

License docker-publish Dockerhub

Bedag

This is a docker project for exabgp.

Usage

Run the container like this:

docker run bedag/exabgp:latest /venv/etc/exabgp/examples/api-add-remove.run

Volumes

Mountpoint Description
/venv/etc/exabgp/ location of your custom configurations

Build

Docker builds are created with bedag/image-build.

gcr.io/distroless/cc are used because we do not need any common linux binaries, here you can find more information about distroless images. For troubleshooting we recommend to use our -debug images. For more information go to Debug section.

Every Sunday(0 0 * * SUN) we automatically update all supported tags with the current upstream image.

Debug

In our production image there are no binaries for troubleshooting. Therefore if u like to troubleshoot you should use our debug image like this:

docker run -it bedag/exabgp:latest-debug
docker run -it bedag/exabgp:4-debug

In the debug image busybox is installed. You can find all busybox supported commands like this:

busybox --list

Tags

Supported tags are:

  • latest, 4, 4.2, 4.2.13, latest-debug, 4-debug, 4.2-debug, 4.2.13-debug

Security notice

Security scans are performed via trivy and reported in github. Scans are only performed to the latest tag, which should include all libs vulnerabilities from all possible tags.

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

By making a contribution to this project, you agree to and comply with the Developer's Certificate of Origin.

License

Apache 2.0 License.

About

This is a docker project for exabgp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages