Skip to content

Commit

Permalink
chore: add owning team emails and document link
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jan 29, 2025
1 parent 2839c45 commit 80cd199
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
subject: Push Image to docker.io/edxops failed in ${{matrix.images.name}}
to: ${{matrix.images.owning_team_email}}
from: github-actions <[email protected]>
body: Push Image to docker.io/edxops for ${{matrix.images.name}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
body: Push Image to docker.io/edxops for ${{matrix.images.name}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}. Please refer to this document for troubleshooting guidelines https://2u-internal.atlassian.net/wiki/spaces/AT/pages/1648787501/Troubleshooting+guidelines+in+case+failure+to+publish+docker+image"
53 changes: 35 additions & 18 deletions images-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,43 @@
"image_name": "commerce-coordinator",
"name": "commerce coordinator",
"os_platform": "linux/arm64",
"target": "app"
"target": "app",
"owning_team_email": "[email protected]"
},
{
"image_name": "course-discovery",
"name": "course discovery",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "credentials",
"name": "credentials",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "ecommerce",
"name": "ecommerce",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "edx-analytics-data-api",
"name": "edx analytics data api",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "edx-exams",
"name": "edx exams",
"os_platform": "linux/arm64",
"target": "app"
"target": "app",
"owning_team_email": "[email protected]"
},
{
"dockerfile": "edx-platform",
Expand All @@ -55,11 +61,12 @@
"build_args": {
"SERVICE_VARIANT": "cms",
"SERVICE_PORT": "18010"
}
},
"owning_team_email": "[email protected]"
},
{
"dockerfile": "edx-platform",
"image_name": "lms",
"image_name": "lms-dev",
"name": "lms",
"os_platform": "linux/amd64,linux/arm64",
"target": "development",
Expand All @@ -77,62 +84,72 @@
"build_args": {
"SERVICE_VARIANT": "lms",
"SERVICE_PORT": "18000"
}
},
"owning_team_email": "[email protected]"
},
{
"image_name": "edx-notes-api",
"name": "edx notes api",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "enterprise-access",
"name": "enterprise access",
"os_platform": "linux/arm64",
"target": "devstack"
"target": "devstack",
"owning_team_email": "[email protected]"
},
{
"image_name": "enterprise-catalog",
"name": "enterprise catalog",
"os_platform": "linux/arm64",
"target": "legacy_devapp"
"target": "legacy_devapp",
"owning_team_email": "[email protected]"
},
{
"image_name": "enterprise-subsidy",
"name": "enterprise subsidy",
"os_platform": "linux/arm64",
"target": "devstack"
"target": "devstack",
"owning_team_email": "[email protected]"
},
{
"image_name": "program-intent-engagement",
"name": "program intent engagement",
"os_platform": "linux/arm64",
"target": "app"
"target": "app",
"owning_team_email": "[email protected]"
},
{
"image_name": "registrar",
"name": "registrar",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "xqueue",
"name": "xqueue",
"os_platform": "linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"dockerfile": "portal-designer",
"image_name": "designer-dev",
"name": "portal designer",
"os_platform": "linux/amd64,linux/arm64",
"target": "devstack"
"target": "devstack",
"owning_team_email": "[email protected]"
},
{
"image_name": "license-manager",
"name": "license manager",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
"target": "dev",
"owning_team_email": "[email protected]"
},
{
"image_name": "codejail",
Expand Down

0 comments on commit 80cd199

Please sign in to comment.