YiLi

Results 5 issues of YiLi

I have a simple sanic server, it runs ok with normal docker, but failed to launch when slimed. ```bash $ docker build -t server . $ docker-slim build server ....

triage

as Jenkinsfile at https://github.com/TYPO3-cookbooks/jenkins-chefci/blob/master/Jenkinsfile I know parameter `this` is `script`, but where is `steps` defined? I cannot find definition or declare of this `steps` in this repo, so could you...

Currently api `AppSiteAccessTokenReset` only supports generate a random `site.code` So I add this feature that `code` can be explicitly set, this feature brings convenience for generate a more friendly and...

enhancement

I want to add some logs(INFO, WARNING, etc), so are there some reference that how to log in this boilerplate that how to initialize logger and do some print?