Merge pull request #3702 from deitch/alpine-314

bump alpine to 3.14, remove go version hack
This commit is contained in:
Avi Deitcher
2021-11-16 14:56:01 +02:00
committed by GitHub
236 changed files with 1586 additions and 1593 deletions

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format"]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-label", "docker"]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "@DEVICE@"]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,17 +2,17 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: modprobe
image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690
image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15
command: ["modprobe", "btrfs"]
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-type", "btrfs" ]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -21,7 +21,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-type", "xfs" ]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,23 +2,23 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
- name: test
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
binds:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
@@ -26,7 +26,7 @@ onboot:
- CAP_SYS_ADMIN
- CAP_MKNOD
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,14 +2,14 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-partition", "gpt"]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test
image: alpine:3.13
@@ -18,7 +18,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh

View File

@@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:5.10.76
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
onboot:
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-label", "docker"]
- name: format
image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc
image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61
command: ["/usr/bin/format", "-label", "foo"]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: mount
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
- name: test
image: alpine:3.13
@@ -25,7 +25,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh