Skip to content

feat(docker): add Amazon ECR Public Gallery registry type#911

Merged
JosephKav merged 3 commits into
masterfrom
feat/docker/amazon-ecr-public-gallery
Jul 2, 2026
Merged

feat(docker): add Amazon ECR Public Gallery registry type#911
JosephKav merged 3 commits into
masterfrom
feat/docker/amazon-ecr-public-gallery

Conversation

@JosephKav

@JosephKav JosephKav commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

The gallery is anonymous: a global bearer token is fetched from public.ecr.aws/token/ and cached.
Because of this, the Username/Token fields are hidden in the UI.

closes #546

The gallery is anonymous: a global bearer token is fetched from
public.ecr.aws/token/ and cached.
@JosephKav JosephKav added enhancement New feature or request javascript Pull requests that update Javascript code go Pull requests that update Go code labels Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.71%. Comparing base (9dd3931) to head (8cb8778).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #911      +/-   ##
==========================================
+ Coverage   99.70%   99.71%   +0.01%     
==========================================
  Files         198      199       +1     
  Lines       12546    12721     +175     
==========================================
+ Hits        12508    12683     +175     
  Misses         33       33              
  Partials        5        5              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

✅ Playwright Test Results

Count
✅ Passed 304
❌ Failed 0
🔄 Flaky 0
⏭️ Skipped 4

Duration: 937.3s

View screenshots & full report

@JosephKav JosephKav merged commit 0f9e132 into master Jul 2, 2026
8 checks passed
@JosephKav JosephKav deleted the feat/docker/amazon-ecr-public-gallery branch July 2, 2026 00:24
@Argus-Bot Argus-Bot mentioned this pull request Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request go Pull requests that update Go code javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support for Amazon ECR Public Gallery

2 participants