1 Star 0 Fork 0

shuaihhx/docker-slim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
default: build_in_docker ## build docker-slim in docker by default
build_in_docker: ## build docker-slim in docker
rm -rfv bin
'$(CURDIR)/scripts/docker-builder.run.sh'
build: ## build docker-slim
'$(CURDIR)/scripts/src.build.sh'
fmt: ## format all golang files
'$(CURDIR)/scripts/src.fmt.sh'
help: ## prints out the menu of command options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
inspect: ## report suspicious constructs and linting errors
'$(CURDIR)/scripts/src.inspect.sh'
tools: ## install necessary tools
'$(CURDIR)/scripts/tools.get.sh'
clean: ## clean up
'$(CURDIR)/scripts/src.cleanup.sh'
.PHONY: default help build_in_docker build fmt inspect tools clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shuaihhx/docker-slim.git
git@gitee.com:shuaihhx/docker-slim.git
shuaihhx
docker-slim
docker-slim
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385