Releases: openshift/source-to-image
Releases · openshift/source-to-image
v0.5
- Added
--dockercfg-path
to allow users pulling Docker images from private repositories - Use less layers when adding environment variables to the output Docker image
- Display output from stderr when running
save-artifacts
scripts - Fix issue when having an archive with many files can reach the system limits (
ulimit -n
) - Added human-friendly printer for the STI request object (
--loglevel=>2
) - Prevent pulling the previous image during incremental build when
--force-pull=false
- Switched to use dashed case for command line arguments (
--forcePull
is now --force-pull
)
Note: We ran into some issues with the cross compiler so we were not able to produce the mac and windows binaries, but you should be able to build your own version in those environments.
v0.4
v0.3
- Incremental builds are not default anymore, they needs to be forced with
--incremental
flag - Added support for
.sti/environment file
- Made output image optional
- Fixed
assemble
logging - Fixed copy operation when working with local directory
- Fixed version information
- Changed output to always show
assemble
output and error, the first can be turned off with--quiet
v0.2
- removed api.Script type in favor of good old strings
- added pulling images from repository when doing incremental build
- build forces clean build by default
- major refactoring in the way scripts are installed
- added support for ONBUILD based Docker images
- major refactoring to support different STI build strategies
- added --contextDir option to allow application exists in
sub-directories - fixed build when image had USER defined
(https://bugzilla.redhat.com/show_bug.cgi?id=1185730) - added output from failing container (during sti build)
(https://bugzilla.redhat.com/show_bug.cgi?id=1182464) - various fixes and improvements to documentation
v0.1
Important changes in this release:
- allowed using arbitrary images as builder images
- added
create
command that bootstraps STI builder image repository - fixed downloading sources & scripts from different places
- updated documentation
- allowed baking STI scripts into the image
- improved logging