Skip to content

Commit 33037dc

Browse files
committed
devtools: remove unused Docker images from Makefile
1 parent 6d82286 commit 33037dc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dev/local/Makefile

-12
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
#
88
# Checks for the delphi-net bridge and creates if it doesn't exist.
99
#
10-
# Creates all prereq images (delphi_database, delphi_python) only if they don't
11-
# exist. If you need to rebuild a prereq, you're probably doing something
12-
# complicated, and can figure out the rebuild command on your own.
13-
#
1410
#
1511
# Commands:
1612
#
@@ -97,10 +93,6 @@ db:
9793
@# Setup virtual network if it doesn't exist
9894
@docker network ls | grep delphi-net || docker network create --driver bridge delphi-net
9995

100-
@# Only build prereqs if we need them
101-
@docker images delphi_database | grep delphi || \
102-
docker build -t delphi_database -f repos/delphi/operations/dev/docker/database/Dockerfile .
103-
10496
@# Build the database_epidata image
10597
@docker build -t delphi_database_epidata \
10698
-f repos/delphi/delphi-epidata/dev/docker/database/epidata/Dockerfile .
@@ -120,10 +112,6 @@ db:
120112

121113
.PHONY=py
122114
py:
123-
@# Build the python image
124-
@docker build -t delphi_python \
125-
-f repos/delphi/operations/dev/docker/python/Dockerfile .
126-
127115
@docker build -t delphi_web_python \
128116
-f repos/delphi/delphi-epidata/dev/docker/python/Dockerfile .
129117

0 commit comments

Comments
 (0)