Use predictable tags

This commit is contained in:
Greg Hellings
2024-04-16 12:20:55 -05:00
parent 60ab63a415
commit e0dd87351d
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@
packages = {
vm-test = pkgs.dockerTools.buildLayeredImage {
name = "vm-test";
tag = "latest";
contents = with pkgs; [
bash
curl