Skip to content

update bridge-task image URL after GitHub org rename #6307

@jgrant-sms

Description

@jgrant-sms

Summary

The hardcoded bridge-task container image URL references the old GitHub organization (sst/sst), which is no longer accessible after the org was renamed to anomalyco.

Problem

ECS tasks fail in dev mode because the image at ghcr.io/sst/sst/bridge-task:20241224005724 returns "denied".

Solution

Update references from ghcr.io/sst/sst/bridge-task to ghcr.io/anomalyco/sst/bridge-task in:

  • platform/src/components/aws/task.ts (runtime image reference)
  • platform/scripts/build (build/push target)

Verification

# New location - accessible
docker manifest inspect ghcr.io/anomalyco/sst/bridge-task:20241224005724

# Old location - denied
docker manifest inspect ghcr.io/sst/sst/bridge-task:20241224005724

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions