mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 19:23:47 +00:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
ORG?=linuxkitprojects
|
|
IMAGE=kubernetes-image-cache-$(CACHE)
|
|
NOTRUST=1
|
|
SOURCE=$(BUILDDIR)
|
|
DEPS=$(BUILDDIR)/Dockerfile
|
|
ARCHES=x86_64
|
|
|
|
$(BUILDDIR)/Dockerfile: Dockerfile
|
|
cp $< $@
|
|
|
|
include ../../../pkg/package.mk
|