mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
Updated Common build problems (markdown)
@@ -136,3 +136,13 @@ If you have python-build installed as an pyenv plugin:
|
|||||||
```sh
|
```sh
|
||||||
$ cd ~/.pyenv/plugins/python-build && git pull
|
$ cd ~/.pyenv/plugins/python-build && git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## mac os x 'git cirrus docker-image build' failures and solutions
|
||||||
|
### docker build -t docker-registry:8081...
|
||||||
|
### Get https://docker-registry:8081/v3/data_client/manifests/latest: no basic auth credentials
|
||||||
|
In os x you likely need to designate your docker daemon to designate docker-registry:8081 as an 'insecure registry'
|
||||||
|
```
|
||||||
|
docker > preferences > daemon
|
||||||
|
Add an insecure registry docker-registry:8081
|
||||||
|
Apply and restart
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user