Skip to content

Commit ba2a1e9

Browse files
committed
remove build-image task from OC project.json
1 parent 1282357 commit ba2a1e9

File tree

16 files changed

+0
-184
lines changed

16 files changed

+0
-184
lines changed

apps/openchallenges/api-docs/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@
3131
"command": "docker/openchallenges/serve-detach.sh openchallenges-api-docs"
3232
}
3333
},
34-
"build-image": {
35-
"executor": "@nx-tools/nx-container:build",
36-
"options": {
37-
"context": "apps/openchallenges/api-docs",
38-
"metadata": {
39-
"images": ["ghcr.io/sage-bionetworks/openchallenges-api-docs"],
40-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
41-
},
42-
"push": false
43-
},
44-
"dependsOn": ["build"]
45-
},
4634
"publish-image": {
4735
"executor": "@nx-tools/nx-container:build",
4836
"options": {

apps/openchallenges/api-gateway/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@
6767
},
6868
"dependsOn": ["^install"]
6969
},
70-
"build-image": {
71-
"executor": "@nx-tools/nx-container:build",
72-
"options": {
73-
"context": "apps/openchallenges/api-gateway",
74-
"metadata": {
75-
"images": ["ghcr.io/sage-bionetworks/openchallenges-api-gateway"],
76-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
77-
},
78-
"push": false
79-
},
80-
"dependsOn": ["build-image-base"]
81-
},
8270
"publish-image": {
8371
"executor": "@nx-tools/nx-container:build",
8472
"options": {

apps/openchallenges/app/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,6 @@
132132
"jestConfig": "apps/openchallenges/app/jest.config.ts"
133133
}
134134
},
135-
"build-image": {
136-
"executor": "@nx-tools/nx-container:build",
137-
"options": {
138-
"context": ".",
139-
"metadata": {
140-
"images": ["ghcr.io/sage-bionetworks/openchallenges-app"],
141-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
142-
},
143-
"push": false
144-
},
145-
"dependsOn": ["server"]
146-
},
147135
"publish-image": {
148136
"executor": "@nx-tools/nx-container:build",
149137
"options": {

apps/openchallenges/challenge-service/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,6 @@
7575
},
7676
"dependsOn": ["^install"]
7777
},
78-
"build-image": {
79-
"executor": "@nx-tools/nx-container:build",
80-
"options": {
81-
"context": "apps/openchallenges/challenge-service",
82-
"metadata": {
83-
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
84-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
85-
},
86-
"push": false
87-
},
88-
"dependsOn": ["build-image-base"]
89-
},
9078
"publish-image": {
9179
"executor": "@nx-tools/nx-container:build",
9280
"context": "apps/openchallenges/challenge-service",

apps/openchallenges/config-server/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@
6767
},
6868
"dependsOn": ["^install"]
6969
},
70-
"build-image": {
71-
"executor": "@nx-tools/nx-container:build",
72-
"options": {
73-
"context": "apps/openchallenges/config-server",
74-
"metadata": {
75-
"images": ["ghcr.io/sage-bionetworks/openchallenges-config-server"],
76-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
77-
},
78-
"push": false
79-
},
80-
"dependsOn": ["build-image-base"]
81-
},
8270
"publish-image": {
8371
"executor": "@nx-tools/nx-container:build",
8472
"options": {

apps/openchallenges/edam-etl/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@
3131
"command": "docker/openchallenges/serve-detach.sh {projectName}"
3232
}
3333
},
34-
"build-image": {
35-
"executor": "@nx-tools/nx-container:build",
36-
"options": {
37-
"context": "{projectRoot}",
38-
"metadata": {
39-
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
40-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
41-
},
42-
"push": false
43-
}
44-
},
4534
"publish-image": {
4635
"executor": "@nx-tools/nx-container:build",
4736
"options": {

apps/openchallenges/elasticsearch/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
},
1919
"dependsOn": []
2020
},
21-
"build-image": {
22-
"executor": "@nx-tools/nx-container:build",
23-
"options": {
24-
"context": "apps/openchallenges/elasticsearch",
25-
"metadata": {
26-
"images": ["ghcr.io/sage-bionetworks/openchallenges-elasticsearch"],
27-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
28-
},
29-
"push": false
30-
}
31-
},
3221
"publish-image": {
3322
"executor": "@nx-tools/nx-container:build",
3423
"options": {

apps/openchallenges/grafana/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@
2121
},
2222
"dependsOn": []
2323
},
24-
"build-image": {
25-
"executor": "@nx-tools/nx-container:build",
26-
"options": {
27-
"context": "apps/openchallenges/grafana",
28-
"metadata": {
29-
"images": ["ghcr.io/sage-bionetworks/openchallenges-grafana"],
30-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
31-
},
32-
"push": false
33-
}
34-
},
3524
"publish-image": {
3625
"executor": "@nx-tools/nx-container:build",
3726
"options": {

apps/openchallenges/image-service/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,6 @@
7575
},
7676
"dependsOn": ["^install"]
7777
},
78-
"build-image": {
79-
"executor": "@nx-tools/nx-container:build",
80-
"options": {
81-
"context": "apps/openchallenges/image-service",
82-
"metadata": {
83-
"images": ["ghcr.io/sage-bionetworks/openchallenges-image-service"],
84-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
85-
},
86-
"push": false
87-
},
88-
"dependsOn": ["build-image-base"]
89-
},
9078
"publish-image": {
9179
"executor": "@nx-tools/nx-container:build",
9280
"options": {

apps/openchallenges/mariadb/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@
1616
"command": "docker/openchallenges/serve-detach.sh {projectName}"
1717
}
1818
},
19-
"build-image": {
20-
"executor": "@nx-tools/nx-container:build",
21-
"options": {
22-
"context": "{projectRoot}",
23-
"metadata": {
24-
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
25-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
26-
},
27-
"push": false
28-
}
29-
},
3019
"publish-image": {
3120
"executor": "@nx-tools/nx-container:build",
3221
"options": {

apps/openchallenges/mysqld-exporter/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
},
1919
"dependsOn": []
2020
},
21-
"build-image": {
22-
"executor": "@nx-tools/nx-container:build",
23-
"options": {
24-
"context": "apps/openchallenges/mysqld-exporter",
25-
"metadata": {
26-
"images": ["ghcr.io/sage-bionetworks/openchallenges-mysqld-exporter"],
27-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
28-
},
29-
"push": false
30-
}
31-
},
3221
"publish-image": {
3322
"executor": "@nx-tools/nx-container:build",
3423
"options": {

apps/openchallenges/organization-service/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,6 @@
7575
},
7676
"dependsOn": ["^install"]
7777
},
78-
"build-image": {
79-
"executor": "@nx-tools/nx-container:build",
80-
"options": {
81-
"context": "{projectRoot}",
82-
"metadata": {
83-
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
84-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
85-
},
86-
"push": false
87-
},
88-
"dependsOn": ["build-image-base"]
89-
},
9078
"publish-image": {
9179
"executor": "@nx-tools/nx-container:build",
9280
"options": {

apps/openchallenges/prometheus/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
},
1919
"dependsOn": []
2020
},
21-
"build-image": {
22-
"executor": "@nx-tools/nx-container:build",
23-
"options": {
24-
"context": "apps/openchallenges/prometheus",
25-
"metadata": {
26-
"images": ["ghcr.io/sage-bionetworks/openchallenges-prometheus"],
27-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
28-
},
29-
"push": false
30-
}
31-
},
3221
"publish-image": {
3322
"executor": "@nx-tools/nx-container:build",
3423
"options": {

apps/openchallenges/service-registry/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@
6767
},
6868
"dependsOn": ["^install"]
6969
},
70-
"build-image": {
71-
"executor": "@nx-tools/nx-container:build",
72-
"options": {
73-
"context": "apps/openchallenges/service-registry",
74-
"metadata": {
75-
"images": ["ghcr.io/sage-bionetworks/openchallenges-service-registry"],
76-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
77-
},
78-
"push": false
79-
},
80-
"dependsOn": ["build-image-base"]
81-
},
8270
"publish-image": {
8371
"executor": "@nx-tools/nx-container:build",
8472
"options": {

apps/openchallenges/thumbor/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
"command": "docker/openchallenges/serve-detach.sh openchallenges-thumbor"
1818
}
1919
},
20-
"build-image": {
21-
"executor": "@nx-tools/nx-container:build",
22-
"options": {
23-
"context": "apps/openchallenges/thumbor",
24-
"metadata": {
25-
"images": ["ghcr.io/sage-bionetworks/openchallenges-thumbor"],
26-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
27-
},
28-
"push": false
29-
}
30-
},
3120
"publish-image": {
3221
"executor": "@nx-tools/nx-container:build",
3322
"options": {

apps/openchallenges/zipkin/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
"command": "docker/openchallenges/serve-detach.sh openchallenges-zipkin"
1818
}
1919
},
20-
"build-image": {
21-
"executor": "@nx-tools/nx-container:build",
22-
"options": {
23-
"context": "apps/openchallenges/zipkin",
24-
"metadata": {
25-
"images": ["ghcr.io/sage-bionetworks/openchallenges-zipkin"],
26-
"tags": ["type=edge,branch=main", "type=raw,value=local", "type=sha"]
27-
},
28-
"push": false
29-
}
30-
},
3120
"publish-image": {
3221
"executor": "@nx-tools/nx-container:build",
3322
"options": {

0 commit comments

Comments
 (0)