From 6d7c6645ba55a4666da103d6decb69d14534b5f6 Mon Sep 17 00:00:00 2001 From: CyberVitexus Date: Fri, 6 Sep 2024 18:37:35 +0200 Subject: [PATCH] Makefile update for trixie Buster not build by default --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a555e21..aa22895 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: buster bullseye bookworm focal hirsute impish jammy kinetic +all: bullseye bookworm trixie focal hirsute impish jammy kinetic stretch: docker build -t vitexsoftware/debian:lts -t vitexsoftware/debian:stretch -f debian:stretch/Dockerfile debian:stretch/ @@ -71,6 +71,8 @@ clean: docker rmi $$(docker images 'vitexsoftware/debian:buster' -a -q) docker rmi $$(docker images 'vitexsoftware/debian:bullseye' -a -q) docker rmi $$(docker images 'vitexsoftware/debian:bookworm' -a -q) + docker rmi $$(docker images 'vitexsoftware/debian:trixie' -a -q) + docker rmi $$(docker images 'vitexsoftware/ubuntu:bionic' -a -q) docker rmi $$(docker images 'vitexsoftware/ubuntu:focal' -a -q) docker rmi $$(docker images 'vitexsoftware/ubuntu:hirsute' -a -q) docker rmi $$(docker images 'vitexsoftware/ubuntu:impish' -a -q) @@ -84,6 +86,7 @@ push: docker push vitexsoftware/debian:buster docker push vitexsoftware/debian:bullseye docker push vitexsoftware/debian:bookworm + docker push vitexsoftware/debian:trixie docker push vitexsoftware/ubuntu:focal docker push vitexsoftware/ubuntu:hirsute docker push vitexsoftware/ubuntu:impish