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 1c01a50 commit b0ccc9eCopy full SHA for b0ccc9e
docker/kayobe/Dockerfile
@@ -10,9 +10,9 @@ LABEL maintainer="Will Szumski [email protected]"
10
# Unclear at this time if different environments will change
11
# control host bootstrap.
12
ARG KAYOBE_ENVIRONMENT=""
13
-ARG KAYOBE_DOCKER_SSH_CONFIG_PATH=".automation/docker/kayobe/ssh_config"
14
-
15
ENV container docker
+
+ARG KAYOBE_DOCKER_SSH_CONFIG_PATH=".automation/docker/kayobe/ssh_config"
16
# NOTE: systemd requires privileged container
17
# RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
18
# systemd-tmpfiles-setup.service ] || rm -f $i; done); \
0 commit comments