mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
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/kubectl](https://hub.docker.com/r/nixpkgs/kubectl) |  |  |  |
|
||||
| [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-unstable](https://hub.docker.com/r/nixpkgs/nix-unstable) |  |  |  |
|
||||
<!-- 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