Skip to content

Commit

Permalink
Initial commit for alt p11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Yakubov authored and Alexey Yakubov committed Jan 16, 2025
1 parent c1a8b09 commit 040ac5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions images/agent/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Do not remove. It's used in external tests.
---
image: {{ $.ImageName }}-src-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

git:
Expand All @@ -29,7 +29,7 @@ shell:

---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

import:
Expand Down Expand Up @@ -75,7 +75,8 @@ shell:
- cp /lib64/libudev.so.1 /opt/deckhouse/sds/lib/x86_64-linux-gnu/libudev.so.1
- cp /lib64/libc.so.6 /opt/deckhouse/sds/lib/x86_64-linux-gnu/libc.so.6
- cp /lib64/libcap.so.2 /opt/deckhouse/sds/lib/x86_64-linux-gnu/libcap.so.2
- cp /lib64/ld-2.32.so /opt/deckhouse/sds/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
# No more such file in P11 with glibc-core that it's a part of
#- cp /lib64/ld-2.32.so /opt/deckhouse/sds/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
- cp /opt/deckhouse/sds/bin/lsblk /opt/deckhouse/sds/bin/lsblk.dynamic
- chmod +x /binary_replace.sh
- /binary_replace.sh -i "{{ $binaries }}" -o /relocate
Expand Down Expand Up @@ -103,7 +104,7 @@ shell:

---
image: {{ $.ImageName }}-distroless-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

shell:
Expand Down
4 changes: 2 additions & 2 deletions images/sds-health-watcher-controller/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Do not remove. It's used in external tests.
---
image: {{ $.ImageName }}-src-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

git:
Expand Down Expand Up @@ -46,7 +46,7 @@ shell:

---
image: {{ $.ImageName }}-distroless-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

shell:
Expand Down
6 changes: 3 additions & 3 deletions images/sds-utils-installer/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Do not remove. It's used in external tests.
---
image: {{ $.ImageName }}-src-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

git:
Expand All @@ -30,7 +30,7 @@ shell:

---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

import:
Expand Down Expand Up @@ -94,7 +94,7 @@ shell:

---
image: {{ $.ImageName }}-distroless-artifact
from: {{ $.Root.BASE_ALT }}
from: {{ $.Root.BASE_ALT_P11 }}
final: false

shell:
Expand Down

0 comments on commit 040ac5a

Please sign in to comment.