Skip to content
Closed
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
permissions: write-all

env:
UBUNTU_CODENAME: noble
UBUNTU_VERSION: "24.04"
DOCKER_VERSION: "29.3.1"
UBUNTU_CODENAME: resolute
UBUNTU_VERSION: "26.04"
DOCKER_VERSION: "29.4.3"
NERDCTL_VERSION: "2.2.2"
FLANNEL_VERSION: "1.9.0-flannel1"
FLANNEL_MINI_VERSION: "1.9.0"
FLANNEL_VERSION: "1.9.1-flannel1"
FLANNEL_MINI_VERSION: "1.9.1"
BINFMT_VERSION: "deploy/v7.0.0-28"
BINFMT_QEMU_VERSION: "7.0.0"

Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# core dependency
UBUNTU_VERSION ?= 24.04
UBUNTU_CODENAME ?= noble
UBUNTU_VERSION ?= 26.04
UBUNTU_CODENAME ?= resolute
BINFMT_VERSION ?= deploy/v7.0.0-28
BINFMT_QEMU_VERSION ?= 7.0.0

# runtime
RUNTIME ?= docker

# docker
DOCKER_VERSION=29.3.1
DOCKER_VERSION=29.4.3

# containerd dependency
NERDCTL_VERSION ?= 2.2.2
FLANNEL_VERSION ?= 1.9.0-flannel1
FLANNEL_MINI_VERSION ?= 1.9.0
FLANNEL_VERSION ?= 1.9.1-flannel1
FLANNEL_MINI_VERSION ?= 1.9.1

# architecture defaults to the current system's.
OS_ARCH ?= $(shell uname -m)
Expand Down
Loading