docker: move the docker file to https://github.com/NixOS/docker
We have automated builds at https://hub.docker.com/r/nixos/nix/ now. The master branch of the "docker" repository is available as "latest". Branches that match the regular expression "^[0-9.]+$" are pushed to the tag that corresponds to their branch name. Other branches are ignored.
This commit is contained in:
		
							parent
							
								
									629398d05c
								
							
						
					
					
						commit
						81261ca538
					
				
					 2 changed files with 0 additions and 36 deletions
				
			
		|  | @ -1,28 +0,0 @@ | ||||||
| FROM alpine |  | ||||||
| 
 |  | ||||||
| # Enable HTTPS support in wget. |  | ||||||
| RUN apk add --update openssl |  | ||||||
| 
 |  | ||||||
| # Download Nix and install it into the system. |  | ||||||
| RUN wget https://nixos.org/releases/nix/nix-2.0.4/nix-2.0.4-x86_64-linux.tar.bz2 \ |  | ||||||
|   && echo "d6db178007014ed47ad5460c1bd5b2cb9403b1ec543a0d6507cb27e15358341f  nix-2.0.4-x86_64-linux.tar.bz2" | sha256sum -c \ |  | ||||||
|   && tar xjf nix-*-x86_64-linux.tar.bz2 \ |  | ||||||
|   && addgroup -g 30000 -S nixbld \ |  | ||||||
|   && for i in $(seq 1 30); do adduser -S -D -h /var/empty -g "Nix build user $i" -u $((30000 + i)) -G nixbld nixbld$i ; done \ |  | ||||||
|   && mkdir -m 0755 /nix && USER=root sh nix-*-x86_64-linux/install \ |  | ||||||
|   && ln -s /nix/var/nix/profiles/default/etc/profile.d/nix.sh /etc/profile.d/ \ |  | ||||||
|   && rm -r /nix-*-x86_64-linux \ |  | ||||||
|   && rm -r /var/cache/apk/* |  | ||||||
| 
 |  | ||||||
| ONBUILD ENV \ |  | ||||||
|     ENV=/etc/profile \ |  | ||||||
|     PATH=/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/bin:/sbin:/usr/bin:/usr/sbin \ |  | ||||||
|     GIT_SSL_CAINFO=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt \ |  | ||||||
|     NIX_SSL_CERT_FILE=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt |  | ||||||
| 
 |  | ||||||
| ENV \ |  | ||||||
|     ENV=/etc/profile \ |  | ||||||
|     PATH=/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/bin:/sbin:/usr/bin:/usr/sbin \ |  | ||||||
|     GIT_SSL_CAINFO=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt \ |  | ||||||
|     NIX_SSL_CERT_FILE=/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt \ |  | ||||||
|     NIX_PATH=/nix/var/nix/profiles/per-user/root/channels |  | ||||||
|  | @ -1,8 +0,0 @@ | ||||||
| To update https://hub.docker.com/r/nixos/nix/ |  | ||||||
| 
 |  | ||||||
|     $ docker build . -t nixos/nix:2.0 |  | ||||||
|     $ docker tag nixos/nix:2.0 nixos/nix:latest |  | ||||||
|     $ docker push nixos/nix:latest |  | ||||||
|     $ docker push nixos/nix:2.0 |  | ||||||
| 
 |  | ||||||
| Write access: @domenkozar |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue