mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
app-emulation/containerd: delete containerd-stress
Each Flatcar production image includes a binary `containerd-stress`,
as a part of torcx tarballs.
However it does not seem to be used anywhere.
It looks like a stress testing tool for containerd, so I don't see a
good reason to keep it.
The binary was there since the beginning, via commit
[fdd926949a10](fdd926949a
),
but there is no comment or messages why it was needed.
We can simply remove `containerd-stress`.
This commit is contained in:
parent
6a307e5ae3
commit
5ad450acf1
@ -58,7 +58,7 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin bin/containerd{-shim,-shim-runc-v*,-stress,} bin/ctr
|
dobin bin/containerd{-shim,-shim-runc-v*,} bin/ctr
|
||||||
systemd_newunit "${FILESDIR}/${PN}-1.0.0.service" "${PN}.service"
|
systemd_newunit "${FILESDIR}/${PN}-1.0.0.service" "${PN}.service"
|
||||||
insinto /usr/share/containerd
|
insinto /usr/share/containerd
|
||||||
doins "${FILESDIR}/config.toml"
|
doins "${FILESDIR}/config.toml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user