Skip to content

Releases: wwwil/skydock

v0.3.1

25 Feb 21:49
af3b1cc
Compare
Choose a tag to compare

This adds minor improvements to the v0.3.0 release, fixing some issues found with the expand script.

Fetch the new image with:

docker pull quay.io/wwwil/skydock:v0.3.1

v0.3.0

02 Aug 20:17
Compare
Choose a tag to compare

This release adds support for arm64 images, targeting the new beta of 64bit Raspberry Pi OS.

This is the first release to use the new name Skydock! This was changed from the previous name raspbian-customiser as the tool aims to be compatible with a more OSes beyond Raspbian. The name is inspired by a dry dock where ships are built.

Fetch the new image with:

docker pull quay.io/wwwil/skydock:v0.3.0

v0.2.4

16 Dec 21:59
d15ba44
Compare
Choose a tag to compare

This version makes the option to expand the main partition actually work! Also generally improves the expand.sh script. And fixes the mount.sh script not getting IMG_FILE from an argument.

docker pull quay.io/lumastar/raspbian-customiser:v0.2.4

v0.2.3

14 Sep 17:27
Compare
Choose a tag to compare

This release v0.2.3 adds the option to expand the main partition.

docker pull quay.io/lumastar/raspbian-customiser:v0.2.3

v0.2.2

13 Aug 19:18
f6cbaca
Compare
Choose a tag to compare

New release v0.2.2.

  • Adds is support for more manual loop device handling required by GitLab CI.
  • Renamed some scripts to make it clearer what the do
  • Fix an issue with /etc/fstab options for the created data partition meaning it could only be written by root
  • Now hosted on quay.io
docker pull quay.io/lumastar/raspbian-customiser:v0.2.2

v0.2.2-beta1

10 Jul 22:01
f6cbaca
Compare
Choose a tag to compare
v0.2.2-beta1 Pre-release
Pre-release

Test release of v0.2.2.

  • Adds is support for more manual loop device handling required by GitLab CI.
  • Renamed some scripts to make it clearer what the do
  • Fix an issue with /etc/fstab options for the created data partition meaning it could only be written by root

v0.2.1

19 Jun 08:22
Compare
Choose a tag to compare

Install missing xxd command used when adding data partition. Also add bash options to make scripts fail on command failures in pipes, unset variables and show execution traces for better visibility of errors.

docker pull edwardotme/raspbian-customiser:v0.2.1

v0.2

28 Nov 22:36
b1d0869
Compare
Choose a tag to compare

This release includes the ability to add a FAT32 format data partition to the end of the image, as described in the readme file. Docker image can be obtained with:

docker pull edwardotme/raspbian-customiser:v0.2

v0.1

20 Nov 17:51
Compare
Choose a tag to compare

Initial release with basic functionality. Docker image can be obtained with:

docker pull edwardotme/raspbian-customiser:v0.1