mirror of
				https://github.com/cunnie/sslip.io.git
				synced 2025-10-31 10:56:23 +08:00 
			
		
		
		
	Organize Dockerfiles
We produce 3 Docker images - sslip.io-dns-server (run sslip.io in a container) - fedora-golang-bosh (CI testing) - fedora-ruby-bind-utils (nameserver testing) We place the Dockerfiles under `Docker/` with a subdirectory name corresponding to the Docker image name. TODO: we need to tidy the Dockerfiles under `k8s`, but we'll leave that for another day.
This commit is contained in:
		
							
								
								
									
										9
									
								
								Docker/fedora-ruby-bind-utils/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Docker/fedora-ruby-bind-utils/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| # cunnie/fedora-ruby-bind-utils | ||||
| FROM fedora | ||||
|  | ||||
| MAINTAINER Brian Cunnie <brian.cunnie@gmail.com> | ||||
|  | ||||
| # need ruby to run dns-check.rb & bind-utils for dig & nslookup | ||||
| RUN dnf update -y; \ | ||||
|   dnf install -y bind-utils iproute iputils net-tools ruby rubygems tcpdump which whois; \ | ||||
|   gem install rspec | ||||
		Reference in New Issue
	
	Block a user
	 Brian Cunnie
					Brian Cunnie