mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-05 02:43:08 +00:00
Merge branch 'master' of https://github.com/k8snetworkplumbingwg/multus-cni
This commit is contained in:
@@ -4,7 +4,7 @@ FROM centos:centos7 as build
|
|||||||
# Add everything
|
# Add everything
|
||||||
ADD . /usr/src/multus-cni
|
ADD . /usr/src/multus-cni
|
||||||
|
|
||||||
ENV INSTALL_PKGS "git golang-1.13.10-0.el7.x86_64"
|
ENV INSTALL_PKGS "git golang-1.15.13-0.el7.x86_64"
|
||||||
RUN rpm --import https://mirror.go-repo.io/centos/RPM-GPG-KEY-GO-REPO && \
|
RUN rpm --import https://mirror.go-repo.io/centos/RPM-GPG-KEY-GO-REPO && \
|
||||||
curl -s https://mirror.go-repo.io/centos/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo && \
|
curl -s https://mirror.go-repo.io/centos/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo && \
|
||||||
yum install -y $INSTALL_PKGS && \
|
yum install -y $INSTALL_PKGS && \
|
||||||
|
Reference in New Issue
Block a user