Skip to content

Commit bac8348

Browse files
author
Takashi Matsuo
committed
add kbiulder's uid as the default arg
1 parent c9b5d10 commit bac8348

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.kokoro/docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ ENV PATH /google-cloud-sdk/bin:$PATH
162162
RUN sudo systemctl enable redis-server.service
163163

164164
# Create a user and allow sudo
165-
ARG UID=0
166-
ARG GID=0
165+
166+
# kbuilder uid on the default Kokoro image
167+
ARG UID=1000
167168
ARG USERNAME=kbuilder
168169
ARG DOCKER_GID=999
169170

0 commit comments

Comments
 (0)