build corrosion image based on wolfi]

This commit is contained in:
Pavel Sviderski
2024-11-26 20:15:31 +10:00
parent 95175d10c5
commit e9d07687f2
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (d *Daemon) Run(ctx context.Context) error {
case <-d.machine.Started():
_, err := systemd.SdNotify(false, systemd.SdNotifyReady)
if err != nil {
slog.Error("Failed to notify systemd that the daemon is ready.", "error", err)
slog.Error("Failed to notify systemd that the daemon is ready.", "err", err)
}
case <-ctx.Done():
}