working commit

This commit is contained in:
2026-02-14 20:35:23 +02:00
parent bf25b5c560
commit 29524e725b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ const (
logdir = "/var/log/mstore"
datadir = "/var/data/mstore"
version = "0.1.0"
srvname = "mstored"
srvname = "mstored"
)
-1
View File
@@ -18,7 +18,6 @@ import (
"github.com/google/go-containerregistry/pkg/v1/remote/transport"
)
func (cli *Client) DeleteImage(ctx context.Context, imagepath string) error {
var err error