mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
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:
parent
fc3e659f0e
commit
298ef8520d
@ -7,13 +7,13 @@ INIT_YAML += network.yaml
|
|||||||
all: tag-container-images build-vm-images
|
all: tag-container-images build-vm-images
|
||||||
|
|
||||||
tag-container-images:
|
tag-container-images:
|
||||||
$(MAKE) -C kubernetes tag
|
linuxkit pkg build kubernetes
|
||||||
|
|
||||||
tag-cache-images:
|
tag-cache-images:
|
||||||
$(MAKE) -C image-cache tag
|
$(MAKE) -C image-cache tag
|
||||||
|
|
||||||
push-container-images:
|
push-container-images:
|
||||||
$(MAKE) -C kubernetes push
|
linuxkit pkg push kubernetes
|
||||||
$(MAKE) -C image-cache push
|
$(MAKE) -C image-cache push
|
||||||
|
|
||||||
build-vm-images: kube-master.iso kube-node.iso
|
build-vm-images: kube-master.iso kube-node.iso
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
ORG?=linuxkitprojects
|
|
||||||
IMAGE=cri-containerd
|
|
||||||
NETWORK=1
|
|
||||||
NOTRUST=1
|
|
||||||
ARCHES=x86_64
|
|
||||||
|
|
||||||
include ../../../pkg/package.mk
|
|
6
projects/kubernetes/cri-containerd/build.yml
Normal file
6
projects/kubernetes/cri-containerd/build.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
org: linuxkitprojects
|
||||||
|
image: cri-containerd
|
||||||
|
network: true
|
||||||
|
disable-content-trust: true
|
||||||
|
arches:
|
||||||
|
- amd64
|
@ -1,7 +0,0 @@
|
|||||||
ORG?=linuxkitprojects
|
|
||||||
IMAGE=kubernetes
|
|
||||||
NETWORK=1
|
|
||||||
NOTRUST=1
|
|
||||||
ARCHES=x86_64
|
|
||||||
|
|
||||||
include ../../../pkg/package.mk
|
|
6
projects/kubernetes/kubernetes/build.yml
Normal file
6
projects/kubernetes/kubernetes/build.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
org: linuxkitprojects
|
||||||
|
image: kubernetes
|
||||||
|
network: true
|
||||||
|
disable-content-trust: true
|
||||||
|
arches:
|
||||||
|
- amd64
|
@ -1,6 +0,0 @@
|
|||||||
ORG?=linuxkitprojects
|
|
||||||
IMAGE=swarmd
|
|
||||||
NETWORK=1
|
|
||||||
NOTRUST=1
|
|
||||||
|
|
||||||
include ../../../pkg/package.mk
|
|
4
projects/swarmd/swarmd/build.yml
Normal file
4
projects/swarmd/swarmd/build.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
org: linuxkitprojects
|
||||||
|
image: swarmd
|
||||||
|
network: true
|
||||||
|
disable-content-trust: true
|
Loading…
Reference in New Issue
Block a user