Skip to content

Commit

Permalink
test new portmap plugin
Browse files Browse the repository at this point in the history
clone containernetworking/plugins#509
./build

docker build

FROM kindest/base:v20200707-e647846b
COPY bin/portmap /opt/cni/bin/portmap
  • Loading branch information
Antonio Ojea committed Jul 14, 2020
1 parent b3b7a77 commit 66fdc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"

// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20200709-8b878ace"
const DefaultBaseImage = "aojea/kindbase:portmap"

// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits
Expand Down

0 comments on commit 66fdc2a

Please sign in to comment.