From 6865abcff96da986f4725f6ce154281e02fe4685 Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 20 May 2026 22:20:09 -0400 Subject: [PATCH] chore(make): drop cowrie from build-all (legacy, unused) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d1dc1d18..49e853b5 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ test-all test: # ── Decky image pre-build ───────────────────────────────────────────────────── _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 \ sniffer snmp ssh telnet tftp vnc @@ -256,6 +256,6 @@ help: @echo "Passthrough: make test-web ARGS='--lf -s'" @echo "" @echo "Decky images:" - @echo " make build-all build decnet/:latest for all 28 decky templates" + @echo " make build-all build decnet/:latest for all 27 decky templates" @echo " make build-all NO_CACHE=1 same, bypassing Docker layer cache" @echo " make build-all FAIL_FAST=0 same, continue past failures"