Fixes docker/distribution-library-image/issues/107
The registry docker image no longer contains htpasswd.master
							parent
							
								
									b2ac3a2884
								
							
						
					
					
						commit
						0a7648edb5
					
				| 
						 | 
					@ -409,7 +409,13 @@ secrets.
 | 
				
			||||||
    $ mkdir auth
 | 
					    $ mkdir auth
 | 
				
			||||||
    $ docker run \
 | 
					    $ docker run \
 | 
				
			||||||
      --entrypoint htpasswd \
 | 
					      --entrypoint htpasswd \
 | 
				
			||||||
      registry:2 -Bbn testuser testpassword > auth/htpasswd
 | 
					      httpd:2 -Bbn testuser testpassword > auth/htpasswd
 | 
				
			||||||
 | 
					    ```
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    On Windows, make sure the output file is correctly encoded:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    ```powershell
 | 
				
			||||||
 | 
					    docker run --rm --entrypoint htpasswd httpd:2 -Bbn testuser testpassword | Set-Content -Encoding ASCII auth/htpasswd
 | 
				
			||||||
    ```
 | 
					    ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2.  Stop the registry.
 | 
					2.  Stop the registry.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue