chore(make): drop cowrie from build-all (legacy, unused)

This commit is contained in:
2026-05-20 22:20:09 -04:00
parent dee208ad25
commit 6865abcff9

View File

@@ -180,7 +180,7 @@ test-all test:
# ── Decky image pre-build ───────────────────────────────────────────────────── # ── Decky image pre-build ─────────────────────────────────────────────────────
_DECKY_TEMPLATES := \ _DECKY_TEMPLATES := \
conpot cowrie docker_api elasticsearch ftp http https imap k8s ldap \ conpot docker_api elasticsearch ftp http https imap k8s ldap \
llmnr mongodb mqtt mssql mysql pop3 postgres rdp redis sip smb smtp \ llmnr mongodb mqtt mssql mysql pop3 postgres rdp redis sip smb smtp \
sniffer snmp ssh telnet tftp vnc sniffer snmp ssh telnet tftp vnc
@@ -256,6 +256,6 @@ help:
@echo "Passthrough: make test-web ARGS='--lf -s'" @echo "Passthrough: make test-web ARGS='--lf -s'"
@echo "" @echo ""
@echo "Decky images:" @echo "Decky images:"
@echo " make build-all build decnet/<svc>:latest for all 28 decky templates" @echo " make build-all build decnet/<svc>:latest for all 27 decky templates"
@echo " make build-all NO_CACHE=1 same, bypassing Docker layer cache" @echo " make build-all NO_CACHE=1 same, bypassing Docker layer cache"
@echo " make build-all FAIL_FAST=0 same, continue past failures" @echo " make build-all FAIL_FAST=0 same, continue past failures"