7070 - libdaxctl-devel
7171 - libfuse3-devel
7272 - rdma-core-devel
73- - libnuma-devel
7473 - bzlib-devel
7574 - liblzo2-devel
7675 - libsnappy-devel
@@ -126,7 +125,6 @@ packages:
126125 - iptables
127126 - libffi8
128127 - nftables
129- - numactl
130128 - openssl
131129 - passt
132130 - pcre
@@ -152,7 +150,7 @@ binaries:
152150 # Dmidecode
153151 - /usr/sbin/biosdecode /usr/sbin/dmidecode
154152 # Numactl
155- - /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numademo /usr/bin/ numastat
153+ - /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numastat
156154 # Hwclock
157155 - /usr/sbin/hwclock
158156{{- end -}}
@@ -247,6 +245,10 @@ import:
247245 before : setup
248246 includePaths :
249247 - temp_pod
248+ - image : packages/binaries/numactl
249+ add : /numactl
250+ to : /
251+ before : install
250252shell :
251253 beforeInstall :
252254 - |
@@ -268,15 +270,15 @@ shell:
268270 echo "find and copy additional libs"
269271 FILES=$(find /VBINS/usr/bin/ -type f)
270272 FILES+=" $(find /VBINS/usr/sbin/ -type f)"
271-
273+
272274 LIBS="/usr/lib64/libbsd.so* /usr/lib64/libnbd.so* /usr/lib64/libfuse3.so*"
273275 LIBS+=" /usr/lib64/libjson-c.so* /usr/lib64/libssh.so* /usr/lib64/libssh2.so*"
274276 LIBS+=" /usr/lib64/libtpms.so*"
275277 LIBS+=" /usr/lib64/libxml2.so* /usr/lib64/libgcc_s*"
276278
277279 echo "Relocate additional libs for files in /VBINS"
278280 ./relocate_binaries.sh -i "$FILES" -o /VBINS
279-
281+
280282 echo "Relocate additional libs to /VBINS"
281283 ./relocate_binaries.sh -i "$LIBS" -o /VBINS
282284
@@ -358,7 +360,7 @@ shell:
358360
359361 echo "List files in /relocate/usr/local/lib64"
360362 ls -la usr/local/lib64
361-
363+
362364 - |
363365 cd /relocate
364366
@@ -431,8 +433,8 @@ shell:
431433 apt-get update && apt-get install --yes gcc musl-dev musl-tools
432434 apt-get clean
433435 install :
434- - |
436+ - |
435437 echo "Building simple app that prints I'am temp pod"
436438 mkdir -p /bins
437439 musl-gcc -static -Os -o /bins/temp_pod temp_pod.c
438- strip /bins/temp_pod
440+ strip /bins/temp_pod
0 commit comments