Skip to content

Releases: sci-oer/automated-builder

v0.8.1 🌈

22 Oct 14:09
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.8.0 🌈

19 Oct 21:55
Compare
Choose a tag to compare

Changes

🚀 Features

v0.7.0 🌈

07 Sep 11:57
Compare
Choose a tag to compare

Changes

v0.6.0 🌈

04 Sep 02:23
Compare
Choose a tag to compare

Changes

  • feat: add cli option to configure the url of the external lectures server so future lite and full images can be built @MarshallAsch (#141)

v0.5.1 🌈

04 Sep 02:18
Compare
Choose a tag to compare

Changes

🚀 Features

  • chore: copy the lecture content last for ease of future compatibility with full/lite images @MarshallAsch (#140)

🐛 Bug Fixes

  • fix: removed trailing .CONTAINER that got left behind in the ssh key file path when cleaning up the wiki @MarshallAsch (#139)

v0.5.0 🌈

03 Sep 17:01
Compare
Choose a tag to compare

Changes

  • feat: change ownership and copy files at the same time to reduce the number of image layers @MarshallAsch (#136)
  • feat: allow custom ssh options to be passed to the git clone command using the SSH_OPTIONS envirionment variable @MarshallAsch (#134)

🚀 Features

🐛 Bug Fixes

v0.4.0 🌈

01 Sep 15:19
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: add the ability to configure the wiki site navigation mode @MarshallAsch (#131)

🐛 Bug Fixes

  • fix: expand ssh key path name before it is used @MarshallAsch (#113)
  • fix: change ownership of the letures directory to be owned by the student user @MarshallAsch (#112)
  • feat: move check for docker daemon beofre interactive input prompt @MarshallAsch (#107)

v0.3.1 🌈

01 Aug 02:01
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.3.0 🌈

01 Aug 01:37
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: Add the option for interactive input for the builder options @MarshallAsch (#100)
  • feat(flag): can now push to a docker registry without auth or with pre configured credentials @MarshallAsch (#94)

🐛 Bug Fixes

  • fix(dep): exit gracefully if git is not installed on the system @MarshallAsch (#98)

v0.2.1 🌈

31 Jul 13:07
Compare
Choose a tag to compare

Changes

  • No changes