Skip to content

Commit 042943c

Browse files
import openssl
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent 132d6f0 commit 042943c

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

images/packages/binaries/openssl/werf.inc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ shell:
4848
4949
./Configure --prefix=/usr CC=/usr/bin/musl-gcc -static
5050
make -j $(nproc)
51-
make install_sw -j $(nproc) DESTDIR=/out
51+
make install_sw -j $(nproc) DESTDIR=$OUTDIR
52+
strip $OUTDIR/usr/bin/openssl

images/virt-launcher/werf.inc.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ packages:
124124
- iptables
125125
- libffi8
126126
- nftables
127-
- openssl
127+
- numactl
128+
# - openssl
128129
- passt
129130
- pcre
130131
- procps
@@ -140,7 +141,7 @@ binaries:
140141
- /usr/bin/p11tool
141142
- /usr/bin/psktool
142143
# Openssl
143-
- /usr/bin/openssl
144+
# - /usr/bin/openssl
144145
# Xorriso (Creates an image of an ISO9660 filesystem)
145146
- /usr/bin/xorriso-dd-target /usr/bin/xorrisofs
146147
# Swtpm
@@ -244,6 +245,13 @@ import:
244245
to: /numactl
245246
before: install
246247

248+
# Statically builded
249+
- image: packages/binaries/openssl
250+
add: /openssl
251+
to: /relocate
252+
after: setup
253+
includePaths:
254+
- usr/bin/openssl
247255
- image: tools/coreutils
248256
add: /
249257
to: /relocate

0 commit comments

Comments
 (0)