21 Star 72 Fork 73

openEuler/openeuler-docker-images
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
openeuler_bot 提交于 2025-10-29 11:21 +08:00 . 24.03-lts-sp2 update calico to 3.31.0
ARG BASE=openeuler/openeuler:24.03-lts-sp2
FROM ${BASE}
ARG TARGETARCH
ARG VERSION=3.31.0
RUN yum install -y gcc gcc-c++ java-1.8.0-openjdk javacc
RUN curl -fSL -o calicoctl https://github.com/projectcalico/calico/releases/download/v${VERSION}/calicoctl-linux-${TARGETARCH} && \
mv calicoctl /usr/bin/calicoctl && \
chmod 755 /usr/bin/calicoctl
ENTRYPOINT ["/usr/bin/calicoctl"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/openeuler-docker-images.git
git@gitee.com:openeuler/openeuler-docker-images.git
openeuler
openeuler-docker-images
openeuler-docker-images
master

搜索帮助