1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

76 Commits

Author SHA1 Message Date
Corey Daley
c8dd2dc2cc Update builder_image.md 2022-07-08 16:58:34 -04:00
Dr.-Ing. Zoltán Katona
eb0455a331 Workaround for wrong command created in the output docker image under OSE 4.x.
During the s2i build process not just the labels of the output Docker image are not created correctly under OpenShift 4.x, but also the command field. A workaround is shared here for this faulty behavior.
2020-04-23 11:17:12 +02:00
Dr.-Ing. Zoltán Katona
cfc576a424 Update of new_labels.md on a bug and corresponding workaround in OpenShift 4.x
A new section is added to new_labels.md on a bug in OpenShift 4.x. The method of updating output image labels during the s2i build process is not possible currently in OpenShift 4.x and a corresponding workaround is described.
2020-04-14 10:39:55 +02:00
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
Adam Kaplan
38cc48e7df Improve contributor guidelines
* Move existing contributing guide to docs/HACKING.md
* Created new CONTRIBUTING.md focusing on submitting issues and PRs.
2019-12-10 09:33:24 -05: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
liangxia
22b89046f1 URL of OKD is docs.okd.io now 2018-09-19 09:17:29 +08: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
Will Gordon
b681988039 update incorrect artifacts path in builder_image doc 2017-12-06 19:13:28 -05:00
Ricardo Pchevuzinske Katz
48d9ae3ce9 Add support for assemble-user label
Add support for assemble-user label

Add support for assemble-user label

Add support for assemble-user label

Add support for assemble-user label

Add support for assemble-user label
2017-08-17 17:02:31 -03:00
Corey Daley
125027dde5 Removing Payload field
Closes #629
2017-07-06 23:32:28 -04:00
jkim
2dedbd8635 update to add and/or update docker labels with a JSON file
add a new md file in /docs folder
2017-06-21 08:37:09 -04:00
Mark McKinstry
e5460e8a7f fix anchor for testrun
I'm not sure if its markdown or an HTML problem but "test/run" with a slash in the anchor isn't working.
2017-05-23 20:44:44 -07:00
Ben Parees
b5c7fe4c29 fix markdown syntax 2017-03-15 11:41:06 -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
Ben Parees
d21f43d9fb clarify the output of save-artifacts cannot include anything except the tar stream 2016-12-05 12:50:38 -05:00
Clark Hale
3e2b19fcf9 Corrected save-artifacts example to prevent tar stream corruption.
The pushd and popd commands in the example for save-artifacts example emit output to standard out.  This will corrupt the tar stream, and prevent the reuse of the saved artifacts.
2016-11-15 12:37:57 -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
a1301392ea docs/user_guide.md: backport minor fixes from OpenShift documentation. 2016-08-29 16:55:50 +02:00
Slava Semushin
72af1d731c docs/user_guide.md: document how to invoke embedded scripts from custom ones.
Also improve README.md.
2016-08-19 17:04:39 +02:00
Rodolfo Carvalho
a92ecdd11a Fix some nits in documentation
- s/Golang/Go/
- Make similar paragraphs similar, include the same list of languages.
  The paragraph in docs/runtime_image.md contains more detailed
  information.
- Spurious whitespace changes.
2016-07-13 23:34:44 +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
Ben Parees
848f7099a9 reference openshift image guidelines 2016-04-25 13:19:20 -04: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
Michal Fojtik
d86a461457 Deprecate .sti/environment 2016-02-08 10:46:45 +01: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
Dan McPherson
0b1d56e307 Fix typo 2015-11-14 18:20:20 -05:00
Dan McPherson
963416327f Fix typo 2015-11-11 05:42:05 -05: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