nftblock 0.1.0

Atomically apply CIDR lists with nftables netlink batches
Documentation
variable "PLATFORM" {
  default = "linux/amd64"
}

group "default" {
  targets = ["debian", "alpine"]
}

target "common" {
  context   = "."
  platforms = [PLATFORM]
}

target "debian" {
  inherits   = ["common"]
  dockerfile = "Dockerfile.debian"
  tags       = ["nftblock:debian"]
}

target "alpine" {
  inherits   = ["common"]
  dockerfile = "Dockerfile.alpine"
  tags       = ["nftblock:alpine"]
}