Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bgpfix/bgpipe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.1
Choose a base ref
...
head repository: bgpfix/bgpipe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.2
Choose a head ref
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on Feb 12, 2026

  1. Dev0212 docker etc. (#30)

    * Docker: add multi-arch image, CI/CD, and Docker guide
    
    - Dockerfile: static Go binary on alpine:3.21, Go 1.26 builder
    - .dockerignore: excludes test data (rpki.json ~82MB, MRT files) and build artifacts
    - .github/workflows/docker.yml: multi-arch build (8 platforms) pushed to ghcr.io on main/tags
    - .github/workflows/release.yml: cross-platform release binaries (30+ targets) on tags
    - docs/docker.md: Docker quick start, volume mounts, port forwarding, compose examples
    - docs/quickstart.md: tabbed install section (Docker / Binary / Go)
    - mkdocs.yml: Docker nav entry
    - README.md: Docker badge and Docker as first install option
    
    
    * add SEO meta descriptions to docs
    
    * bump bgpfix to v0.17.2
    
    * Update .github/workflows/release.yml
    
    * fix copilot review: toolchain mismatch, mask build errors
    
    * fix: docker image tags use v-prefix to match git tags
    
    * fix flowspec doc: use RFC 8956 example for IPv6 prefix offset
    pforemski authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    34dd9f9 View commit details
    Browse the repository at this point in the history
Loading