Skip to content

Releases: Rucadi/wsld

New directive (onto)

17 Sep 16:02
49291da

Choose a tag to compare

This directive was available long ago, but I missed it when refactoring the code.

This release still works on W10 and also, I tested it in W11!

Have fun :D

Fixed problem importing non-docker images

03 Jul 15:57
ea97bd7

Choose a tag to compare

Fixed compatibility with centos, among others

03 Jul 12:29

Choose a tag to compare

Hello!

In this release I increased the compatibility with distributions, it's a very small but important update!

Restored docker upload functionality

02 Jul 16:42
bc97ea8

Choose a tag to compare

Now, if you are logged into docker, you can upload your wsl images again!

Example command:

wsld -t -d ubuntu -i rucadi/ubuntu

this will upload my wsl image called "ubuntu" into my docker hub, as the latest image for ubuntu.

C++ rewrite!

01 Jul 20:47

Choose a tag to compare

C++ rewrite! Pre-release
Pre-release

Hello!

I decided to rewrite the application in c++, this means that, while the code now is easier, some functionality has been affected.

However, the core functionality is working:

-Install images directly from dockerhub
-Login into docker in order to download private images

More options will be added in the future, pull requests are welcome!

More support! Fixes to images

11 Mar 22:04

Choose a tag to compare

In this release, images that failed to install now will do, including clearlinux ones.

Docker build support!

30 Jun 14:58

Choose a tag to compare

Now you can build images directly into WSL too!!

The command to do so is:

wsld docker build

Enjoy :D

First release with docker upload!

29 Jun 13:42

Choose a tag to compare

With this new version I bring a new feature:

Docker upload!

Now you can log-in with your docker hub account and upload WSL images into your dockerhub! As easy as that!

With this you can now download any image from dockerhub and upload any image to dockerhub, bring your WSL deveolpment environment to any PC!

Other changes:

Now WSLD works within its own WSL image, this is done for docker support and to avoid garbaging the other images.

A little code refactor.

Docker upload/download in private repos

30 Jun 11:57
a7ce36c

Choose a tag to compare

Pre-release

This release adds support to download/upload private repos, if you are logged into docker (wsld docker login)

Beta release v2

25 Jun 19:32

Choose a tag to compare

Reddit user jygoro noticed an error while installing fedora, this should be fixed.