We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fa2ea commit 446d3eeCopy full SHA for 446d3ee
KERNELS
@@ -1,4 +1,4 @@
1
-v5.15
2
-v6.1
3
-v6.6
4
-v6.12
+v5.15.177
+v6.1.128
+v6.6.75
+v6.12.12
docker/Dockerfile.kernel
@@ -23,7 +23,7 @@ RUN apk update && apk add \
23
24
WORKDIR /
25
26
-ARG KERNEL_REPO=https://github.com/torvalds/linux.git
+ARG KERNEL_REPO=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
27
ARG KERNEL_TAG
28
29
RUN git clone --depth 1 ${KERNEL_REPO} linux --branch ${KERNEL_TAG}
0 commit comments