Copy dev-config.yml to config.yml at image build time
This preserves the previously documented mountpoint for the configuration file. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>master
							parent
							
								
									2b74c46795
								
							
						
					
					
						commit
						2619eee69b
					
				|  | @ -10,9 +10,10 @@ ENV DOCKER_BUILDTAGS include_rados | |||
| 
 | ||||
| WORKDIR $DISTRIBUTION_DIR | ||||
| COPY . $DISTRIBUTION_DIR | ||||
| COPY cmd/registry/dev-config.yml $DISTRIBUTION_DIR/cmd/registry/config.yml | ||||
| RUN make PREFIX=/go clean binaries | ||||
| 
 | ||||
| VOLUME ["/var/lib/registry"] | ||||
| EXPOSE 5000 | ||||
| ENTRYPOINT ["registry"] | ||||
| CMD ["cmd/registry/dev-config.yml"] | ||||
| CMD ["cmd/registry/config.yml"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue