Skip to content

Releases: stencila/dockta

v0.3.0

26 Oct 00:46
Compare
Choose a tag to compare

0.3.0 (2018-10-26)

Bug Fixes

  • DockerBuilder: implement WORKDIR instruction; closes #33 (ef004b7)
  • generators: make R and Python generators consistent e.g file naming (58a58ce)
  • RGenerator: install R packages into a local user library (f8f90a7)

Features

  • DockerCompiler: read and write environ.yaml file (aaca6bc)
  • PythonGenerator: initial Python Dockerfile generator (e9ef431)

v0.2.6

25 Oct 19:38
Compare
Choose a tag to compare

0.2.6 (2018-10-25)

Bug Fixes

  • Doer: use alternative approach for request fetching and caching (4fd9173)

v0.2.5

25 Oct 03:46
Compare
Choose a tag to compare

0.2.5 (2018-10-25)

Bug Fixes

  • DockerBuilder: ignore special snapshot folder (be1be97), closes #27
  • errors: provide better error messages and handling (32769af)
  • Generator: add version number to .Dockerfile (44ce76d)
  • Generator: remove line continuations and update test expectations (766ad6e)

v0.2.4

24 Oct 20:15
Compare
Choose a tag to compare

0.2.4 (2018-10-24)

Bug Fixes

  • errors: better handling of errors (4eea711)

v0.2.3

24 Oct 00:04
Compare
Choose a tag to compare

0.2.3 (2018-10-24)

Bug Fixes

  • install.R: install all depenedncies, add documentation (2877a81)

v0.2.2

23 Oct 21:09
Compare
Choose a tag to compare

0.2.2 (2018-10-23)

Bug Fixes

  • RGenerator: make file destination explicit (fc1aff1)
  • RParser: handle requirements of requirements better (5fe7806)
  • RParser: only include valid package names (f24c312)

v0.2.1

23 Oct 02:11
Compare
Choose a tag to compare

0.2.1 (2018-10-23)

Bug Fixes

  • Generator: add envVars method (e948c05)

v0.2.0

23 Oct 01:17
Compare
Choose a tag to compare

0.2.0 (2018-10-23)

Bug Fixes

  • DockerCompiler: use the name of the environ for the image (f912503)
  • RGenerator: follow HTTP redirects (3096c84)

Features

  • DockerExecutor: initial implem of execute command (38cb25f)

v0.1.2

22 Oct 02:22
Compare
Choose a tag to compare

0.1.2 (2018-10-22)

Bug Fixes

  • RGenerator: improve copying and execution of project R files (9f0e69f)

v0.1.1

22 Oct 01:35
Compare
Choose a tag to compare

0.1.1 (2018-10-22)

Bug Fixes

  • RGenerator: download the R package installation script from unpkg.com (0ea6c0c), closes #19