Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into k0s-1-28-14
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Oct 2, 2024
2 parents 42a9604 + 7cf3fc7 commit 91bd50e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADMIN_CONSOLE_CHART_REPO_OVERRIDE =
ADMIN_CONSOLE_IMAGE_OVERRIDE =
ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
ADMIN_CONSOLE_KURL_PROXY_IMAGE_OVERRIDE =
K0S_VERSION = v1.28.14+k0s.0
K0S_VERSION = v1.28.14+k0s.0-ec.0
K0S_GO_VERSION = v1.28.14+k0s.0
PREVIOUS_K0S_VERSION ?= v1.28.11+k0s.0
K0S_BINARY_SOURCE_OVERRIDE =
Expand All @@ -27,10 +27,10 @@ METADATA_KOTS_BINARY_URL_OVERRIDE =
METADATA_OPERATOR_BINARY_URL_OVERRIDE =

ifeq ($(ARCH),amd64)
ifeq ($(K0S_VERSION),v1.29.9+k0s.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.29.9%2Bk0s.0-amd64
else ifeq ($(K0S_VERSION),v1.28.14+k0s.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.28.14%2Bk0s.0-amd64
ifeq ($(K0S_VERSION),v1.29.9+k0s.0-ec.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.29.9%2Bk0s.0-ec.0-amd64
else ifeq ($(K0S_VERSION),v1.28.14+k0s.0-ec.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.28.14%2Bk0s.0-ec.0-amd64
endif
endif

Expand Down Expand Up @@ -112,7 +112,7 @@ pkg/goods/bins/local-artifact-mirror:
touch $@

ifndef FIO_VERSION
FIO_VERSION = $(shell curl -fsSL https://api.github.com/repos/axboe/fio/releases/latest | jq -r '.tag_name' | cut -d- -f2)
FIO_VERSION = $(shell curl --retry 5 --retry-all-errors -fsSL https://api.github.com/repos/axboe/fio/releases/latest | jq -r '.tag_name' | cut -d- -f2)
endif

output/bins/fio-%:
Expand Down
1 change: 1 addition & 0 deletions dev/distros/dockerfiles/almalinux-8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dnf install -y \
kmod \
iproute \
chrony \
expect \
vim \
--allowerasing

Expand Down
1 change: 1 addition & 0 deletions dev/distros/dockerfiles/debian-bookworm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
kmod \
iproute2 \
systemd-timesyncd \
expect \
vim

# Override timesyncd config to allow it to run in containers
Expand Down
1 change: 1 addition & 0 deletions dev/distros/dockerfiles/ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
kmod \
iproute2 \
systemd-timesyncd \
expect \
vim

# Override timesyncd config to allow it to run in containers
Expand Down

0 comments on commit 91bd50e

Please sign in to comment.