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 4e9e39f commit af86503Copy full SHA for af86503
Containerfile.lite
@@ -18,8 +18,10 @@
18
###########################
19
# Build-time arguments
20
21
-ARG ROOTFS_PATH=/tmp/rootfs # Temporary dir for assembling the scratch rootfs
22
-ARG PYTHON_VERSION=3.11 # Python major.minor series to track
+# Temporary dir for assembling the scratch rootfs
+ARG ROOTFS_PATH=/tmp/rootfs
23
+# Python major.minor series to track
24
+ARG PYTHON_VERSION=3.11
25
26
27
# Base image for copying into scratch
0 commit comments