Skip to content

Commit 0d9cc84

Browse files
authored
Merge pull request #10 from ruby-no-kai/kea-3-1
roll kea 3.1.1, stork 2.3.0
2 parents 5158178 + 79c9cc8 commit 0d9cc84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kea/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git rake build-essential wget unzip python3
2222

2323
WORKDIR /build
24-
RUN git clone --depth=1 https://gitlab.isc.org/isc-projects/stork -b v2.1.1
24+
RUN git clone --depth=1 https://gitlab.isc.org/isc-projects/stork -b v2.3.0
2525

2626
WORKDIR /build/stork/backend
2727
ENV GOPATH=/build/go
@@ -72,7 +72,7 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib
7272
iproute2 \
7373
mysql-client
7474

75-
ARG kea_version 2.7.6-isc20250128083638
75+
ARG kea_version 3.1.1-isc20250825122912
7676
COPY kea-dev.asc /etc/apt/keyrings/kea-dev.asc
7777
RUN echo "deb [signed-by=/etc/apt/keyrings/kea-dev.asc] https://dl.cloudsmith.io/public/isc/kea-dev/deb/ubuntu noble main" > /etc/apt/sources.list.d/kea.list
7878
RUN echo "Package: src:isc-kea\nPin: version ${kea_version}\nPin-Priority: 999" > /etc/apt/preferences.d/pin-kea
@@ -96,6 +96,7 @@ ENV BUNDLE_JOBS 16
9696
ENV BUNDLE_WITHOUT development:test
9797

9898
RUN ln -s /usr/lib/$(uname -m)-linux-gnu/kea/hooks /app/kea-hooks
99+
ENV KEA_HOOKS_PATH /app/kea-hooks
99100

100101
COPY run.sh /app/run.sh
101102
COPY db-upgrade.rb /app/db-upgrade.rb

0 commit comments

Comments
 (0)