12 lines
313 B
Markdown
12 lines
313 B
Markdown
# Container-images
|
|
|
|
Container images we build for our home lab.
|
|
|
|
## Releasing
|
|
|
|
To build and push a new image version to image registry, run the following command.
|
|
Note you cannot have uncommited changes in the Git repository.
|
|
|
|
```
|
|
nix run .#packages.x86_64-linux.release .#packages.x86_64-linux.<name> <name>
|
|
```
|