We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50103d2 commit 6be9029Copy full SHA for 6be9029
1 file changed
tools/docker/linux_headers_image/Dockerfile
@@ -61,7 +61,8 @@ RUN make ARCH=${ARCH} -j $(nproc) bindeb-pkg LOCALVERSION=-pl
61
62
# Extract headers into a tarball
63
WORKDIR /px
64
-# Linux 6.3 and later name the resulting package differently (there is no additional -pl suffix)
+# Unlike the bionic container build, Linux 6.3 and later name the resulting package without the additional -pl suffix.
65
+# This difference stems from changes in the Linux build process itself, not from any modifications on our end.
66
RUN DEB_ARCH=$(echo ${ARCH} | sed 's/x86_64/amd64/g'); dpkg -x src/linux-headers-${KERN_VERSION}-pl_${KERN_VERSION}-1_${DEB_ARCH}.deb .
67
68
# Remove broken symlinks
0 commit comments