summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-08-19 16:15:53 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-08-19 22:16:58 +0200
commit29a42252cace9c3a4ed771a3d89282b64c8b7294 (patch)
treeff9483855b6f9f767a8463bc419e3930479f6227
parentbd0b05f13860b62de389ec67eadd0df6b44d4f4f (diff)
downloadpodman-29a42252cace9c3a4ed771a3d89282b64c8b7294.tar.gz
podman-29a42252cace9c3a4ed771a3d89282b64c8b7294.tar.bz2
podman-29a42252cace9c3a4ed771a3d89282b64c8b7294.zip
Dockerfile.*: bump CNI plugins commit
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.centos2
-rw-r--r--Dockerfile.fedora2
3 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 3185586b9..40726ae09 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -68,7 +68,7 @@ RUN set -x \
&& rm -rf "$GOPATH"
# Install CNI plugins
-ENV CNI_COMMIT 7480240de9749f9a0a5c8614b17f1f03e0c06ab9
+ENV CNI_COMMIT 485be65581341430f9106a194a98f0f2412245fb
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/containernetworking/plugins.git "$GOPATH/src/github.com/containernetworking/plugins" \
diff --git a/Dockerfile.centos b/Dockerfile.centos
index bbb582840..f0d184485 100644
--- a/Dockerfile.centos
+++ b/Dockerfile.centos
@@ -27,7 +27,7 @@ RUN yum -y install btrfs-progs-devel \
iptables && yum clean all
# Install CNI plugins
-ENV CNI_COMMIT 7480240de9749f9a0a5c8614b17f1f03e0c06ab9
+ENV CNI_COMMIT 485be65581341430f9106a194a98f0f2412245fb
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/containernetworking/plugins.git "$GOPATH/src/github.com/containernetworking/plugins" \
diff --git a/Dockerfile.fedora b/Dockerfile.fedora
index 54ab690e9..48ca78bb5 100644
--- a/Dockerfile.fedora
+++ b/Dockerfile.fedora
@@ -30,7 +30,7 @@ RUN dnf -y install btrfs-progs-devel \
iptables && dnf clean all
# Install CNI plugins
-ENV CNI_COMMIT 412b6d31280682bb4fab4446f113c22ff1886554
+ENV CNI_COMMIT 485be65581341430f9106a194a98f0f2412245fb
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/containernetworking/plugins.git "$GOPATH/src/github.com/containernetworking/plugins" \