Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
  • Loading branch information
duckhawk committed Jan 9, 2025
1 parent 0a5684c commit f13d146
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions images/csi-ceph/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,26 @@ shell:
- rm -rf /src/ceph-csi/.git

---
image: {{ $.ImageName }}-binaries-artifact
image: {{ $.ImageName }}-binary-replace-artifact
from: {{ $.BASE_ALT }}
final: false

git:
- add: /tools/dev_images/additional_tools/alt/binary_replace.sh
to: /binary_replace.sh
stageDependencies:
install:
- '**/*'
shell:
install:
- apt-get update
- apt-get -y install glibc-utils
- rm -rf /var/lib/apt/lists/* /var/cache/apt/* && mkdir -p /var/lib/apt/lists/partial /var/cache/apt/archives/partial
- chmod +x /binary_replace.sh

---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.ImageName }}-binary-replace-artifact
final: false

import:
- image: {{ $.ImageName }}-src-artifact
Expand Down

0 comments on commit f13d146

Please sign in to comment.