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

Adding 1 27 support #891

Closed
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix tag for repo
steve-fraser committed May 31, 2024
commit efbd91fc25e0eb20647bf7bbd758a3ed34017d16
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
SHELL:=/usr/bin/env bash


RELEASE_VERSIONS?=1.27.14-1.1
RELEASE_VERSIONS?=1.27.14

# Define registries
STAGING_REGISTRY ?= ghcr.io/steve-fraser
@@ -269,7 +269,7 @@ bundle-builder-publish-%:
cd ${BUNDLER_DIR}/ingredients/deb; docker build -t download .
docker run --rm --env KUBERNETES_VERSION=$* -v /tmp/ingredients:/ingredients download
cd ${BUNDLER_DIR}; docker build -t build .
docker run --rm -v /tmp/ingredients:/ingredients --env BUILD_ONLY=0 --env IMGPKG_ACTIVE_KEYCHAINS=github --env GITHUB_TOKEN=${GITHUB_TOKEN} build ${STAGING_REGISTRY}/${IMAGE_NAME}/byoh-bundle-ubuntu_20.04.1_x86-64_k8s:$(echo "$*" | cut -d '-' -f 1)
docker run --rm -v /tmp/ingredients:/ingredients --env BUILD_ONLY=0 --env IMGPKG_ACTIVE_KEYCHAINS=github --env GITHUB_TOKEN=${GITHUB_TOKEN} build ${STAGING_REGISTRY}/${IMAGE_NAME}/byoh-bundle-ubuntu_20.04.1_x86-64_k8s:$*



2 changes: 1 addition & 1 deletion installer/bundle_builder/ingredients/deb/download.sh
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@ echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.

echo Update apt package index, install kubelet, kubeadm and kubectl
sudo apt-get update
sudo apt-get download {kubelet,kubeadm,kubectl}:$ARCH=$KUBERNETES_VERSION
sudo apt-get download {kubelet,kubeadm,kubectl}:$ARCH=$KUBERNETES_VERSION-1.1
sudo apt-get download kubernetes-cni:$ARCH=1.2.0-2.1
sudo apt-get download cri-tools:$ARCH=1.27.1-1.1