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

25 Commits

Author SHA1 Message Date
gabemontero
24fd77722e eol php 5.5 image no longer functional so move off of it in cmd line tests 2021-10-13 13:39:40 -04:00
gabemontero
12a00f2b74 update php image used in test-stirunner.sh 2021-06-29 15:30:30 -04:00
magicsong
1b45714ced add --add-host flag 2018-09-21 11:57:04 +08:00
liangxia
d431bff05e Update example repos that were moved to sclorg 2018-09-17 11:21:22 +08:00
Ben Parees
62488a5747 Option to produce a buildable Dockerfile instead of an image when building 2018-05-25 10:33:41 -04:00
Adam Kaplan
be7f83aeeb Parse multiple volumes via semicolon delimeter.
Fixes issue #872
2018-05-01 11:36:50 -04:00
Ben Parees
31843cacdf fix s2i tests 2018-04-25 16:14:27 -04:00
Jim Minter
7da3d3e975 git URL parsing rewrite 2017-07-13 09:09:56 +01:00
Ben Parees
1eebbcc799 ensure created directories are readable/executable
bug 1467819

https://bugzilla.redhat.com/show_bug.cgi?id=1467819

add test repo for overriding scripts
2017-07-05 16:40:49 -04:00
guangxuli
2816855ca0 delete deprecated force pull flag
update bash and zsh

remove --force-pull
2017-03-28 10:55:04 +08:00
oatmealraisin
5e3fd039d3 Changed splitting index of Volume specs to first :
This allows us to specify file modes when Docker mounts, such as :Z or
:rw
2017-03-17 15:56:17 -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
Jim Minter
251057d7f3 s2i windows build enablement
- enable use of cygwin to build and test s2i
- simplify git and file downloaders
- track posix file permissions on windows
- remove unnecessary runtime.GOOS == "windows" checks
- unit test fixes
2016-11-29 19:17:50 +00:00
gabemontero
7f8cd156d0 s2i switch to k8s/engine-api 2016-08-16 15:57:42 -04:00
gabemontero
8c24edb036 s2i: s2i rebuild broken
Bug 1366475
Bugzilla link https://bugzilla.redhat.com/show_bug.cgi?id=1366475
Detailed explanation
an attempt to pull the builder image to obtain labels was made; the correct thing was
to pull the locally build image we were rebuilding
2016-08-12 13:55:55 -04:00
Ben Parees
06428b925a use updated wildfly image in tests 2015-12-17 14:25:19 -05:00
Michal Fojtik
b4e87809d9 Change artifacts directory to /tmp/sti 2015-11-19 09:05:14 +01:00
gabemontero
bccb72abfa reintroduce original clone spec fixes for validation/modification; add tests for clone spec; add fixes related to new tests 2015-11-10 21:24:43 -05:00
Maciej Szulik
cc8a3e7657 Updating build process to match orign.
1. Added make release
2. Builds are placed in _output/local/bin/$(platform) directory
3. Added i386 binaries in release
2015-11-09 13:53:39 +01:00
Michal Fojtik
90134c695d Replace --force-pull with --pull-policy 2015-11-06 11:54:19 +01:00
Cesar Wong
c9d475ae3c Fix integration test by merging labels of committed image 2015-09-28 12:13:44 -04:00
Ben Parees
435b190d20 fix signal log message formatting 2015-08-23 22:21:46 -04:00
gabemontero
403183d22f add more time for docker pull over slow vagrant links 2015-08-21 14:20:33 -04:00
gabemontero
cb7e8b00d8 add test script for sti --run=true 2015-08-21 09:57:45 -04:00