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.