Skip to content

Commit

Permalink
[WIP] update runc (v1.2.0-rc.3)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Sep 4, 2024
1 parent 53d898d commit 3a9aaf6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@ jobs:
containerd: v1.7.19
rootlesskit: v2.3.1
target: test-integration-rootless-port-slirp4netns
# <DEBUG>
- ubuntu: 20.04
containerd: v2.0.0-rc.4
rootlesskit: v2.3.1
target: test-integration-rootless
- ubuntu: 24.04
containerd: v1.6.33
rootlesskit: v2.3.1
target: test-integration-rootless
# </DEBUG>
env:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Basic deps
ARG CONTAINERD_VERSION=v2.0.0-rc.4
ARG RUNC_VERSION=v1.1.14
ARG RUNC_VERSION=v1.2.0-rc.3
ARG CNI_PLUGINS_VERSION=v1.5.1

# Extra deps: Build
Expand Down Expand Up @@ -90,7 +90,7 @@ WORKDIR /go/src/github.com/opencontainers/runc
RUN git checkout ${RUNC_VERSION} && \
mkdir -p /out
ENV CGO_ENABLED=1
RUN GO=xx-go make static && \
RUN GO=xx-go CC=$(xx-info)-gcc STRIP=$(xx-info)-strip make static && \
xx-verify --static runc && cp -v -a runc /out/runc.${TARGETARCH}

FROM build-base-debian AS build-bypass4netns
Expand Down

0 comments on commit 3a9aaf6

Please sign in to comment.