8000 rkt pull credential support · Issue #37 · quay/quayctl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
rkt pull credential support #37
Closed
Closed
@philips

Description

@philips

quayctl should be able to pull from private registries configured for rkt. It already knows how to find and read .dockercfg files. The configuration for rkt also comes from files on disk. And there is a Go library that does this: https://godoc.org/github.com/coreos/rkt/rkt/config#GetConfig

There are two paths:

  1. quayctl uses the github.com/coreos/rkt/rkt/config package
  2. quayctl shells out to rkt to get the credentials over stdout
  3. quayctl talks to the rkt API to get the credentials

For expediency I feel like quayctl should do number 1 and perhaps file an issue to do number 3. What do you think @alban and @jonboulle.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0