diff options
author | Jakob Ackermann | 2019-05-06 04:49:32 +0200 |
---|---|---|
committer | techknowlogick | 2019-05-05 22:49:32 -0400 |
commit | dab38c375df5c4719d35f1be29278d254d68390f (patch) | |
tree | ccb2cd4e71f5e4b622c00be382153406b097893d /docker | |
parent | 0081cd8dfe34bcd9182ccebb406000c17dcb8025 (diff) |
[docker] drop the docker Makefile from the image (#6507)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/root/etc/nsswitch.conf (renamed from docker/etc/nsswitch.conf) | 0 | ||||
-rwxr-xr-x | docker/root/etc/profile.d/gitea.sh (renamed from docker/etc/profile.d/gitea.sh) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/.s6-svscan/finish (renamed from docker/etc/s6/.s6-svscan/finish) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/gitea/finish (renamed from docker/etc/s6/gitea/finish) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/gitea/run (renamed from docker/etc/s6/gitea/run) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/gitea/setup (renamed from docker/etc/s6/gitea/setup) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/openssh/finish (renamed from docker/etc/s6/openssh/finish) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/openssh/run (renamed from docker/etc/s6/openssh/run) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/openssh/setup (renamed from docker/etc/s6/openssh/setup) | 0 | ||||
-rw-r--r-- | docker/root/etc/ssh/sshd_config (renamed from docker/etc/ssh/sshd_config) | 0 | ||||
-rw-r--r-- | docker/root/etc/templates/app.ini (renamed from docker/etc/templates/app.ini) | 0 | ||||
-rwxr-xr-x | docker/root/usr/bin/entrypoint (renamed from docker/usr/bin/entrypoint) | 0 |
12 files changed, 0 insertions, 0 deletions
diff --git a/docker/etc/nsswitch.conf b/docker/root/etc/nsswitch.conf index 25fad995e..25fad995e 100644 --- a/docker/etc/nsswitch.conf +++ b/docker/root/etc/nsswitch.conf diff --git a/docker/etc/profile.d/gitea.sh b/docker/root/etc/profile.d/gitea.sh index 41afd4cfb..41afd4cfb 100755 --- a/docker/etc/profile.d/gitea.sh +++ b/docker/root/etc/profile.d/gitea.sh diff --git a/docker/etc/s6/.s6-svscan/finish b/docker/root/etc/s6/.s6-svscan/finish index 06bd98656..06bd98656 100755 --- a/docker/etc/s6/.s6-svscan/finish +++ b/docker/root/etc/s6/.s6-svscan/finish diff --git a/docker/etc/s6/gitea/finish b/docker/root/etc/s6/gitea/finish index 06bd98656..06bd98656 100755 --- a/docker/etc/s6/gitea/finish +++ b/docker/root/etc/s6/gitea/finish diff --git a/docker/etc/s6/gitea/run b/docker/root/etc/s6/gitea/run index da5fd6b53..da5fd6b53 100755 --- a/docker/etc/s6/gitea/run +++ b/docker/root/etc/s6/gitea/run diff --git a/docker/etc/s6/gitea/setup b/docker/root/etc/s6/gitea/setup index 2b0fb6c37..2b0fb6c37 100755 --- a/docker/etc/s6/gitea/setup +++ b/docker/root/etc/s6/gitea/setup diff --git a/docker/etc/s6/openssh/finish b/docker/root/etc/s6/openssh/finish index 06bd98656..06bd98656 100755 --- a/docker/etc/s6/openssh/finish +++ b/docker/root/etc/s6/openssh/finish diff --git a/docker/etc/s6/openssh/run b/docker/root/etc/s6/openssh/run index 639502482..639502482 100755 --- a/docker/etc/s6/openssh/run +++ b/docker/root/etc/s6/openssh/run diff --git a/docker/etc/s6/openssh/setup b/docker/root/etc/s6/openssh/setup index f8ef816a9..f8ef816a9 100755 --- a/docker/etc/s6/openssh/setup +++ b/docker/root/etc/s6/openssh/setup diff --git a/docker/etc/ssh/sshd_config b/docker/root/etc/ssh/sshd_config index 6af082c41..6af082c41 100644 --- a/docker/etc/ssh/sshd_config +++ b/docker/root/etc/ssh/sshd_config diff --git a/docker/etc/templates/app.ini b/docker/root/etc/templates/app.ini index 589271b4a..589271b4a 100644 --- a/docker/etc/templates/app.ini +++ b/docker/root/etc/templates/app.ini diff --git a/docker/usr/bin/entrypoint b/docker/root/usr/bin/entrypoint index d8e68b940..d8e68b940 100755 --- a/docker/usr/bin/entrypoint +++ b/docker/root/usr/bin/entrypoint |