forked from github-mirror/docker-nixpkgs
add nginx for fun
This commit is contained in:
@@ -74,6 +74,7 @@ All images are automatically built and pushed to Docker Hub.
|
|||||||
| [nixpkgs/docker-compose](https://hub.docker.com/r/nixpkgs/docker-compose) |  |  |  |
|
| [nixpkgs/docker-compose](https://hub.docker.com/r/nixpkgs/docker-compose) |  |  |  |
|
||||||
| [nixpkgs/kubectl](https://hub.docker.com/r/nixpkgs/kubectl) |  |  |  |
|
| [nixpkgs/kubectl](https://hub.docker.com/r/nixpkgs/kubectl) |  |  |  |
|
||||||
| [nixpkgs/kubernetes-helm](https://hub.docker.com/r/nixpkgs/kubernetes-helm) |  |  |  |
|
| [nixpkgs/kubernetes-helm](https://hub.docker.com/r/nixpkgs/kubernetes-helm) |  |  |  |
|
||||||
|
| [nixpkgs/nginx](https://hub.docker.com/r/nixpkgs/nginx) |  |  |  |
|
||||||
| [nixpkgs/nix](https://hub.docker.com/r/nixpkgs/nix) |  |  |  |
|
| [nixpkgs/nix](https://hub.docker.com/r/nixpkgs/nix) |  |  |  |
|
||||||
| [nixpkgs/nix-unstable](https://hub.docker.com/r/nixpkgs/nix-unstable) |  |  |  |
|
| [nixpkgs/nix-unstable](https://hub.docker.com/r/nixpkgs/nix-unstable) |  |  |  |
|
||||||
<!-- END mdsh -->
|
<!-- END mdsh -->
|
||||||
|
|||||||
6
images/nginx/default.nix
Normal file
6
images/nginx/default.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ buildCLIImage
|
||||||
|
, nginx
|
||||||
|
}:
|
||||||
|
buildCLIImage {
|
||||||
|
drv = nginx;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user