moby / swarmkit

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
Apache License 2.0
3.37k stars 616 forks source link

Deprecate PullOptions.RegistryAuth field in ContainerConfig #971

Open nishanttotla opened 8 years ago

nishanttotla commented 8 years ago

A RegistryAuth field was added to ContainerSpec in #965, to carry an auth token for pulling private images. This is temporary and needs to be deprecated when a proper secret sharing mechanism exists. Also see #1000.

aluzzardi commented 8 years ago

/cc @diogomonica

aluzzardi commented 8 years ago

Depends on #1329

dperny commented 8 years ago

This will be solved by secrets system, #1329. It may take until 1.14 to totally purge this mess.