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

[Release-1.28] Update sriov v1.3.0 #6725

Closed
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
16 changes: 8 additions & 8 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ fi
xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v4.0.2-build20240612
${REGISTRY}/rancher/hardened-cni-plugins:v1.4.1-build20240430
${REGISTRY}/rancher/hardened-node-feature-discovery:v0.15.4-build20240513
${REGISTRY}/rancher/hardened-sriov-network-operator:v1.2.0-build20240327
${REGISTRY}/rancher/hardened-sriov-network-config-daemon:v1.2.0-build20240327
${REGISTRY}/rancher/hardened-sriov-network-device-plugin:v3.6.2-build20240327
${REGISTRY}/rancher/hardened-sriov-cni:v2.7.0-build20240327
${REGISTRY}/rancher/hardened-ib-sriov-cni:v1.0.3-build20240327
${REGISTRY}/rancher/hardened-sriov-network-resources-injector:v1.5-build20240327
${REGISTRY}/rancher/hardened-sriov-network-webhook:v1.2.0-build20240327
${REGISTRY}/rancher/hardened-node-feature-discovery:v0.15.6-build20240822
${REGISTRY}/rancher/hardened-sriov-network-operator:v1.3.0-build20240816
${REGISTRY}/rancher/hardened-sriov-network-config-daemon:v1.3.0-build20240816
${REGISTRY}/rancher/hardened-sriov-network-device-plugin:v3.7.0-build20240816
${REGISTRY}/rancher/hardened-sriov-cni:v2.8.1-build20240820
${REGISTRY}/rancher/hardened-ib-sriov-cni:v1.1.1-build20240816
${REGISTRY}/rancher/hardened-sriov-network-resources-injector:v1.6.0-build20240816
${REGISTRY}/rancher/hardened-sriov-network-webhook:v1.3.0-build20240816
${REGISTRY}/rancher/hardened-whereabouts:v0.7.0-build20240429
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
EOF
Expand Down