Skip to content

dnsdist 1.6 Docker: enable h2o again, using our fork #2833

dnsdist 1.6 Docker: enable h2o again, using our fork

dnsdist 1.6 Docker: enable h2o again, using our fork #2833

Workflow file for this run

---
name: 'Build Docker images'
on:
push:
pull_request:
schedule:
- cron: '0 22 * * 3'
jobs:
build:
name: docker build
# on a ubuntu-20.04 VM
runs-on: ubuntu-20.04
strategy:
matrix:
product: ['auth', 'recursor', 'dnsdist']
steps:
- uses: actions/[email protected]
with:
fetch-depth: 5
submodules: recursive
# this builds packages and runs our unit test (make check)
- run: docker build --rm -t powerdns-${{ matrix.product }} -f Dockerfile-${{ matrix.product }} .