Skip to content

add docker hub token for auth'd requested; add cooldown back into dependabot.yml#24703

Open
eviljeff wants to merge 1 commit intomasterfrom
dependabot-dockerhub-auth
Open

add docker hub token for auth'd requested; add cooldown back into dependabot.yml#24703
eviljeff wants to merge 1 commit intomasterfrom
dependabot-dockerhub-auth

Conversation

@eviljeff
Copy link
Copy Markdown
Member

@eviljeff eviljeff commented Apr 2, 2026

Fixes: mozilla/addons#16103 ...?

Description

Adds in auth for dockerhub, so api calls that were previously rejected now work. Also reverts the change to drop cooldown for docker-compose, because the cooldown is what appeared to trigger the api calls.

Context

Note, this only addresses the docker hub registry. If this works for docker hub hosted images we need to repeat for Github's registry (for zizmor), and either get an equivalent token for elasticsearch's dedicated registrry, or switch to use docker hub (elasticsearch seems to publish their images on docker hub too).

After merging it might be some time before we know if this actually fixes the issue for sure - we need both a new version of a docker-compose package; and to wait for 7 days for the cooldown period to end. (we could set a shorter, say 1 day, cooldown to accelerate?)

Testing

n/a

Checklist

  • Add #ISSUENUM at the top of your PR to an existing open issue in the mozilla/addons repository.
  • Successfully verified the change locally.
  • The change is covered by automated tests, or otherwise indicated why doing so is unnecessary/impossible.
  • Add before and after screenshots (Only for changes that impact the UI).
  • Add or update relevant docs reflecting the changes made.

@eviljeff eviljeff requested a review from diox April 2, 2026 15:03
registries:
dockerhub:
type: docker-registry
url: https://registry-1.docker.io
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need replaces-base: true as well ?

@diox
Copy link
Copy Markdown
Member

diox commented Apr 3, 2026

Also, we want that for docker package ecosystem as well, not just docker-compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Dependabot docker compose errors

2 participants