Skip to content

Commit

Permalink
feat(sage-monorepo): remove all publish-image tasks (ARCH-336) (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Nov 22, 2024
1 parent 669c707 commit 94e656e
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 372 deletions.
12 changes: 0 additions & 12 deletions apps/agora/apex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@
"command": "docker/agora/serve-detach.sh agora-apex"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/agora/apex",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/agora-apex"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/agora/api-docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@
"command": "docker/agora/serve-detach.sh agora-api-docs"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/agora/api-docs",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/agora-api-docs"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/agora/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@
"fix": true
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": ".",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/agora-api"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/agora/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,18 +156,6 @@
},
"defaultConfiguration": "development"
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": ".",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/agora-app"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/agora/data/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@
"command": "docker/agora/serve-detach.sh {projectName}"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "{projectRoot}",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=edge,branch=main", "type=sha", "type=raw,value=$DATA_FILE.$DATA_VERSION"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/agora/mongo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
"command": "docker/agora/serve-detach.sh {projectName}"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/agora/mongo",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/iatlas/postgres/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@
"push": false
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/iatlas/postgres",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/model-ad/apex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@
"push": false
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/model-ad/apex",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/model-ad-apex"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/model-ad/api-docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@
},
"dependsOn": ["build"]
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/model-ad/api-docs",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/model-ad-api-docs"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/model-ad/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@
},
"dependsOn": ["build-image-base"]
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"context": "apps/model-ad/api",
"options": {
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/model-ad/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,6 @@
},
"dependsOn": ["server"]
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": ".",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/model-ad-app"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/model-ad/mongo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@
},
"push": false
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": ".",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/model-ad-mongo"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
}
},
"tags": ["type:db", "scope:backend"],
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/apex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@
"command": "docker/openchallenges/serve-detach.sh openchallenges-apex"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/apex",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-apex"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/api-docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@
"command": "docker/openchallenges/serve-detach.sh openchallenges-api-docs"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/api-docs",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-api-docs"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/api-gateway/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@
},
"dependsOn": ["^install"]
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/api-gateway",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-api-gateway"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,6 @@
"jestConfig": "apps/openchallenges/app/jest.config.ts"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": ".",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-app"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/challenge-service/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@
},
"dependsOn": ["^install"]
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"context": "apps/openchallenges/challenge-service",
"options": {
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/config-server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@
},
"dependsOn": ["^install"]
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/config-server",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-config-server"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/edam-etl/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@
"command": "docker/openchallenges/serve-detach.sh {projectName}"
}
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "{projectRoot}",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/{projectName}"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/elasticsearch/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
},
"dependsOn": []
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/elasticsearch",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-elasticsearch"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
12 changes: 0 additions & 12 deletions apps/openchallenges/grafana/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@
},
"dependsOn": []
},
"publish-image": {
"executor": "@nx-tools/nx-container:build",
"options": {
"context": "apps/openchallenges/grafana",
"metadata": {
"images": ["ghcr.io/sage-bionetworks/openchallenges-grafana"],
"tags": ["type=edge,branch=main", "type=sha"]
},
"push": true
},
"dependsOn": ["build-image"]
},
"scan-image": {
"executor": "nx:run-commands",
"options": {
Expand Down
Loading

0 comments on commit 94e656e

Please sign in to comment.