Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bac8348

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎.kokoro/docker/Dockerfile

Copy file name to clipboardExpand all lines: .kokoro/docker/Dockerfile
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.