Skip to content

Commit

Permalink
fix(docker): remove management service image on clean-docker
Browse files Browse the repository at this point in the history
Fix #270

Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati authored and setrofim committed Nov 7, 2024
1 parent 0adce38 commit 2ffb051
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployments/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ docker-clean:
@# ubuntu uses an older version of docker without -f option for network; hence the || : cludge
docker network rm $(VERAISON_NETWORK) || :
docker image rm -f veraison/builder veraison/keycloak veraison/vts veraison/provisioning \
veraison/verification veraison/manager
veraison/verification veraison/management veraison/manager
rm -rf .built

.PHONY: host-clean
Expand Down Expand Up @@ -242,6 +242,9 @@ typically don't need to be invoked directly:
verification: create the verification-service container.
verification-image: create the veraison/verification image used to
create the above.
management: create the management-service container.
management-image: create the veraison/management image used to
create the above.
prune: prune intermediate docker images.
endef
export __MAKEFILE_HELP
Expand Down

0 comments on commit 2ffb051

Please sign in to comment.