mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 20:37:03 +00:00
Merge pull request #2259 from ijc/apk-in-login-packages
Add apk to login (sshd & getty) containers
This commit is contained in:
@@ -27,7 +27,7 @@ onboot:
|
||||
- /var/lib:/var/lib
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:9c32352b2a7b2f233de8741396afeb26b58f9a05
|
||||
image: linuxkit/getty:08b704915af0ce90f8f40df5d41d4c1aa14ef83a
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:19370f5d9bec84eb91073b7196b732f1301d9c90
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a00846032891f77f4f78b8a197e94e13a476a3ee
|
||||
image: linuxkit/sshd:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -27,7 +27,7 @@ onboot:
|
||||
- /var/lib:/var/lib
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:9c32352b2a7b2f233de8741396afeb26b58f9a05
|
||||
image: linuxkit/getty:08b704915af0ce90f8f40df5d41d4c1aa14ef83a
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:19370f5d9bec84eb91073b7196b732f1301d9c90
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a00846032891f77f4f78b8a197e94e13a476a3ee
|
||||
image: linuxkit/sshd:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
- name: docker
|
||||
image: docker:17.06.0-ce-dind
|
||||
capabilities:
|
||||
|
@@ -28,9 +28,9 @@ onboot:
|
||||
- /lib:/lib # for ifconfig
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a00846032891f77f4f78b8a197e94e13a476a3ee
|
||||
image: linuxkit/sshd:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
- name: getty
|
||||
image: linuxkit/getty:9c32352b2a7b2f233de8741396afeb26b58f9a05
|
||||
image: linuxkit/getty:08b704915af0ce90f8f40df5d41d4c1aa14ef83a
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -15,7 +15,7 @@ services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:a00846032891f77f4f78b8a197e94e13a476a3ee
|
||||
image: linuxkit/sshd:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:9c32352b2a7b2f233de8741396afeb26b58f9a05
|
||||
image: linuxkit/getty:08b704915af0ce90f8f40df5d41d4c1aa14ef83a
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
Reference in New Issue
Block a user