Skip to content

v1.0.2

Compare
Choose a tag to compare
@bparees bparees released this 04 Sep 13:39
· 1107 commits to master since this release
  • fixed onbuild strategy when no output image is specified
  • added .s2iignore file where you can specify which files should be ignored from source when uploading those into builder image
  • allow ssh-based git repository
  • added --allowed-uids flag to specify a range of allowed user ids for the builder image to be run with
  • Added --context-dir value to the build information labels
  • Added --run flag to run the image after successful build
  • Fixed --force-pull for incremental builds
  • Renamed default --dockercfg-path to use $HOME/.docker/config.json instead of $HOME/.dockercfg
  • Allowed using separate credentials to pull previous image for incremental builds
  • Rebranded sti into s2i
  • Added support for go1.5