41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Roadmap
|
||
|
||
## 11/24/2014: alpha
|
||
|
||
Design and code:
|
||
|
||
- implements a basic configuration loading mechanism: https://github.com/docker/docker-registry/issues/646
|
||
- storage API is frozen, implemented and used: https://github.com/docker/docker-registry/issues/616
|
||
- REST API defined and partly implemented: https://github.com/docker/docker-registry/issues/634
|
||
- basic logging: https://github.com/docker/docker-registry/issues/635
|
||
- auth design is frozen: https://github.com/docker/docker-registry/issues/623
|
||
|
||
Environment:
|
||
|
||
- some good practice are in place and documented: https://github.com/docker/docker-registry/issues/657
|
||
|
||
## 12/22/2014: beta
|
||
|
||
Design and code:
|
||
|
||
- feature freeze
|
||
- mirroring defined: https://github.com/docker/docker-registry/issues/658
|
||
- extension model defined: https://github.com/docker/docker-registry/issues/613
|
||
|
||
Environment:
|
||
|
||
- doc-driven approach: https://github.com/docker/docker-registry/issues/627
|
||
|
||
## 01/12/2015: RC
|
||
|
||
Design and code:
|
||
|
||
- third party drivers and extensions
|
||
- basic search extension
|
||
- third-party layers garbage collection scripts
|
||
- healthcheck endpoints: https://github.com/docker/docker-registry/issues/656
|
||
- bugnsnag/new-relic support: https://github.com/docker/docker-registry/issues/680
|
||
|
||
Environment:
|
||
|
||
- exhaustive test-cases
|