github CodesWhat/drydock v1.3.6

latest releases: v1.5.0-rc.12, v1.5.0-rc.11, v1.5.0-rc.10...
2 months ago

Fixed

  • GHCR anonymous auth returns 401 on public repos — The v1.3.3 fix for anonymous bearer tokens (Og==) removed the auth header entirely, but GHCR requires a token exchange even for unauthenticated pulls. Replaced direct bearer auth with proper token exchange via https://ghcr.io/token, matching the Hub/Quay pattern. Authenticated requests add Basic credentials to the token request; anonymous requests omit them. LSCR inherits the fix automatically. (#85, #86)

Full Changelog: v1.3.5...v1.3.6

Don't miss a new drydock release

NewReleases is sending notifications on new releases.