Skip to content

Commit

Permalink
Merge pull request #2 from ninech/containerd-v2.0.1
Browse files Browse the repository at this point in the history
feat: upgrade containerd to v2.0.1
  • Loading branch information
ctrox authored Jan 9, 2025
2 parents 4365bce + 9a9559d commit 662b023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- '*'

env:
RUNC_VERSION: v1.2.0-rc.2
CONTAINERD_VERSION: 2.0.0-rc.3
RUNC_VERSION: v1.2.4
CONTAINERD_VERSION: 2.0.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion create_containerd_sysext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

export ARCH="${ARCH-amd64}"
export RUNC_VERSION="${RUNC_VERSION-v1.2.0-rc.1}"
export RUNC_VERSION="${RUNC_VERSION-v1.2.4}"
SCRIPTFOLDER="$(dirname "$(readlink -f "$0")")"
ONLY_CONTAINERD="${ONLY_CONTAINERD:-0}"

Expand Down

0 comments on commit 662b023

Please sign in to comment.