Skip to content

Commit

Permalink
fix(core): fix virt-launcher's binaries
Browse files Browse the repository at this point in the history
- /bin/cp -> /usr/bin/cp
- /usr/bin/container-disk /init/usr/bin/container-disk

Signed-off-by: Roman Sysoev <[email protected]>
  • Loading branch information
Roman Sysoev committed Jun 11, 2024
1 parent 76f5a81 commit 0c8adc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/virt-launcher/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ shell:
- ln -s /lib64/libcrypt.so.2.0.0 /lib64/libcrypt.so.2
- ln -s /lib64/libpcre.so.1.2.13 /lib64/libpcre.so.1
- ln -s /lib64/libpcre2-8.so.0.11.2 /lib64/libpcre2-8.so.0
- ln -s /bin/cp /usr/bin/cp
- mkdir -p /init/usr/bin && ln -s /usr/bin/container-disk /init/usr/bin/container-disk
# Source https://github.com/kubevirt/kubevirt/blob/v1.0.0/cmd/virt-launcher/BUILD.bazel
docker:
ENTRYPOINT: ["/usr/bin/virt-launcher"]
Expand Down

0 comments on commit 0c8adc3

Please sign in to comment.