Skip to content

Commit

Permalink
Makefile update for trixie
Browse files Browse the repository at this point in the history
Buster not build by default
  • Loading branch information
Vitexus committed Sep 6, 2024
1 parent 79c2841 commit 6d7c664
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 6d7c664

Please sign in to comment.