Convert some of projects/kubernetes/* to linuxkit pkg build

This just covers those using pkg/package.mk.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-10-09 16:40:00 +01:00
parent fc3e659f0e
commit 298ef8520d
7 changed files with 18 additions and 22 deletions

View File

@ -7,13 +7,13 @@ INIT_YAML += network.yaml
all: tag-container-images build-vm-images
tag-container-images:
$(MAKE) -C kubernetes tag
linuxkit pkg build kubernetes
tag-cache-images:
$(MAKE) -C image-cache tag
push-container-images:
$(MAKE) -C kubernetes push
linuxkit pkg push kubernetes
$(MAKE) -C image-cache push
build-vm-images: kube-master.iso kube-node.iso

View File

@ -1,7 +0,0 @@
ORG?=linuxkitprojects
IMAGE=cri-containerd
NETWORK=1
NOTRUST=1
ARCHES=x86_64
include ../../../pkg/package.mk

View File

@ -0,0 +1,6 @@
org: linuxkitprojects
image: cri-containerd
network: true
disable-content-trust: true
arches:
- amd64

View File

@ -1,7 +0,0 @@
ORG?=linuxkitprojects
IMAGE=kubernetes
NETWORK=1
NOTRUST=1
ARCHES=x86_64
include ../../../pkg/package.mk

View File

@ -0,0 +1,6 @@
org: linuxkitprojects
image: kubernetes
network: true
disable-content-trust: true
arches:
- amd64

View File

@ -1,6 +0,0 @@
ORG?=linuxkitprojects
IMAGE=swarmd
NETWORK=1
NOTRUST=1
include ../../../pkg/package.mk

View File

@ -0,0 +1,4 @@
org: linuxkitprojects
image: swarmd
network: true
disable-content-trust: true