mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
coreos-overlay: removed all remaining app-torcx artifacts
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
8e01a2c8f9
commit
c589fb8e56
@ -1,32 +0,0 @@
|
|||||||
# Copyright (c) 2017-2018 CoreOS, Inc.. All rights reserved.
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
DESCRIPTION="Packages to be installed in a torcx image for Docker"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
|
|
||||||
# Explicitly list all packages that will be built into the image.
|
|
||||||
RDEPEND="
|
|
||||||
~app-containers/docker-20.10.24
|
|
||||||
~app-containers/docker-cli-20.10.24
|
|
||||||
~app-containers/containerd-1.7.7
|
|
||||||
~app-containers/docker-proxy-0.8.0_p20230118
|
|
||||||
~app-containers/runc-1.1.9
|
|
||||||
~dev-libs/libltdl-2.4.7
|
|
||||||
~sys-process/tini-0.19.0
|
|
||||||
"
|
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
insinto /.torcx
|
|
||||||
newins "${FILESDIR}/${P}-manifest.json" manifest.json
|
|
||||||
|
|
||||||
# Enable the Docker socket by default.
|
|
||||||
local unitdir=/usr/lib/systemd/system
|
|
||||||
dosym ../docker.socket "${unitdir}/sockets.target.wants/docker.socket"
|
|
||||||
}
|
|
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"kind": "image-manifest-v0",
|
|
||||||
"value": {
|
|
||||||
"bin": [
|
|
||||||
"/bin/containerd",
|
|
||||||
"/bin/containerd-shim",
|
|
||||||
"/bin/ctr",
|
|
||||||
"/bin/docker",
|
|
||||||
"/bin/docker-containerd",
|
|
||||||
"/bin/docker-containerd-shim",
|
|
||||||
"/bin/docker-init",
|
|
||||||
"/bin/docker-proxy",
|
|
||||||
"/bin/docker-runc",
|
|
||||||
"/bin/dockerd",
|
|
||||||
"/bin/runc",
|
|
||||||
"/bin/tini"
|
|
||||||
],
|
|
||||||
"network": [
|
|
||||||
"/lib/systemd/network/50-docker.network",
|
|
||||||
"/lib/systemd/network/90-docker-veth.network"
|
|
||||||
],
|
|
||||||
"units": [
|
|
||||||
"/lib/systemd/system/containerd.service",
|
|
||||||
"/lib/systemd/system/docker.service",
|
|
||||||
"/lib/systemd/system/docker.socket",
|
|
||||||
"/lib/systemd/system/sockets.target.wants"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"kind": "image-manifest-v0",
|
|
||||||
"value": {
|
|
||||||
"bin": [
|
|
||||||
"/bin/containerd",
|
|
||||||
"/bin/containerd-shim",
|
|
||||||
"/bin/ctr",
|
|
||||||
"/bin/docker",
|
|
||||||
"/bin/docker-containerd",
|
|
||||||
"/bin/docker-containerd-shim",
|
|
||||||
"/bin/docker-init",
|
|
||||||
"/bin/docker-proxy",
|
|
||||||
"/bin/docker-runc",
|
|
||||||
"/bin/dockerd",
|
|
||||||
"/bin/runc",
|
|
||||||
"/bin/tini"
|
|
||||||
],
|
|
||||||
"network": [
|
|
||||||
"/lib/systemd/network/50-docker.network",
|
|
||||||
"/lib/systemd/network/90-docker-veth.network"
|
|
||||||
],
|
|
||||||
"units": [
|
|
||||||
"/lib/systemd/system/containerd.service",
|
|
||||||
"/lib/systemd/system/docker.service",
|
|
||||||
"/lib/systemd/system/docker.socket",
|
|
||||||
"/lib/systemd/system/sockets.target.wants"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"kind": "image-manifest-v0",
|
|
||||||
"value": {
|
|
||||||
"bin": [
|
|
||||||
"/bin/containerd",
|
|
||||||
"/bin/containerd-shim",
|
|
||||||
"/bin/ctr",
|
|
||||||
"/bin/docker",
|
|
||||||
"/bin/docker-containerd",
|
|
||||||
"/bin/docker-containerd-shim",
|
|
||||||
"/bin/docker-init",
|
|
||||||
"/bin/docker-proxy",
|
|
||||||
"/bin/docker-runc",
|
|
||||||
"/bin/dockerd",
|
|
||||||
"/bin/runc",
|
|
||||||
"/bin/tini"
|
|
||||||
],
|
|
||||||
"network": [
|
|
||||||
"/lib/systemd/network/50-docker.network",
|
|
||||||
"/lib/systemd/network/90-docker-veth.network"
|
|
||||||
],
|
|
||||||
"units": [
|
|
||||||
"/lib/systemd/system/containerd.service",
|
|
||||||
"/lib/systemd/system/docker.service",
|
|
||||||
"/lib/systemd/system/docker.socket",
|
|
||||||
"/lib/systemd/system/sockets.target.wants",
|
|
||||||
"/lib/systemd/system/multi-user.target.wants"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1,2 @@
|
|||||||
app-torcx
|
|
||||||
coreos-base
|
coreos-base
|
||||||
coreos-devel
|
coreos-devel
|
||||||
|
@ -37,7 +37,6 @@ src_install() {
|
|||||||
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-setup.sh \
|
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-setup.sh \
|
||||||
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-kargs-helper \
|
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-kargs-helper \
|
||||||
"${D}"/usr/lib/dracut/modules.d/30ignition/retry-umount.sh \
|
"${D}"/usr/lib/dracut/modules.d/30ignition/retry-umount.sh \
|
||||||
"${D}"/usr/lib/dracut/modules.d/35torcx/torcx-profile-populate-generator \
|
|
||||||
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root \
|
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root \
|
||||||
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root-after-ignition \
|
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root-after-ignition \
|
||||||
"${D}"/usr/lib/dracut/modules.d/99setup-root/gpg-agent-wrapper \
|
"${D}"/usr/lib/dracut/modules.d/99setup-root/gpg-agent-wrapper \
|
||||||
|
Loading…
Reference in New Issue
Block a user