generate the DockerHub image matrix
This commit is contained in:
parent
e9633d0d58
commit
8cbbfe7009
6 changed files with 73 additions and 5 deletions
41
README.md
41
README.md
|
@ -31,8 +31,8 @@ $ docker run -ti --rm nixpkgs/curl curl http://ifconfig.co
|
|||
|
||||
## List of images
|
||||
|
||||
Here is the current list of images that are provided. Missing one?
|
||||
[Submit a request](https://github.com/nix-community/docker-nixpkgs/issues/new)
|
||||
Here is the current list of images that are provided. Missing one? Send an
|
||||
[image request](#image-request).
|
||||
|
||||
| Image | Description |
|
||||
| --- | --- |
|
||||
|
@ -58,12 +58,49 @@ nixpkgs channel describes.
|
|||
| nixos-unstable | latest | latest and greated, major versions might change |
|
||||
| nixos-18.09 | nixos-18.09 | only minor versions that include security updates |
|
||||
|
||||
## Docker Hub
|
||||
|
||||
All images are automatically built and pushed to Docker Hub.
|
||||
|
||||
### Image matrix
|
||||
|
||||
`> ./dockerhub-image-matrix`
|
||||
|
||||
| Image / Tag | latest | nixos-18.09 |
|
||||
| --- | --- | --- |
|
||||
| [nixpkgs/bash](https://hub.docker.com/r/nixpkgs/bash) |  |  |
|
||||
| [nixpkgs/busybox](https://hub.docker.com/r/nixpkgs/busybox) |  |  |
|
||||
| [nixpkgs/curl](https://hub.docker.com/r/nixpkgs/curl) |  |  |
|
||||
| [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/nix](https://hub.docker.com/r/nixpkgs/nix) |  |  |
|
||||
| [nixpkgs/nix-unstable](https://hub.docker.com/r/nixpkgs/nix-unstable) |  |  |
|
||||
|
||||
## Related projects
|
||||
|
||||
The [docker-library](https://github.com/docker-library/official-images#readme)
|
||||
is an image set maintained by the Docker Inc. team and contain
|
||||
officially-supported images.
|
||||
|
||||
## User Feedback
|
||||
|
||||
### Issues
|
||||
|
||||
If you have any problems with or questions about this project, please contact
|
||||
us through a [GitHub issue](https://github.com/nix-community/docker-nixpkgs/issues/new)
|
||||
|
||||
### Image request
|
||||
|
||||
[Submit a request](https://github.com/nix-community/docker-nixpkgs/issues/new)
|
||||
with an accompanying use-case for an image that you would like to see.
|
||||
|
||||
### Contributing
|
||||
|
||||
You are invited to contribute new features, fixes or updates, large or small;
|
||||
we are always thrilled to receive pull requests, and do our brest ot process
|
||||
them as fast as we can.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2019 zimbatm and contributors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue