Skip to content
Draft
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
5 changes: 3 additions & 2 deletions images/virt-artifact/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
{{- $version := "v1.3.1" }}
{{- $tag := print $version "-v12n.8"}}
{{- $tag := "chore/cli/try-pty-console"}}

{{- $name := print $.ImageName "-dependencies" -}}
{{- define "$name" -}}
Expand Down Expand Up @@ -42,9 +42,10 @@ shell:
{{ $virtArtifactDependencies.packages | join " " }}

{{- include "alt packages clean" . | nindent 2 }}

installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}"
install:
- |
echo "$date"
Copy link
Contributor Author

@danilrwx danilrwx Aug 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

experiment: updated

mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
git config --global --add advice.detachedHead false
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt --branch {{ $tag }} /kubevirt
Expand Down
Loading