Skip to content

Commit af86503

Browse files
authored
update comments in containerfile-lite (#459)
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent 4e9e39f commit af86503

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Containerfile.lite

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
###########################
1919
# Build-time arguments
2020
###########################
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
21+
# Temporary dir for assembling the scratch rootfs
22+
ARG ROOTFS_PATH=/tmp/rootfs
23+
# Python major.minor series to track
24+
ARG PYTHON_VERSION=3.11
2325

2426
###########################
2527
# Base image for copying into scratch

0 commit comments

Comments
 (0)