Merge pull request #364 from itdoginfo/sdk052026

Update SDK version
This commit is contained in:
Kirill Sobakin
2026-05-12 10:05:50 +03:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM itdoginfo/openwrt-sdk-apk:09102025
FROM itdoginfo/openwrt-sdk-apk:25.12.3
ARG PODKOP_VERSION
ENV PODKOP_VERSION=${PODKOP_VERSION}
@@ -7,5 +7,5 @@ COPY ./podkop /builder/package/feeds/utilities/podkop
COPY ./luci-app-podkop /builder/package/feeds/luci/luci-app-podkop
RUN make defconfig && \
make package/podkop/compile -j1 V=s && \
make package/luci-app-podkop/compile -j1 V=s
make package/podkop/compile -j4 V=s && \
make package/luci-app-podkop/compile -j4 V=s

View File

@@ -1,4 +1,4 @@
FROM itdoginfo/openwrt-sdk-ipk:24.10.3
FROM itdoginfo/openwrt-sdk-ipk:24.10.6
ARG PODKOP_VERSION

View File

@@ -1,4 +1,4 @@
FROM openwrt/sdk:x86-64-SNAPSHOT
FROM openwrt/sdk:x86_64-v25.12.3
WORKDIR /builder
RUN ./setup.sh \
&& ./scripts/feeds update -a \

View File

@@ -1,4 +1,4 @@
FROM openwrt/sdk:x86_64-v24.10.3
FROM openwrt/sdk:x86_64-v24.10.6
WORKDIR /builder
RUN ./scripts/feeds update -a \
&& ./scripts/feeds install luci-base \