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 678d705 commit ecdbed9Copy full SHA for ecdbed9
docker/kayobe/Dockerfile
@@ -80,7 +80,7 @@ RUN chmod 600 /stack/.ssh/config
80
COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin/
81
82
# 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/ && \
+RUN --mount=type=ssh,uid=1000 --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \
84
sudo chown -Rf stack:stack /tmp/src && \
85
# Strip the secrets so that we don't need to pass in a vault-password
86
grep -lR "\$ANSIBLE_VAULT" /tmp/src | xargs rm -f && \
0 commit comments