Skip to content

Commit 76d37f8

Browse files
committed
remove unused
Signed-off-by: Daniil Antoshin <daniil.antoshin@flant.com>
1 parent dd7bf32 commit 76d37f8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

images/virt-launcher/werf.inc.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ binaries:
149149
- /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numastat
150150
# Hwclock
151151
- /usr/sbin/hwclock
152-
# Nftables
153-
- /usr/sbin/nft
154152
{{- end -}}
155153

156154
{{ $virtLauncherDependencies := include "virt-launcher-dependencies" . | fromYaml }}
@@ -244,17 +242,11 @@ import:
244242
to: /numactl
245243
before: install
246244

247-
248245
- image: packages/binaries/xorriso
249246
add: /xorriso
250247
to: /xorriso
251248
before: install
252249

253-
- image: packages/binaries/nftables
254-
add: /nftables
255-
to: /nftables
256-
before: install
257-
258250
# Statically builded
259251
- image: packages/binaries/openssl
260252
add: /openssl
@@ -328,7 +320,6 @@ shell:
328320
cp -a /xorriso/. /
329321
cp -a /swtpm/. /
330322
cp -a /numactl/. /
331-
cp -a /nftables/. /
332323
333324
echo "Show libs after relocation in /relocate/usr/lib64"
334325
ls -la /relocate/usr/lib64

0 commit comments

Comments
 (0)