-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Description
Observed Behavior
After upgrading from podman 5.5.2 to 5.6.0 (on Alpine Linux) we observe an increased amount of failures (timeouts) when pushing Sigstore logs to Rekor. For example running commands like this:
podman --log-level debug image push --sign-by-sigstore ...
We now get errors like the one below:
Creating signature: Signing image using a sigstore signature
time="2025-08-20T11:11:45Z" level=debug msg="Calling Rekor's CreateLogEntry"
time="2025-08-20T11:11:45Z" level=debug msg="performing request" method=POST url="https://rekor.sigstore.dev/api/v1/log/entries"
Error: copying image 1/2 from manifest list: creating signature: Error uploading a log entry: context canceled
time="2025-08-20T11:11:46Z" level=debug msg="Shutting down engines"
time="2025-08-20T11:11:46Z" level=info msg="Received shutdown.Stop(), terminating!" PID=153
Expected Behavior
Uploading log entries must not timeout (unless there really is a availability issue with Rekor).
Workaround
Downgrade podmand to 5.5.2.
Metadata
Metadata
Assignees
Labels
No labels