mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-09-04 14:04:58 -04:00
Add support for 26.05 (#105)
This commit is contained in:
@@ -17,8 +17,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
channel:
|
channel:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
- nixos-25.05
|
|
||||||
- nixos-25.11
|
- nixos-25.11
|
||||||
|
- nixos-26.05
|
||||||
system:
|
system:
|
||||||
- aarch64-linux
|
- aarch64-linux
|
||||||
- x86_64-linux
|
- x86_64-linux
|
||||||
|
|||||||
+1
-1
@@ -10,5 +10,5 @@ build:
|
|||||||
- NIXPKGS_CHANNEL: nixos-unstable
|
- NIXPKGS_CHANNEL: nixos-unstable
|
||||||
IMAGE_TAG: latest
|
IMAGE_TAG: latest
|
||||||
- NIXPKGS_CHANNEL:
|
- NIXPKGS_CHANNEL:
|
||||||
- nixos-25.05
|
|
||||||
- nixos-25.11
|
- nixos-25.11
|
||||||
|
- nixos-26.05
|
||||||
|
|||||||
@@ -39,8 +39,8 @@ nixpkgs channel describes.
|
|||||||
|
|
||||||
| Channel | Image Tag | Description |
|
| Channel | Image Tag | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| nixos-25.05 | nixos-25.05 | only minor versions that include security updates |
|
|
||||||
| nixos-25.11 | nixos-25.11 | only minor versions that include security updates |
|
| nixos-25.11 | nixos-25.11 | only minor versions that include security updates |
|
||||||
|
| nixos-26.05 | nixos-26.05 | only minor versions that include security updates |
|
||||||
| nixos-unstable | latest | latest and greatest, major versions might change |
|
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||||
|
|
||||||
## List of images
|
## List of images
|
||||||
|
|||||||
Reference in New Issue
Block a user