Skip to content

Releases: 89luca89/distrobox

1.0.4

07 Dec 07:01
6db2fc4
Compare
Choose a tag to compare

Bug Fix release:

  • init: add some missing comments
    
  • enter: filter out spaces in env; use for as before
    

1.0.3

05 Dec 22:35
8084b58
Compare
Choose a tag to compare

Small style, formatting and bug fix release:

  • actions: add shellcheck linter action
  • docs: add license header to files, Fix #10
  • init: remove theme and icons symlink
    it was used to integrate host's theme and icons into container
    but creates many problems, let's wait and find a better solution
  • init: add groupadd command before useradd
  • enter: simplify env passing
  • create, enter: use eval to execute the generated command, remove shellcheck exception SC2091

1.0.2

04 Dec 16:19
758fbf3
Compare
Choose a tag to compare

Small style and formatting fix release:

  • Fix variable quoting
  • Prefer putting braces around variable references even when not strictly required
  • Update README with new distro support:
    • Kali linux
    • Neurodebian
    • Invitation to open new issues to add new distros to the table

1.0.1

02 Dec 18:57
99b187f
Compare
Choose a tag to compare

Included fixes:

  • create: check that a folder exists before adding volume in podman
  • install: fix basedir chmod
  • create: let distrobox-export path to be optional
  • create: improve error message for missing distrobox-init
  • podman: when we use verbose, also podman should be verbose
  • arguments: use also full word for verbose

1.0.0

01 Dec 23:09
Compare
Choose a tag to compare

Distrobox initial release

  • support multiple distros (check README for a list of tested hosts)
  • support multiple containers (check README for a list of tested guests)
  • export apps and service from inside the container to the host

Check README for installation instructions.
Depends on podman, should work with any distro supporting it.