schemedoc / srfi-metadata

Import SRFI metadata into the Scheme API
https://docs.scheme.org/srfi/support/
MIT License
10 stars 2 forks source link

Warn user if DOCKER_CONTENT_TRUST is set #29

Closed jpellegrini closed 3 years ago

jpellegrini commented 3 years ago

If it's set to 1, some containers will not run (at least STklos), but no error message will be issued.

jpellegrini commented 3 years ago

Wait, I'm not sure I'm using the right scripts or repository. Which repo shoulld be using for this?

lassik commented 3 years ago

I can't figure out right away what causes the problem. The bug report would probably belong in one of these repos:

jpellegrini commented 3 years ago

Oh, sorry! I think I was really confused when I opened this issue. I remembered something about srfi-metadata using containers to generate data, and when I ran some of the containers manually, it didn't work. Ok, will pay more attention next time

lassik commented 3 years ago

No problem at all :) srfi-metadata doesn't use containers; instead, it downloads bits of the source code of Scheme implementations via HTTP.