1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-06 15:45:00 +01:00

5 Commits

Author SHA1 Message Date
Corey Daley
adfc3ee2f4 Cleaning up imports 2020-06-02 14:29:57 -04:00
Igor Sutton Lopes
f8dcf74445 Add generate command
This change adds the generate command to s2i, where it allows
the user to produce a Dockerfile able to be used by any build
system supporting the format, such as buildah and possibly
others.
2020-01-23 16:26:18 +01:00
Adam Kaplan
1fad0a5e69 Refactor glog to log/klog in code
* pkg/util/glog -> pkg/util/log
* var glog replaced with var log
* Removed unnecessary flag.Parse call (fixed with klog)
2019-07-15 15:04:15 -04:00
soulseen
b09aa26e92 remove basename in main()
Signed-off-by: soulseen <sunzhu@yunify.com>
2019-05-20 11:24:25 +08:00
Corey Daley
95ebbabfb9 Refactoring the S2I command line interface
Closes #443
2017-06-26 11:06:04 -04:00