https://github.com/noxiouz/docker-distribution-postgresql
This driver stores metadata for files in PostgreSQL and binary data in a KV storage
https://github.com/noxiouz/docker-distribution-postgresql
distribution docker driver
Last synced: 6 months ago
JSON representation
This driver stores metadata for files in PostgreSQL and binary data in a KV storage
- Host: GitHub
- URL: https://github.com/noxiouz/docker-distribution-postgresql
- Owner: noxiouz
- Created: 2015-12-23T21:21:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T12:42:21.000Z (over 8 years ago)
- Last Synced: 2024-06-19T10:14:08.278Z (about 2 years ago)
- Topics: distribution, docker, driver
- Language: Go
- Homepage:
- Size: 271 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## docker-distribution-postgresql [](https://travis-ci.org/noxiouz/docker-distribution-postgresql) [](https://codecov.io/github/noxiouz/docker-distribution-postgresql?branch=master)
This driver stores metadata for files in PostgreSQL and binary data in a KV storage.
### Configuration
```yaml
storage:
postgres:
URLs:
- "postgres://noxiouz@localhost:5432/distribution?sslmode=disable"
MaxOpenConns: 10
MaxIdleConns: 5
type: "mds"
options:
host: "mdshost.yandex.net"
uploadport: 1111
readport: 80
authheader: "Basic "
namespace: "some-namepace"
```
### KV Backends
+ **inmemory** - just for tests
+ **mds** - for Yandex internal purposes
+ **elliptics** - TBD
### Status
The driver is working in production at Yandex