Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
568 changes: 284 additions & 284 deletions build/base-images/deckhouse_images.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions images/base-alt-p11-binaries/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ shell:
cp -af /$pkg/. /
rm -rf /$pkg
done

rm -f /var/lib/rpm/__db*
rpm -v --rebuilddb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import:
---
image: {{ $.ImageName }}-builder
final: false
fromImage: base-alt-p11-binaries
fromImage: builder/alt
shell:
install:
- |
Expand Down
2 changes: 1 addition & 1 deletion images/distroless/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ imageSpec:
user: 64535
---
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-artifact
fromImage: {{ .ModuleNamePrefix }}base-alt-p11-binaries
fromImage: builder/alt
final: false
shell:
beforeInstall:
Expand Down
3 changes: 1 addition & 2 deletions images/packages/selinux/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ shell:
OUTDIR=/out

cd libselinux
# make -j$(nproc)

make -j$(nproc) \
DESTDIR=$OUTDIR \
Expand All @@ -98,7 +97,7 @@ shell:
PKG_CONFIG_PATH=$OUTDIR/usr/lib64/pkgconfig:$PKG_CONFIG_PATH \
LD_LIBRARY_PATH=$OUTDIR/usr/lib64:$LD_LIBRARY_PATH \
LDFLAGS+="-L$OUTDIR/usr/lib64" \
install install-pywrap
install

rm -rf $OUTDIR/usr/share/{applications,bash-completion,dbus-1,icons,pixmaps,locale,man}
rm -rf $OUTDIR/usr/lib/python3/site-packages/sepolicy/help
Expand Down
2 changes: 1 addition & 1 deletion images/virt-api/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import:
before: setup
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/cmd/virt-api/BUILD.bazel
{{- if eq $.DEBUG_COMPONENT "delve/virt-api" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
2 changes: 1 addition & 1 deletion images/virt-controller/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import:
before: setup
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/cmd/virt-controller/BUILD.bazel
{{- if eq $.DEBUG_COMPONENT "delve/virt-controller" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
2 changes: 1 addition & 1 deletion images/virt-handler/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import:
includePaths:
- nsswitch.conf
{{- if eq $.DEBUG_COMPONENT "delve/virt-handler" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
2 changes: 1 addition & 1 deletion images/virtualization-api/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import:
to: /app/virtualization-api
after: install
{{- if eq $.DEBUG_COMPONENT "delve/virtualization-api" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
2 changes: 1 addition & 1 deletion images/virtualization-audit/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import:
to: /app/virtualization-audit
after: install
{{- if eq $.DEBUG_COMPONENT "delve/virtualization-audit" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
2 changes: 1 addition & 1 deletion images/virtualization-controller/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import:
to: /app/virtualization-controller
after: install
{{- if eq $.DEBUG_COMPONENT "delve/virtualization-controller" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
2 changes: 1 addition & 1 deletion images/vm-route-forge/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import:
to: /app/vm-route-forge
after: install
{{- if eq $.DEBUG_COMPONENT "delve/vm-route-forge" }}
- image: debuger
- image: debugger
add: /app/dlv
to: /app/dlv
after: install
Expand Down
Loading