Skip to content

Commit 9cc5f4f

Browse files
committed
Comment on "ubuntu" user
1 parent c3881d7 commit 9cc5f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ RUN apt-get -q update \
3939

4040
FROM ci AS robot
4141

42-
# Configure a new non-root user
42+
#
43+
# Ubuntu 24.04 "Noble", which is used as the base image for
44+
# jazzy and rolling images, now includes a user "ubuntu" at UID 1000
4345
ARG USERNAME=ubuntu
4446
ARG USER_UID=1000
4547
ARG USER_GID=$USER_UID

0 commit comments

Comments
 (0)