This commit is contained in:
Mike Trudeau
2026-02-13 20:33:17 +00:00
parent 008f60446f
commit 2d168f4a3a
64 changed files with 11570 additions and 0 deletions

22
classic/build/Makefile Normal file
View File

@@ -0,0 +1,22 @@
TARGETS := $(shell ls scripts)
.dapper:
@echo Downloading dapper
@curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > .dapper.tmp
@@chmod +x .dapper.tmp
@./.dapper.tmp -v
@mv .dapper.tmp .dapper
$(TARGETS): .dapper
cd ../ && $(PWD)/.dapper -f build/Dockerfile.dapper $@
@yes | docker image prune > /dev/null
.PHONY: $(TARGETS)
.DEFAULT_GOAL := beeon
clean:
@rm -rf $(PWD)/bin $(PWD)/.dapper $(PWD)/Dockerfile.dapper[0-9]*
@docker rmi classic:master
shell-bind: .dapper
cd ../ && $(PWD)/.dapper -f build/Dockerfile.dapper -m bind -s