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

83 Commits

Author SHA1 Message Date
Ben Parees
83d61bad08 Change override entrypoint to /usr/bin/env 2016-08-07 11:30:43 -04:00
Rodolfo Carvalho
8621b172b5 Apply several small fixes from go vet and others
Includes:
- Changes to commentaries to follow godoc conventions;
- Fix shadowing of identifiers;
- Missing error checks;
- Fix incorrect usages of fmt.Print* functions;
- Initialize struct literals from other packages using explicit field
  names;
- Rename variables to follow Go conventions.
2016-05-18 12:06:08 +02:00
Michal Fojtik
1c8b079337 Add support for bind mounts 2016-05-04 18:15:36 +02:00
Cesar Wong
6c7e58fde4 Throw an error if a scripts URL is specified but no scripts can be downloaded from it 2016-03-29 17:05:48 -04:00
Michal Fojtik
e5455214a2 Refactor S2I script installation 2016-01-27 12:32:13 +01:00
Ben Parees
1ba89992d4 return error if pull fails 2016-01-17 12:44:03 -05:00
Michal Fojtik
8a7b538a5d Add GetImageWorkdir and use it to set relative path for injections properly 2016-01-13 14:48:47 +01:00
Michal Fojtik
2cb814b5a6 Support injecting files into a container that runs assemble script 2016-01-11 10:52:08 +01:00
Dan McPherson
c41a504908 Fix case 2015-11-21 23:24:31 -05:00
Michal Fojtik
90134c695d Replace --force-pull with --pull-policy 2015-11-06 11:54:19 +01:00
Cesar Wong
965426e9f4 Add allowed-uids flag to the STI command 2015-08-11 17:04:49 -04:00
OpenShift Bot
b6fd265954 Merge pull request #229 from ewolinetz/onbuild_int_test
Merged by openshift-bot
2015-07-15 17:44:23 -04:00
ewolinetz
22d22a4b6b Adding test cases for ONBUILD strategy builds and no ImageID cases 2015-07-14 10:28:58 -05:00
gabemontero
81cf061419 issue 133 turn on loglevel 5 when -v passed into test script; take in Maciej's comments 2015-07-06 16:52:51 -04:00
Michal Fojtik
88295cb030 Fix documentation to mention new label 2015-06-26 16:05:42 +02:00
Maciej Szulik
fbfcc2cd88 Issue 205 - renamed io.openshift.sti.* label to shorter io.s2i.* 2015-05-29 20:48:26 +02:00
OpenShift Bot
bd57bafeb4 Merge pull request #204 from soltysh/issue144
Merged by openshift-bot
2015-05-29 06:37:21 -04:00
Maciej Szulik
ad4dd9e325 Added method for validating Config object - should fix #144.
Reviewed and removed unnecessary fields from Config, which was also
renamed from Request (fixed #100).
2015-05-29 12:29:04 +02:00
Maciej Szulik
f9bb583851 Issue 199 - removing unnecessary FIXME information and user removal from
integration test images.
2015-05-27 11:27:25 +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
Cesar Wong
0af7775fcd Enable docker TLS access 2015-04-24 13:04:12 -04: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
Michal Fojtik
b338043863 Fix integration tests 2015-02-12 19:55:24 +01:00
Maciej Szulik
47ba9bea40 Card devexp_416 - Removed the need for sti-helper. The untarring is done
on the fly when calling assemble script. Also added additional parameter
that can steer the location of untarred contents. Adding additional step
for images not having tar, we'll be uploading the scripts and sources as
a new layer and then proceed with the regular build.
2015-01-08 14:27:18 +01:00
Maciej Szulik
978bc2e9f5 Moved sti types.go to its own package and added separate type for script names (for stronger type checking). 2015-01-08 14:26:24 +01:00
Maciej Szulik
d09a314f18 Issue 92 - Fix incremental builds when using image internal scripts 2014-12-10 18:11:36 +01:00
Michal Fojtik
9f21e19d67 Add missing godoc and cleanup some Go issues 2014-12-04 16:38:22 +01:00
Maciej Szulik
66235e5de0 Integrated all images' scripts into one common directory 2014-12-03 23:02:18 +01:00
Maciej Szulik
24b25efc20 Removed unused image 2014-12-03 23:01:47 +01:00
Maciej Szulik
5c6bb5408e Changed all t.Errorf & return statements into t.Fatalf 2014-12-03 22:51:40 +01:00
Maciej Szulik
a79f3116a5 Card devexp_395 - Allow using STI scripts from inside the image with 'image://' 2014-12-03 16:41:09 +01:00
Maciej Szulik
911bcc30d1 Changed logging to use glog library, fixed versioning and added check for test image existence when running integration tests. 2014-11-18 16:51:46 +01:00
csrwng
b6d932bb9b Standalone STI 2014-10-24 14:58:28 -04:00