We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1dcac commit 2408b8eCopy full SHA for 2408b8e
3 files changed
.dockerignore
@@ -1,2 +1,6 @@
1
-*
+# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
2
+#
3
+# SPDX-License-Identifier: GPL-3.0-or-later
4
+
5
6
!target
Dockerfile
@@ -1,3 +1,7 @@
FROM scratch as build
ADD target/ /
7
RUN ["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"]
rootfs.py
@@ -13,6 +13,7 @@
13
# SPDX-FileCopyrightText: 2021 Melg Eight <public.melg8@gmail.com>
14
# SPDX-FileCopyrightText: 2021-23 fosslinux <fosslinux@aussies.space>
15
# SPDX-FileCopyrightText: 2023-24 Gábor Stefanik <netrolller.3d@gmail.com>
16
17
18
import argparse
19
import os
0 commit comments