Igor Sutton Lopes
fb0be78c7f
Remove references 'docker://' references from docs
2020-02-10 13:16:08 +01:00
Igor Sutton Lopes
cb94360b47
Add example usage
2020-02-07 15:47:52 +01:00
Igor Sutton Lopes
38d86ba41a
Adjust documentation according code review suggestions
2020-02-07 15:47:15 +01:00
Igor Sutton Lopes
a9c3f7ff06
Add Tech Preview note
2020-02-07 15:46:48 +01:00
Igor Sutton Lopes
e2ce9613d1
Add documentation for 's2i generate' command
2020-02-07 10:47:03 +01:00
Igor Sutton Lopes
ec4d738875
Promote --as-dockerfile build flag
2020-02-07 10:41:36 +01:00
05601970475
e685afa89f
add assemble-runtime-user flag
...
documentation of assemble-runtime-user's flag
add LABEL assemble-runtime-user
removing debug messages
change the failure reason of GetAssembleRuntimeUser
assemble-runtime-user is optional
generate completitions
check getAssembleRuntimeUser error
2018-11-19 17:13:54 -03:00
Ben Parees
f03201f491
fix image repository name
2018-06-18 14:18:16 -04:00
Adam Kaplan
97b5a80774
Update build flags in cli doc
2018-06-13 12:26:17 -04:00
Corey Daley
125027dde5
Removing Payload field
...
Closes #629
2017-07-06 23:32:28 -04:00
Corey Daley
a8f4df0479
Overhaul of Source-to-Image
...
Updating README(s), templates, and examples
2017-02-23 10:15:59 -05:00
Rodolfo Carvalho
bc2e858e0d
Prefer using https:// instead of git:// ( #647 )
...
* Prefer using https:// instead of git://
Both protocols are "smart" and should have similar performance.
HTTPS is encrypted, while the Git transport is plaintext.
HTTPS verifies the certificate of the server.
* Clean up comment
- "the source" means "s"
- no need to enumerate protocols
2017-01-06 11:50:27 -05:00
Slava Semushin
5b2f0ee81f
Invoke callback URL when build has failed.
2016-11-02 15:24:22 +01:00
Rodolfo Carvalho
a448e0a04a
Fix several typos
2016-10-27 17:47:17 +02:00
Slava Semushin
6ca3ee11bf
Document how extended build.
2016-07-13 20:31:28 +02:00
Ben Parees
a66763d2da
replace --recursive with --ignore-submodules in cli doc
2016-07-07 09:27:02 -04:00
Slava Semushin
138e6924ca
Minor code improvements.
...
- sti -> s2i
- fix a couple of typos
- remove useless fmt.Sprintf() usage
- use api.Assemble constant
- UploadToContainer: rename argument
- docs/cli.md: correct the number of log levels
- docs/debugging-s2i.md: fix a typo
2016-06-23 17:50:08 +02:00
Ben Parees
c5b7833ed6
clarify what --copy is for
2016-06-15 10:11:10 -07:00
Slava Semushin
246d932776
Don't use deprecated option/file/image.
...
- don't use deprecated image: openshift/wildfly-8-centos -> openshift/wildfly-100-centos7
- update docs to use --pull-policy instead of deprecated --force-pull.
- replace .stifile by .s2ifile in --use-config option description.
2016-05-13 15:57:54 +02:00
Michal Fojtik
1c8b079337
Add support for bind mounts
2016-05-04 18:15:36 +02:00
Michal Fojtik
0144a76db5
Use cobra for parsing multiple env variables
2016-04-28 13:30:36 +02:00
gabemontero
2b2606720e
make tar stream exclusion regexp configurable
2016-04-06 13:39:42 -04:00
Dan McPherson
19b107c7c3
Git is not an acronym
2016-03-29 16:52:19 -04:00
gabemontero
776d965b2e
add option to only attempt copy command on source url
2016-03-14 16:08:13 -04:00
Maciej Szulik
1bb1785da4
sti -> s2i docs leftovers
2016-02-03 09:43:02 +01:00
Michal Fojtik
2cb814b5a6
Support injecting files into a container that runs assemble script
2016-01-11 10:52:08 +01:00
jhadvig
2e32653a1b
Update docs: local git changes have to be commited
2015-12-18 10:40:36 +01:00
Michal Fojtik
0597255f2d
Prefer git SCM plugin over file when git binary exists
2015-09-10 15:07:46 +02:00
Michal Fojtik
d6b7659255
Update docs for --recursive and file://
2015-09-10 12:55:56 +02:00
Maciej Szulik
20160b963a
sti -> s2i rebranding
2015-08-24 17:22:00 +02:00
gabemontero
0d7f7f426a
issue180: launch resulting image in container for diagnostic purposes; comments from Ben; Maciej's comments; finalize on the displaying of ports
2015-08-13 16:44:40 -04:00
gabemontero
857826b38a
issue133: introduce sti debug guide, subsequent passes after Ben/Maciej comments, more research
2015-07-22 12:43:43 -04:00
jhadvig
f3a9bf7232
Add rebuild link
2015-07-13 11:16:53 +02:00
OpenShift Bot
82c21e9d0e
Merge pull request #221 from mfojtik/rebuild
...
Merged by openshift-bot
2015-06-29 05:42:44 -04:00
Michal Fojtik
7d66df240e
Add rebuild command
2015-06-29 10:44:20 +02:00
ewolinetz
3e87cb6aea
Rewording, fixing capitalizations, and log level information
2015-06-26 13:52:42 -05:00
Maciej Szulik
d65eba6ebb
Moved sti scripts docs under builder section where it belongs more.
2015-06-02 17:38:40 +02:00
Maciej Szulik
fee5e487b3
Renamed location flag and label to destination
2015-05-31 06:59:16 +02:00
Maciej Szulik
fbfcc2cd88
Issue 205 - renamed io.openshift.sti.* label to shorter io.s2i.*
2015-05-29 20:48:26 +02:00
Maciej Szulik
ded1aaa5d8
Issue 183 - migrated STI_SCRIPTS_URL and STI_LOCATION environment
...
variables to io.openshift.sti.scripts-url and
io.openshift.sti.location labels.
2015-05-25 16:25:32 +02:00
Maciej Szulik
569f6b1892
Issue 187 - change parameters from camelCase to hyphen-names
2015-05-15 13:46:35 +02:00
Maciej Szulik
9dfcf09d9e
Card origin_devexp_538 - Updated docs with --quiet flag
2015-04-02 14:39:11 +02:00
Maciej Szulik
fa00fba8d3
Issue 146 - make output image optional
2015-02-27 17:09:49 +01:00
jhadvig
8a56070291
Renaming ruby-20-centos to new ruby-20-centos7
2015-02-24 10:29:32 +01:00
Maciej Szulik
4cfdc51b72
Card devexp_426 - Renaming Clean to Incremental to better match current behaviour, where Incremental needs to be forced
2015-02-23 12:31:23 +01:00
Maciej Szulik
e5f98d87fd
Card devexp_426 - Clean builds by default and enable retrieving images for incremental builds from external repo
2015-02-20 11:50:10 +01:00
OpenShift Bot
996d650bf6
Merge pull request #134 from mfojtik/docs
...
Merged by openshift-bot
2015-02-19 10:07:09 -05:00
kargakis
cb2048f596
Fix cli.md
2015-02-19 15:20:23 +01:00
Michal Fojtik
97febee006
Note about --contextDir
2015-02-19 15:13:52 +01:00
Michal Fojtik
cd159d5075
Added docs for sti create
2015-01-09 16:08:51 +01:00