Skip to content

Commit d0169d8

Browse files
Harsh SrivastavaHarsh Srivastava
authored andcommitted
KAAP-519: minor changes in build-push-bundle.sh
1 parent b126a01 commit d0169d8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.ci/build-push-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docker build -t byoh-bundle .
2727
docker rm -f byoh-bundle-container
2828

2929
echo "executing docker image"
30-
docker run -e CRITOOL_VERSION -e BUILD_ONLY -e CONTAINERD_VERSION -e KUBERNETES_VERSION -e KUBERNETES_MAJOR_VERSION -e ARCH -e UBUNTU_VERSION --name byoh-bundle-container -i byoh-bundle /bin/bash
30+
docker run -e CRITOOL_VERSION -e BUILD_ONLY -e CONTAINERD_VERSION -e KUBERNETES_VERSION -e KUBERNETES_MAJOR_VERSION -e ARCH -e UBUNTU_VERSION -e OS -e CNI_VERSION --name byoh-bundle-container -i byoh-bundle /bin/bash
3131

3232
echo "creating bundle dir to push k8s packages"
3333
mkdir -p ./bundle

installer/bundle_builder/ingredients/deb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ENV CONTAINERD_VERSION=1.6.26
1616
ENV KUBERNETES_VERSION=1.26.6-00
1717
ENV ARCH=amd64
1818
ENV OS=linux
19+
ENV CNI_VERSION=1.3.0
1920

2021
RUN apt-get update \
2122
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sudo

0 commit comments

Comments
 (0)