Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- runner: ubuntu-26.04-arm
# Additionally build for old containerd on amd
- runner: ubuntu-26.04
containerd-version: v1.7.33
containerd-version: v1.7.34
with:
runner: ${{ matrix.runner }}
containerd-version: ${{ matrix.containerd-version }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
# old containerd + old ubuntu + old rootlesskit
- runner: ubuntu-22.04
target: rootless
containerd-version: v1.7.33
containerd-version: v1.7.34
rootlesskit-version: v1.1.1
# gomodjail
- runner: ubuntu-26.04
Expand All @@ -98,7 +98,7 @@ jobs:
# old containerd + old ubuntu
- runner: ubuntu-22.04
target: rootful
containerd-version: v1.7.33
containerd-version: v1.7.34
# ipv6
- runner: ubuntu-26.04
target: rootful
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Basic deps
# @BINARY: the binary checksums are verified via Dockerfile.d/SHA256SUMS.d/<COMPONENT>-<VERSION>
ARG CONTAINERD_VERSION=v2.3.2@fff62f14765df376e5fc36f5a8f8e795b5670f61
ARG CONTAINERD_VERSION=v2.3.3@aad11006b869517fcd3009450b6f82da282e1a9b
ARG RUNC_VERSION=v1.5.0@c4bb59526d0c9cf3a3a46a04d08ca031749a2119
ARG CNI_PLUGINS_VERSION=v1.9.1@BINARY

Expand Down
Loading