Skip to content

Commit

Permalink
[csi] Fix hostname resolve (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk authored May 8, 2024
1 parent a89140c commit 7ceb69d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion images/csi-nfs/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ import:
before: install
includePaths:
- '**/*'

- image: {{ $.ImageName }}-binaries-artifact
add: /lib64
to: /lib64
before: install
includePaths:
- 'libresolv*'
- 'libnss_dns*'
docker:
ENTRYPOINT: ["/nfsplugin"]

0 comments on commit 7ceb69d

Please sign in to comment.