Docker: tagged minimal variant as latest.
This commit is contained in:
@@ -105,9 +105,13 @@ library:
|
|||||||
TAGS="$$(echo $$TAGS | tr " " "\n" | sort -u -r | tr "\n" "," | sed "s/,/, /g")"; \
|
TAGS="$$(echo $$TAGS | tr " " "\n" | sort -u -r | tr "\n" "," | sed "s/,/, /g")"; \
|
||||||
if [ "$$previous" == "$$modname" ]; then \
|
if [ "$$previous" == "$$modname" ]; then \
|
||||||
echo "Tags: $(VERSION)-$$mod, $$mod"; \
|
echo "Tags: $(VERSION)-$$mod, $$mod"; \
|
||||||
|
else \
|
||||||
|
if [ "$$mod" == "minimal" ]; then \
|
||||||
|
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }, latest"; \
|
||||||
else \
|
else \
|
||||||
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }"; \
|
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }"; \
|
||||||
fi; \
|
fi; \
|
||||||
|
fi; \
|
||||||
echo "Architectures: amd64, arm64v8"; \
|
echo "Architectures: amd64, arm64v8"; \
|
||||||
echo "GitFetch: refs/heads/branches/packaging"; \
|
echo "GitFetch: refs/heads/branches/packaging"; \
|
||||||
echo "GitCommit: $(shell git describe --always --abbrev=0 HEAD)"; \
|
echo "GitCommit: $(shell git describe --always --abbrev=0 HEAD)"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user