Skip to content

Commit 11b68bb

Browse files
committed
cleanup docker tags
1 parent 9fc8412 commit 11b68bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lambdas/batch_processor_filter/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
TEST_ENV := @PYTHONPATH=src:tests:../shared/src
22

33
build:
4-
docker build -t imms-lambda-build -f Dockerfile .
4+
docker build -t batchprocessor-lambda-build -f Dockerfile .
55

66
package: build
77
mkdir -p build
8-
docker run --rm -v $(shell pwd)/build:/build imms-lambda-build
8+
docker run --rm -v $(shell pwd)/build:/build batchprocessor-lambda-build
99

1010
test:
1111
$(TEST_ENV) python -m unittest

lambdas/recordforwarder/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
TEST_ENV := @PYTHONPATH=src:tests:../shared/src
22

33
build:
4-
docker build -t imms-lambda-build -f Dockerfile .
4+
docker build -t recordforwarder-lambda-build -f Dockerfile .
55

66
package: build
77
mkdir -p build
8-
docker run --rm -v $(shell pwd)/build:/build imms-lambda-build
8+
docker run --rm -v $(shell pwd)/build:/build recordforwarder-lambda-build
99

1010
test:
1111
$(TEST_ENV) python -m unittest

0 commit comments

Comments
 (0)