inverse-inc / packetfence

PacketFence is a fully supported, trusted, Free and Open Source network access control (NAC) solution. Boasting an impressive feature set including a captive-portal for registration and remediation, centralized wired and wireless management, powerful BYOD management options, 802.1X support, layer-2 isolation of problematic devices; PacketFence can be used to effectively secure networks small to very large heterogeneous networks.
https://packetfence.org
GNU General Public License v2.0
1.39k stars 291 forks source link

Use docker build in CI in order to build proxysql with systemd #8342

Open JeGoi opened 1 month ago

JeGoi commented 1 month ago

Describe the solution you'd like Use docker build in CI in order to build proxysql with systemd Current build is done with https://gist.github.com/JeGoi/f1483d19b18641e989bbf2b5b814214f

Describe alternatives you've considered As long as the current official docker is not build with systemd we need to build our own

Additional context None

satkunas commented 6 days ago

@JeGoi is this currently done? Otherwise we should build this image like we do with FreeRADIUS.

JeGoi commented 6 days ago

I think we are already doing it https://www.packetfence.org/downloads/PacketFence/debian-lastrelease/14.1/pool/bookworm/p/proxysql/ BUT there is no automation for deb construction around that for now. It like done by hand...