Updated dockerfile

This commit is contained in:
2026-09-16 02:06:19 +00:00
parent 7813ffbc66
commit 3dfb0a2b2f
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ build-production: ## Build the production container image. Usage: make build-pro
--manifest registry.tanshu.com/brewman:latest \
--pull \
--build-arg SETUPTOOLS_SCM_PRETEND_VERSION_FOR_BREWMAN=$(TAG) \
git@git.tanshu.com:tanshu/brewman.git#v$(TAG)
https://git.tanshu.com/tanshu/brewman.git#v$(TAG)
@echo "Pushing manifests..."
@podman manifest push --all registry.tanshu.com/brewman:latest docker://registry.tanshu.com/brewman:latest
@@ -22,4 +22,4 @@ build-check: ## Multi-arch build without push (compile check). Usage: make build
--manifest brewman:test \
--pull \
--build-arg SETUPTOOLS_SCM_PRETEND_VERSION_FOR_BREWMAN=$(TAG) \
git@git.tanshu.com:tanshu/brewman.git#v$(TAG)
https://git.tanshu.com/tanshu/brewman.git#v$(TAG)