diff --git a/Cloud/containerd/2.2.0/24.03-lts-sp2/Dockerfile b/Cloud/containerd/2.2.0/24.03-lts-sp2/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..1c63ce6c815010f9899031b15bc7622a4567f9d7 --- /dev/null +++ b/Cloud/containerd/2.2.0/24.03-lts-sp2/Dockerfile @@ -0,0 +1,20 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp2 +FROM ${BASE} + +ARG TARGETARCH +ARG VERSION=2.2.0 + +RUN dnf update -y \ + && dnf install -y wget \ + && dnf clean all \ + && rm -rf /var/cache/dnf + +WORKDIR /usr/local/containerd + +RUN wget https://github.com/containerd/containerd/releases/download/v${VERSION}/containerd-${VERSION}-linux-${TARGETARCH}.tar.gz \ + && tar -zxvf containerd-${VERSION}-linux-${TARGETARCH}.tar.gz \ + && rm -f containerd-${VERSION}-linux-${TARGETARCH}.tar.gz + +WORKDIR /usr/local/containerd/bin + +CMD ["./containerd", "--help"] \ No newline at end of file diff --git a/Cloud/containerd/README.md b/Cloud/containerd/README.md index a97845e588f92aaed776301808d62323da72e5f5..5866b816ed1f7c9391e65111ad2edc50ce0c6447 100644 --- a/Cloud/containerd/README.md +++ b/Cloud/containerd/README.md @@ -18,6 +18,7 @@ The tag of each `containerd` docker image is consist of the version of `containe | Tag | Currently | Architectures | |------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|---------------| +|[2.2.0-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Cloud/containerd/2.2.0/24.03-lts-sp2/Dockerfile) | containerd 2.2.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 | | [2.1.1-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Cloud/containerd/2.1.1/24.03-lts-sp1/Dockerfile) | containerd 2.1.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 | # Usage diff --git a/Cloud/containerd/doc/image-info.yml b/Cloud/containerd/doc/image-info.yml index 5ee77a3cbc7d8465ad190cebbc007960ccbcb874..e7a76bce9351dc7556ff7cc2b74f490c2d6c1e2f 100644 --- a/Cloud/containerd/doc/image-info.yml +++ b/Cloud/containerd/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[2.2.0-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Cloud/containerd/2.2.0/24.03-lts-sp2/Dockerfile) | containerd 2.2.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[2.1.1-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Cloud/containerd/2.1.1/24.03-lts-sp1/Dockerfile)| containerd 2.1.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 | download: | diff --git a/Cloud/containerd/meta.yml b/Cloud/containerd/meta.yml index f4777cb25206d0910a5b7363397abc82d8c53f2a..9f4706ad4c26871e24fd2c04277802496ca97156 100644 --- a/Cloud/containerd/meta.yml +++ b/Cloud/containerd/meta.yml @@ -1,4 +1,6 @@ 2.1.1-oe2403sp1: path: 2.1.1/24.03-lts-sp1/Dockerfile 2.1.4-oe2403sp1: - path: 2.1.4/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 2.1.4/24.03-lts-sp1/Dockerfile +2.2.0-oe2403sp2: + path: 2.2.0/24.03-lts-sp2/Dockerfile \ No newline at end of file