Skip to content

Commit

Permalink
- Update CRDs to 1.3.1
Browse files Browse the repository at this point in the history
- Update kubevirt.io/api to 1.3.1
- Ignore prettier for crds/embedded

++ revert p11 for cdi-apiserver

Signed-off-by: Ivan Mikheykin <[email protected]>
  • Loading branch information
diafour committed Sep 19, 2024
1 parent 6f7f0bc commit 5b391eb
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion images/cdi-apiserver/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
---
image: {{ $.ImageName }}
fromImage: {{ $.Images.BASE_ALT_P11 }}
fromImage: base-alt-p10
import:
- image: cdi-artifact
add: /images/kubevirt/{{ $.ImageName }}:latest/usr/bin
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"]
Expand Down

0 comments on commit 5b391eb

Please sign in to comment.