Skip to content

Releases: Container-Driven-Development/soos

Vanellope von Schweetz

Choose a tag to compare

@devopsmariocom devopsmariocom released this 02 Jul 07:29
7ab3db9

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

Choose a tag to compare

@devopsmariocom devopsmariocom released this 09 Jan 07:38

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

Choose a tag to compare

@devopsmariocom devopsmariocom released this 04 Jan 15:34

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.

Choose a tag to compare

@devopsmariocom devopsmariocom released this 06 Dec 22:52
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

Choose a tag to compare

@devopsmariocom devopsmariocom released this 03 Dec 22:17
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