8000 Tags · bazeltools/rules_minidock_tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bazeltools/rules_minidock_tools

Tags

v0.0.71

Toggle v0.0.71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop auth_info on redirect (#487)

In particular, this addresses a case where a user-facing registry redirects
to blob storage in S3, providing a URL that includes various `X-Amz-*` query
parameters. S3 refuses requests that have both Authentication header and
authentication query parameters.

v0.0.70

Toggle v0.0.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Place a bound on how many auth attempts will be tried (#485)

v0.0.69

Toggle v0.0.69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Match authorization helpers based on registry (#479)

v0.0.68

Toggle v0.0.68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump tempfile from 3.6.0 to 3.10.1 (#356)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.10.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.6.0...v3.10.1)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.67

Toggle v0.0.67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ianoc/maybe require (#421)

* Require this on auth

* Fixes and streamline

v0.0.66

Toggle v0.0.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Require this on auth (#420)

v0.0.65

Toggle v0.0.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix (#419)

v0.0.64

Toggle v0.0.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates (#416)

v0.0.63

Toggle v0.0.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix len (#415)

* Fix len

* Use newer version of toolchain

v0.0.62

Toggle v0.0.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
First phase/step of the auth flow implementation. Also collapse the r… (

#343)

* First phase/step of the auth flow implementation. Also collapse the retry behaviors in to the same thing. We perform the docker style auth flow (used by all service providers it seems), right now however we are not including support for the credentials helpers to lookup username/password combos. But this is enough to now authenticate against docker hub anonymously as it requires to fetch anything

* Add simple helper for common case of not having a body or custom headers

* Use ?

* Review comments
0