dlenski / openconnect

OpenConnect client extended to support Palo Alto Networks' GlobalProtect VPN
679 stars 130 forks source link

Decrease docker image size #154

Closed ymatsiuk closed 3 years ago

ymatsiuk commented 5 years ago

As an idea I can replace alpine with scratch if it's possible to statically link openconnect. In general I don't think it really useful to have anything else in container as I would run it like:

docker run --privileged --net=host -it openconnect --user=username --protocol=gp vpn.example.com

and for debug purpose it's always possible to replace scratch back with alpine.