Merge pull request #299 from READ10/main

bump CNI plugins version and fix spec version
This commit is contained in:
Lucas Servén Marín 2022-04-19 14:49:47 +02:00 committed by GitHub
commit 7985ed5091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
ARG FROM=alpine
FROM $FROM AS cni
ARG GOARCH=amd64
ARG CNI_PLUGINS_VERSION=v0.9.1
ARG CNI_PLUGINS_VERSION=v1.1.1
RUN apk add --no-cache curl && \
curl -Lo cni.tar.gz https://github.com/containernetworking/plugins/releases/download/$CNI_PLUGINS_VERSION/cni-plugins-linux-$GOARCH-$CNI_PLUGINS_VERSION.tgz && \
tar -xf cni.tar.gz

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.1",
"cniVersion":"1.0.0",
"name":"kilo",
"plugins":[
{