softprops / shiplift

🐳 🦀 rust interface for maneuvering docker containers
MIT License
624 stars 119 forks source link

Fix X-Registry-Auth header #245

Closed valff closed 3 years ago

valff commented 3 years ago

Current implementation of RegistryAuth doesn't work, because it should be encoded in url_safe base64 variant.

Relevant docs: https://docs.docker.com/engine/api/v1.41/#section/Authentication

softprops commented 3 years ago

*nice