Skip to content

Commit 66b10e8

Browse files
committed
/app/kea-hooks to load mysql functionality
1 parent e1f9c57 commit 66b10e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kea/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib
6565
isc-kea-dhcp4-server \
6666
isc-kea-mysql \
6767
isc-kea-ctrl-agent \
68-
isc-kea-admin
68+
isc-kea-admin \
69+
isc-kea-hooks
6970

7071
COPY --from=build-healthz /app/bin/healthz /app/healthzd
7172
COPY --from=build-stork /build/go/bin/stork-agent /app/stork-agent
73+
RUN ln -s /usr/lib/$(uname -m)-linux-gnu/kea/hooks /app/kea-hooks
7274
COPY run.sh /app/run.sh
7375
COPY choose_dhcp_server_id.rb /app/choose_dhcp_server_id.rb
7476
COPY --from=config /app/kea-ctrl-agent.json /app/kea-ctrl-agent.json

0 commit comments

Comments
 (0)