Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Antoshin <[email protected]>
  • Loading branch information
danilrwx committed Jan 17, 2025
1 parent 9063464 commit be2d470
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions images/bounder/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
---
image: {{ $.ImageName }}
from: {{ $.Images.DISTROLESS_ALT_P11 }}
import:
- image: {{ $.ImageName }}-binaries-artifact
add: /relocate
to: /
before: install
includePaths:
- '**/*'
---
{{- $csiBinaries := "/bin/chmod /bin/mount /bin/mkdir /bin/rmdir /bin/umount /bin/findmnt /bin/lsblk*" }}
---
image: {{ $.ImageName }}-binaries-artifact
final: false
from: {{ $.Images.BASE_ALT_DEV }}
shell:
setup:
- /binary_replace.sh -i "{{ $csiBinaries }}" -o /relocate

0 comments on commit be2d470

Please sign in to comment.