From 812e22d2dd9bb5e3b45d74a81861cd6975511654 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 2 Aug 2024 20:04:57 +0100 Subject: profiles: add container/docker --- profiles/container/docker/amd64/eapi | 1 + profiles/container/docker/amd64/parent | 3 +++ profiles/container/docker/arm64/eapi | 1 + profiles/container/docker/arm64/parent | 4 ++++ profiles/container/docker/eapi | 1 + profiles/container/docker/parent | 1 + profiles/profiles.desc | 2 ++ 7 files changed, 13 insertions(+) create mode 100644 profiles/container/docker/amd64/eapi create mode 100644 profiles/container/docker/amd64/parent create mode 100644 profiles/container/docker/arm64/eapi create mode 100644 profiles/container/docker/arm64/parent create mode 100644 profiles/container/docker/eapi create mode 100644 profiles/container/docker/parent (limited to 'profiles') diff --git a/profiles/container/docker/amd64/eapi b/profiles/container/docker/amd64/eapi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/profiles/container/docker/amd64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/container/docker/amd64/parent b/profiles/container/docker/amd64/parent new file mode 100644 index 00000000..1a91f396 --- /dev/null +++ b/profiles/container/docker/amd64/parent @@ -0,0 +1,3 @@ +gentoo:targets/systemd +gentoo:default/linux/amd64/23.0/no-multilib/hardened +.. diff --git a/profiles/container/docker/arm64/eapi b/profiles/container/docker/arm64/eapi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/profiles/container/docker/arm64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/container/docker/arm64/parent b/profiles/container/docker/arm64/parent new file mode 100644 index 00000000..43fe02e0 --- /dev/null +++ b/profiles/container/docker/arm64/parent @@ -0,0 +1,4 @@ +gentoo:targets/systemd +gentoo:default/linux/arm64/23.0/systemd +gentoo:features/hardened/arm64 +.. diff --git a/profiles/container/docker/eapi b/profiles/container/docker/eapi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/profiles/container/docker/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/container/docker/parent b/profiles/container/docker/parent new file mode 100644 index 00000000..f3229c5b --- /dev/null +++ b/profiles/container/docker/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index f4141e51..409fa5f2 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -34,6 +34,8 @@ amd64 server/ovh/kimsufi/2G stable amd64 server/ovh/kimsufi/8G stable amd64 server/ovh/kimsufi/500G stable amd64 server/kvm/amd64 stable +amd64 container/docker/amd64 stable +arm64 container/docker/arm64 stable amd64 container/nspawn/amd64 stable arm64 container/nspawn/arm64 stable arm server/scaleway/C1 stable -- cgit v1.2.3