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 b0ccc9e commit 84fbed5Copy full SHA for 84fbed5
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
-ENV container docker
14
-
15
ARG KAYOBE_DOCKER_SSH_CONFIG_PATH=".automation/docker/kayobe/ssh_config"
+
+ENV container docker
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