Skip to content

Commit da3221c

Browse files
import openssl
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent 8136337 commit da3221c

2 files changed

Lines changed: 11 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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ packages:
127127
- libffi8
128128
- nftables
129129
- numactl
130-
- openssl
130+
# - openssl
131131
- passt
132132
- pcre
133133
- procps
@@ -143,7 +143,7 @@ binaries:
143143
- /usr/bin/p11tool
144144
- /usr/bin/psktool
145145
# Openssl
146-
- /usr/bin/openssl
146+
# - /usr/bin/openssl
147147
# Xorriso (Creates an image of an ISO9660 filesystem)
148148
- /usr/bin/xorriso-dd-target /usr/bin/xorrisofs
149149
# Swtpm
@@ -242,6 +242,13 @@ import:
242242
to: /
243243
before: install
244244

245+
# Statically builded
246+
- image: packages/binaries/openssl
247+
add: /openssl
248+
to: /relocate
249+
after: setup
250+
includePaths:
251+
- usr/bin/openssl
245252
- image: tools/coreutils
246253
add: /
247254
to: /relocate

0 commit comments

Comments
 (0)