Skip to content

Commit

Permalink
Remove AWS ECR and their CI publication workflow
Browse files Browse the repository at this point in the history
We no longer deploy images published to AWS ECR.
Remove the repositories and the associated CI workflows.

All their existing users should use GitHub Container Registry instead.
  • Loading branch information
masih committed Dec 25, 2024
1 parent 71b4313 commit 87c5d86
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 141 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/ecr-publisher-release.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/ecr-publisher.yml

This file was deleted.

14 changes: 1 addition & 13 deletions deploy/infrastructure/common/ecr.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
module "ecr_ue2" {
source = "../modules/ecr"

repositories = [
"storetheindex/storetheindex",
"index-observer/index-observer",
"index-provider/index-provider",
"indexstar/indexstar",
"ipni/heyfil",
"ipni/dhstore",
"ipni/caskadht",
"ipni/dhfind",
"ipni/lookout",
"ipni/cassette",
"ipni/telemetry",
]
repositories = []
tags = local.tags
}
28 changes: 0 additions & 28 deletions deploy/infrastructure/common/ecr_public.tf

This file was deleted.

0 comments on commit 87c5d86

Please sign in to comment.