Skip to content

Commit

Permalink
Merge pull request #2308 from vdice/feat/acr-support-for-registry-login
Browse files Browse the repository at this point in the history
feat(oci): update dkregistry dep to support ACR login
  • Loading branch information
vdice committed Feb 29, 2024
2 parents 1d3ad73 + c042d89 commit 16198bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/oci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ async-compression = "0.4.3"
# Fork with nested async-std dependency bumped to satisfy Windows build; branch/revision is protected
async-tar = { git = "https://github.com/vdice/async-tar", rev = "71e037f9652971e7a55b412a8e47a37b06f9c29d" }
base64 = "0.21"
dkregistry = { git = "https://github.com/camallo/dkregistry-rs", rev = "37acecb4b8139dd1b1cc83795442f94f90e1ffc5" }
# Fork with updated auth to support ACR login
# Ref https://github.com/camallo/dkregistry-rs/pull/263
dkregistry = { git = "https://github.com/fermyon/dkregistry-rs", rev = "161cf2b66996ed97c7abaf046e38244484814de3" }
docker_credential = "1.0"
dirs = "4.0"
futures-util = "0.3"
Expand Down

0 comments on commit 16198bd

Please sign in to comment.