gramineproject / gsc

Gramine Shielded Containers (Docker integration)
BSD 3-Clause "New" or "Revised" License
46 stars 37 forks source link

`gsc info-image` returns incorrect date #159

Closed dimakuv closed 1 year ago

dimakuv commented 1 year ago

Description of the problem

We had a wrong date format in the SIGSTRUCT at some point in Gramine. We fixed it in Gramine proper, but looks like forgot to fix it in GSC:

$ ./gsc info-image gsc-python:bullseye
...
date = "1809-35-32"

@kailun-qin Could you maybe create a PR similar to the one you created for core Gramine? The relevant code in GSC is under gsc.py: read_sigstruct().