Skip to content

Commit

Permalink
Merge pull request #107 from gardenlinux/feat/sbsign_faketime
Browse files Browse the repository at this point in the history
feat: use patched sbsigntool
  • Loading branch information
nkraetzschmar authored Jan 29, 2025
2 parents 9e4906f + 06ec257 commit 5dec28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ RUN curl -sSLf https://github.com/gardenlinux/seccomp_fake_xattr/releases/downlo
| gzip -d \
| tar -xO seccomp_fake_xattr-$(uname -m)/fake_xattr > /usr/bin/fake_xattr \
&& chmod +x /usr/bin/fake_xattr
RUN mkdir /tmp/sbsign \
&& cd /tmp/sbsign \
&& curl -sSLf https://github.com/gardenlinux/package-sbsigntool/releases/download/0.9.4-3.2gl0/build.tar.xz.0000 | xz -d | tar -x \
&& dpkg -i sbsigntool_*_$(dpkg --print-architecture).deb
RUN echo 'root:1:65535' | tee /etc/subuid /etc/subgid > /dev/null
ENTRYPOINT [ "/usr/sbin/setup_namespace" ]
1 change: 0 additions & 1 deletion pkg.list
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ python3-networkx
python3-pefile
python3-yaml
qemu-utils
sbsigntool
squashfs-tools
systemd
systemd-ukify
Expand Down

0 comments on commit 5dec28a

Please sign in to comment.