add docker hub token for auth'd requested; add cooldown back into dependabot.yml#24703
Open
add docker hub token for auth'd requested; add cooldown back into dependabot.yml#24703
Conversation
diox
reviewed
Apr 3, 2026
| registries: | ||
| dockerhub: | ||
| type: docker-registry | ||
| url: https://registry-1.docker.io |
Member
There was a problem hiding this comment.
Don't we need replaces-base: true as well ?
Member
|
Also, we want that for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
#ISSUENUMat the top of your PR to an existing open issue in the mozilla/addons repository.