From b2b16defcf6ab9cb1c06f7c57c38ce952351ae9f Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 23 Mar 2021 11:02:31 +0100
Subject: [PATCH] Added command to show composed images

---
 docker-compose/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 91c9c52c6..65de8951a 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -124,6 +124,9 @@ attach:  ## attach a service to an existing Tango network
 status:  ## show the container status
 	$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) ps
 
+images:  ## show the container images
+	$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) images
+
 clean: down  ## clear all TANGO database entries
 	docker volume rm $(BASEDIR)_tangodb
 
-- 
GitLab