Skip to content

Releases: Container-Driven-Development/soos

Vanellope von Schweetz

02 Jul 07:29
7ab3db9
Compare
Choose a tag to compare

curl -L https://github.com/Container-Driven-Development/soos/releases/download/v0.4/soos-`uname -s-uname -m` -o /usr/local/bin/soos
chmod +x /usr/local/bin/soos

Changes:

  • allow environment variables using config EnvVariables

Profile_-_Vanellope_Von_schweetz

Saitine

09 Jan 07:38
Compare
Choose a tag to compare

curl -L https://github.com/Container-Driven-Development/soos/releases/download/v0.4/soos-`uname -s`-`uname -m` -o /usr/local/bin/soos
chmod +x /usr/local/bin/soos

  • fixing issue when soos was building image even that it was pulled from registry

wreck-it-ralph-saitine

Sour Bill

04 Jan 15:34
Compare
Choose a tag to compare

curl -L https://github.com/Container-Driven-Development/soos/releases/download/v0.3/soos-`uname -s`-`uname -m` -o /usr/local/bin/soos
chmod +x /usr/local/bin/soos

  • #11 introducing HashFiles see example config
  • #3 fixing user rights issues by running container under current user Uid Guid

sour_bill_transparent

Fix-It Felix, Jr.

06 Dec 22:52
Compare
Choose a tag to compare
curl -L https://github.com/Container-Driven-Development/soos/releases/download/v0.2/soos-`uname -s`-`uname -m` \
 -o /usr/local/bin/soos
chmod +x /usr/local/bin/soos
  • #6 Expose ports see example config
  • #1 Verbose log when build fail
  • #4 Set image name using current folder name unless specified in config

fix_it_felix_jr

Initial

03 Dec 22:17
Compare
Choose a tag to compare
curl -L https://github.com/Container-Driven-Development/soos/releases/download/v0.1/soos-`uname -s`-`uname -m` \
 -o /usr/local/bin/soos
chmod +x /usr/local/bin/soos