| Summary: | [DOCS] [3.2] Document whitelisting of Docker Registries | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vikram Goyal <vigoyal> |
| Component: | Documentation | Assignee: | Timothy <tpoitras> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Wei Sun <wsun> |
| Severity: | medium | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | high | ||
| Version: | 3.1.0 | CC: | amurdaca, aos-bugs, dwalsh, jokerman, jtudelag, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-17 01:40:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Deadline: | 2016-03-15 | ||
|
Description
Vikram Goyal
2016-02-13 05:07:19 UTC
We can talk about this from an docker point of view but not a Openshift point of view. Basically you can add an option to /etc/sysconfig/docker to block-registries. If you want to block all registries you would add --block-registries=all Now you would add registires that you would like to allow. --add-registry=redhat.io --add-registry=acme.com If a user tries to pull from docker.io/ubuntu He should get an error message stating that this is not an allowed registry. https://github.com/openshift/openshift-docs/pull/1742 Submitted docs PR. Tagged Daniel Walsh for tech review. https://github.com/openshift/openshift-docs/pull/1742 Dan Walsh passed tech review duties along to Antonio Murdaca, thank you. Moved along to peer review now. Peer review also complete with notes from Brice & Thien-Thi. Docs PR merged. Moving this to RELEASE_PENDING. |