mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-06 06:44:58 +01:00
- Bootstrap.process(): don't try to do chmod on Windows - cmd/s2i/main.go: fix file descriptors leak - GenerateConfigFromLabels: remove unused parameter - GenerateConfigFromLabels: use local variable for a list of labels - sti.New(): rename argument from req to config - DefaultCleaner: don't inherit ~30 methods while we're using just two - STI.Prepare(): simplify - DockerIgnorer.getListOfFilesToIgnore(): pass string instead of api.Config - util.FixInjectionsWithRelativePath: rewrite to not modify its argument