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

22 Commits

Author SHA1 Message Date
Otávio Fernandes
f5758afc40 chore(hack): Go Modules based scripts. 2019-10-28 11:01:00 +01:00
Ben Parees
4f773b6c04 remove golang version check 2018-02-28 10:04:39 -05:00
Ben Parees
4de5b4c02b strip debug symbols on release binary 2017-05-12 15:07:47 -04:00
yuvipanda
1ee3f73783 Make s2i binaries static
Allows running in linux distros that do not have glibc, for example

Fixes #727
2017-04-19 10:48:28 -07:00
Jim Minter
74ab5f156f use symlinks in release tar.gz's, halves download size for all platforms except windows 2017-01-06 11:24:45 +00:00
Jim Minter
4c52163869 set -pkgdir during build, allows build-cross.sh to be run as non-root user 2017-01-06 11:24:15 +00: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
ada1c5fff8 _workspace -> vendor 2016-08-12 15:42:25 -04:00
Rodolfo Carvalho
68c96a9fbc Replace STI_* env vars with S2I_*
This is a careful replacement of `STI_([A-Z_]+)` with `S2I_$1` in all
*.sh files, plus references to those env vars in other files.
2016-05-16 12:16:38 +02:00
OpenShift Bot
704a6f5c21 Merge pull request #494 from rhcarvalho/sti-s2i-bash
Merged by openshift-bot
2016-05-15 23:20:24 -04:00
Rodolfo Carvalho
d5a045b5ab Replace 'sti::' with 's2i::' in Bash scripts
Gradually getting rid of 'sti'.
2016-05-15 23:36:07 +02:00
Rodolfo Carvalho
1d842d9c71 Fix ldflag logic 2016-05-15 23:11:00 +02:00
Jonathan Dowland
7ccd9a3a25 use --tags for git-describe
Fixes #355
2015-11-18 11:35:27 +00: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
Maciej Szulik
b012dca728 Reworked ldflags for go1.5, following upstream pattern 2015-08-25 16:11:27 +02:00
Maciej Szulik
dd528b6333 Added support for go1.5 2015-08-24 23:09:58 +02:00
Maciej Szulik
20160b963a sti -> s2i rebranding 2015-08-24 17:22:00 +02:00
Maciej Szulik
a212f4e00f Bug 1196967 - fixed version information 2015-03-11 11:37:51 +01:00
Maciej Szulik
b35986fc60 Updated release procedure, added description of that to HACKING.md 2015-02-27 17:04:08 +01:00
Maciej Szulik
ca80ce28b1 Updated build and release process to match origins 2014-12-02 12:26:20 +01:00
csrwng
6cfd6ec28b Switch to multi-platform release build 2014-11-28 12:12:16 +01:00