Skip to content

Commit

Permalink
chore: add lib and bash for test
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Oct 14, 2024
1 parent bdd0055 commit 89606d1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions images/virt-operator/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ image: {{ $.ImageName }}
from: {{ .Images.DISTROLESS_ALT_P11 }}
import:
- image: base-alt-p11
add: /bin
to: /bin
add: /
to: /
before: setup
includePaths:
- bin
- lib64/libreadline*
- lib64/libc.so*
- lib64/libtinfo.so*
- lib64/ld-linux-x86-64.so*
- image: base-alt-p11
add: /home
to: /home
Expand Down

0 comments on commit 89606d1

Please sign in to comment.