mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #3557 from deitch/openssh-client
include openssh-client in sshd pkg
This commit is contained in:
commit
e305e52b41
@ -18,7 +18,7 @@ services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.8
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.8
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -22,7 +22,7 @@ services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.8
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -28,7 +28,7 @@ services:
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -19,7 +19,7 @@ services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.8
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -28,7 +28,7 @@ services:
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -22,7 +22,7 @@ services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.8
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
@ -19,7 +19,7 @@ onboot:
|
||||
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:v0.8
|
||||
binds:
|
||||
|
@ -23,7 +23,7 @@ services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.8
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:e2391e0b164c57db9f6c4ae110ee84f766edc430 AS mirror
|
||||
FROM linuxkit/alpine:a3d78322152a8b341bdaecfe182a2689fdbdee53 AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
@ -7,6 +7,7 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
busybox \
|
||||
ca-certificates \
|
||||
musl \
|
||||
openssh-client \
|
||||
openssh-server \
|
||||
tini \
|
||||
util-linux \
|
||||
|
@ -28,7 +28,7 @@ onboot:
|
||||
- /lib:/lib # for ifconfig
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:v0.8
|
||||
image: linuxkit/sshd:666b4a1a323140aa1f332826164afba506abf597
|
||||
- name: getty
|
||||
image: linuxkit/getty:v0.8
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user