mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 05:12:03 +00:00 
			
		
		
		
	Update getty and sshd sha's in *.yml to current.
Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
		| @@ -18,7 +18,7 @@ services: | |||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" |     image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
|     binds: |     binds: | ||||||
|      - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys |      - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys | ||||||
|   - name: nginx |   - name: nginx | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ services: | |||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" |     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
| files: | files: | ||||||
|   - path: root/.ssh/authorized_keys |   - path: root/.ssh/authorized_keys | ||||||
|     source: ~/.ssh/id_rsa.pub |     source: ~/.ssh/id_rsa.pub | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ onboot: | |||||||
|     command: ["/mount.sh", "/var/lib/docker"] |     command: ["/mount.sh", "/var/lib/docker"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|   | |||||||
| @@ -16,13 +16,13 @@ onboot: | |||||||
|     image: "linuxkit/metadata:31a0b0f5557c6123beaa9c33e3400ae3c03447e0" |     image: "linuxkit/metadata:31a0b0f5557c6123beaa9c33e3400ae3c03447e0" | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" |     image: "linuxkit/rngd:1fa4de44c961bb5075647181891a3e7e7ba51c31" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
|     binds: |     binds: | ||||||
|      - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys |      - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys | ||||||
|   - name: nginx |   - name: nginx | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ onboot: | |||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     # to make insecure with passwordless root login, uncomment following lines |     # to make insecure with passwordless root login, uncomment following lines | ||||||
|     #env: |     #env: | ||||||
|     # - INSECURE=true |     # - INSECURE=true | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ onboot: | |||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
| trust: | trust: | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ init: | |||||||
|   - linuxkit/containerd:a33cdcf50b8107ffe14c92802c460fe7ada39acd |   - linuxkit/containerd:a33cdcf50b8107ffe14c92802c460fe7ada39acd | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ services: | |||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" |     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
| files: | files: | ||||||
|   - path: root/.ssh/authorized_keys |   - path: root/.ssh/authorized_keys | ||||||
|     source: ~/.ssh/id_rsa.pub |     source: ~/.ssh/id_rsa.pub | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ onboot: | |||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: redis |   - name: redis | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ onboot: | |||||||
|     image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" |     image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
| @@ -19,7 +19,7 @@ services: | |||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" |     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
| files: | files: | ||||||
|   - path: root/.ssh/authorized_keys |   - path: root/.ssh/authorized_keys | ||||||
|     source: ~/.ssh/id_rsa.pub |     source: ~/.ssh/id_rsa.pub | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ onboot: | |||||||
|     command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] |     command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ onboot: | |||||||
|     image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" |     image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|   | |||||||
| @@ -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"] |     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: | services: | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
|   - name: vpnkit-forwarder |   - name: vpnkit-forwarder | ||||||
|     image: "linuxkit/vpnkit-forwarder:883de832c2c3cb72cd9b01e3f7bd788649e0f2c2" |     image: "linuxkit/vpnkit-forwarder:883de832c2c3cb72cd9b01e3f7bd788649e0f2c2" | ||||||
|     binds: |     binds: | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ onboot: | |||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ onboot: | |||||||
|      - /var:/var:rshared,rbind |      - /var:/var:rshared,rbind | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
| @@ -36,7 +36,7 @@ services: | |||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: "linuxkit/openntpd:45deeb05f736162d941c9bf494983f655ab80aa5" |     image: "linuxkit/openntpd:45deeb05f736162d941c9bf494983f655ab80aa5" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
|   - name: docker |   - name: docker | ||||||
|     image: "linuxkit/docker-ce:dda71ff9fe5ebbfa794b98c57c32df286b212848" |     image: "linuxkit/docker-ce:dda71ff9fe5ebbfa794b98c57c32df286b212848" | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ onboot: | |||||||
|      - /var:/var:rshared,rbind |      - /var:/var:rshared,rbind | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
| @@ -36,7 +36,7 @@ services: | |||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: "linuxkit/openntpd:45deeb05f736162d941c9bf494983f655ab80aa5" |     image: "linuxkit/openntpd:45deeb05f736162d941c9bf494983f655ab80aa5" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
|   - name: docker |   - name: docker | ||||||
|     image: "linuxkit/docker-ce:dda71ff9fe5ebbfa794b98c57c32df286b212848" |     image: "linuxkit/docker-ce:dda71ff9fe5ebbfa794b98c57c32df286b212848" | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -28,9 +28,9 @@ onboot: | |||||||
|      - /lib:/lib     # for ifconfig |      - /lib:/lib     # for ifconfig | ||||||
| services: | services: | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
| files: | files: | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ services: | |||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" |     image: "linuxkit/dhcpcd:7d2b8aaaf20c24ad7d11a5ea2ea5b4a80dc966f1" | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: "linuxkit/sshd:abc1f5e096982ebc3fb61c506aed3ac9c2ae4d55" |     image: "linuxkit/sshd:14f9d669ba6b0ba1658dfb2eb7ac08e1b7d9f5a4" | ||||||
| files: | files: | ||||||
|   - path: root/.ssh/authorized_keys |   - path: root/.ssh/authorized_keys | ||||||
|     source: ~/.ssh/id_rsa.pub |     source: ~/.ssh/id_rsa.pub | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ onboot: | |||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: "linuxkit/getty:d0765e0a14733f9454010ac109a7c846a4e67fc5" |     image: "linuxkit/getty:9f27c1272b6d128c9a09745e916f151d09cb0d27" | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user