Skip to content

Releases: markdumay/synology-docker

v1.4.2

26 Nov 06:44
8450b5c
Compare
Choose a tag to compare
Merge pull request #59 from markdumay/develop

Fix Docker Compose version check

v1.4.1

26 Nov 05:49
f83ee14
Compare
Choose a tag to compare
Merge pull request #58 from markdumay/develop

Fix Docker Compose download path

v1.4.0

17 Sep 12:36
6b65903
Compare
Choose a tag to compare
Merge pull request #54 from markdumay/develop

DSM 7 support

v1.3.1

23 May 17:08
b76cb0b
Compare
Choose a tag to compare
Merge pull request #51 from markdumay/develop

Update to latest DSM, Docker, and Compose

v1.2.0

v1.1.2

v1.0.5

29 Aug 08:37
Compare
Choose a tag to compare

Improved paths

16 Jun 19:33
267d16c
Compare
Choose a tag to compare

Changed

  • The -p option has been added, as it allows you to use auto-versioning for the backup names. However, specifying a path in the filename for the -b option implicitly works too. #5
  • The directory for backup files defaults to $PWD. #5
  • Replaced the web scraping instruction with a GitHub API request. #9
  • Added user prompt to confirm an install, restore, or update command. #10
  • Clarified disclaimer and usage in both README.md and script. #11

Fixed

  • The $WORKING_DIR is split into $TEMP_DIR, $BACKUP_DIR, and $DOWNLOAD_DIR. The $TEMP_DIR is now used for extracting files only and is recreated at the start of the script. The update command clears the directory when finished too. Both download and install use the $DOWNLOAD_DIR path, which is explicitly set when calling these commands. #5

Thanks to @hirenshah for suggestions and testing of this release

Commits

Core functionality

04 Jun 19:31
Compare
Choose a tag to compare

Implements core functionality to automatically download and update Docker Engine and Docker Compose on Synology. Functionality has been tested with the following devices and software versions:

  • NAS (DS918+): DSM 6.2.3-25426 and Docker Package 18.09.0-513 (prior to update)
  • NAS (DS918+): DSM 6.2.3-25426, Docker Engine v19.03.11, and Docker Compose 1.26.0 (after update)