This repository contains a Dockerfile to build a statically compiled ocserv.
Compilation is done using alpine and results in the following executable:
ocserv 1.1.6
Compiled with: seccomp, PKCS#11, AnyConnect
GnuTLS version: 3.7.3
A default Alpine based dynamic compiled version is included in Dockerfile-alpine
.
The included script generate-artifacts.sh
executes the docker build and places the generated artifacts into ./dist
.