Skip to content

Commit ecdbed9

Browse files
committed
testo
1 parent 678d705 commit ecdbed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kayobe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN chmod 600 /stack/.ssh/config
8080
COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin/
8181

8282
# Control host bootsrap without leaving kayobe-config in the image
83-
RUN --mount=type=ssh,uid=$KAYOBE_USER_UID --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \
83+
RUN --mount=type=ssh,uid=1000 --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \
8484
sudo chown -Rf stack:stack /tmp/src && \
8585
# Strip the secrets so that we don't need to pass in a vault-password
8686
grep -lR "\$ANSIBLE_VAULT" /tmp/src | xargs rm -f && \

0 commit comments

Comments
 (0)