Skip to content

Commit

Permalink
simplify docker
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 22, 2024
1 parent 841bafa commit 67410f6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 95 deletions.
4 changes: 2 additions & 2 deletions mrt-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
- ezid
image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/mrt-inventory:dev
build:
context: inventory
context: inventory/mrt-inventory
dockerfile: Dockerfile
args:
ECR_REGISTRY: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com
Expand Down Expand Up @@ -242,7 +242,7 @@ services:
# image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/scratch
image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/mrt-replic:dev
build:
context: replic
context: replic/mrt-replic
dockerfile: Dockerfile
args:
ECR_REGISTRY: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com
Expand Down
3 changes: 0 additions & 3 deletions mrt-services/inventory/.dockerignore

This file was deleted.

29 changes: 0 additions & 29 deletions mrt-services/inventory/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions mrt-services/inventory/Dockerfile-jar

This file was deleted.

4 changes: 0 additions & 4 deletions mrt-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<modules>
<module>dep_core/mrt-core2</module>
<module>dep_zk/mrt-zk</module>
<module>dep_cdlzk/cdl-zk-queue</module>
<module>ingest/mrt-ingest</module>
</modules>
</profile>
Expand All @@ -48,7 +47,6 @@
<module>dep_core/mrt-core2</module>
<module>dep_zk/mrt-zk</module>
<module>dep_cloud/mrt-cloud</module>
<module>dep_zoo/mrt-zoo</module>
<module>store/mrt-store</module>
</modules>
</profile>
Expand All @@ -72,7 +70,6 @@
<module>dep_core/mrt-core2</module>
<module>dep_zk/mrt-zk</module>
<module>dep_cloud/mrt-cloud</module>
<module>dep_zoo/mrt-zoo</module>
<module>inventory/mrt-inventory</module>
</modules>
</profile>
Expand All @@ -84,7 +81,6 @@
<modules>
<module>dep_core/mrt-core2</module>
<module>dep_cloud/mrt-cloud</module>
<module>dep_zoo/mrt-zoo</module>
<module>inventory/mrt-inventory</module>
<module>replic/mrt-replic</module>
</modules>
Expand Down
3 changes: 0 additions & 3 deletions mrt-services/replic/.dockerignore

This file was deleted.

29 changes: 0 additions & 29 deletions mrt-services/replic/Dockerfile

This file was deleted.

0 comments on commit 67410f6

Please sign in to comment.