Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(cdi): update to v1.60.3 #382

Merged
merged 2 commits into from
Oct 11, 2024
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
1,526 changes: 1,254 additions & 272 deletions crds/embedded/cdi.yaml

Large diffs are not rendered by default.

438 changes: 178 additions & 260 deletions crds/embedded/datavolumes.yaml

Large diffs are not rendered by default.

20 changes: 2 additions & 18 deletions images/cdi-apiserver/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
---
image: {{ $.ImageName }}
fromImage: base-alt-p10
fromImage: base-alt-p11
import:
- image: cdi-artifact
add: /images/kubevirt/{{ $.ImageName }}:latest/usr/bin
add: /cdi-binaries
to: /usr/bin
before: setup
includePaths:
- cdi-apiserver
shell:
install:
# Update GPG keys and vendor IDs list.
- |
apt-get update && apt-get install --yes \
apt-conf-branch \
alt-gpgkeys
# Install newer versions from p11 branch.
- echo "rpm [p11] http://ftp.altlinux.org/pub/distributions/ALTLinux p11/branch/x86_64 classic" > /etc/apt/sources.list.d/alt-p11.list
- |
apt-get update && apt-get install --yes \
glibc==6:2.38.0.76.e9f05fa1c6-alt1:sisyphus+347163.100.1.1
- apt-get clean
- rm --recursive --force /var/lib/apt/lists/ftp.altlinux.org*
# Source https://github.com/kubevirt/containerized-data-importer/blob/v1.58.0/cmd/cdi-apiserver/BUILD.bazel
docker:
ENTRYPOINT: ["/usr/bin/cdi-apiserver", "-alsologtostderr"]
USER: 1001
WORKDIR: /home/cdi-apiserver
2 changes: 1 addition & 1 deletion images/cdi-artifact/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ silent: true

env:
CDI_REPO: "https://github.com/kubevirt/containerized-data-importer.git"
CDI_VERSION: "v1.58.0"
CDI_VERSION: "v1.60.3"

tasks:
default:
Expand Down
24 changes: 0 additions & 24 deletions images/cdi-artifact/patches/000-bundle-images.patch

This file was deleted.

Loading
Loading