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 c3881d7 commit 9cc5f4fCopy full SHA for 9cc5f4f
.docker/Dockerfile
@@ -39,7 +39,9 @@ RUN apt-get -q update \
39
40
FROM ci AS robot
41
42
-# Configure a new non-root user
+#
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
45
ARG USERNAME=ubuntu
46
ARG USER_UID=1000
47
ARG USER_GID=$USER_UID
0 commit comments