commit 03a6701bb5a50518c3773b646ae0ebd03b237e78
parent 91124b9e9f290f87584711f1610b505ff4471eaa
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Tue, 9 Jul 2024 08:32:07 +0200
feat(registry): allow registry storage delete
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/hcl/infra/registry/simple-registry.nomad b/hcl/infra/registry/simple-registry.nomad
@@ -36,6 +36,10 @@ job "simple-registry" {
destination = "/var/lib/registry"
}
+ env {
+ REGISTRY_STORAGE_DELETE_ENABLED = true
+ }
+
config {
image = "registry:latest"
force_pull = false