zsh-docker icon indicating copy to clipboard operation
zsh-docker copied to clipboard

Docker containers for all versions of Zsh.

Results 6 zsh-docker issues
Sort by recently updated
recently updated
newest added

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Note Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...

dependencies
github_actions

Environment variable SHELL is empty... ``` $ docker run --rm -it bitnami/minideb:bullseye bash -c 'echo $SHELL' /bin/bash $ docker run -it zshusers/zsh:5.8 zsh -c 'echo $SHELL' ``` EDIT: ``bitnami/minideb:bullseye``'s ``SHELL``...

@mcornella posted on https://www.zsh.org/workers/49600 a code snippet for quickly eval'ing a string on various zsh versions: https://github.com/mcornella/dotfiles/blob/4bf802f6/functions#L78-L118 It might be useful to link that from the documentation here? Or perhaps...

I had to add a timeout on tests in b30e5923189dbb24361aa98385b8c7b689e8ffbb, because all versions before 5.2 hang in some tests that play with TTY. It seems related to Github actions environment:...

bug

`make install.info` has been made optional as it fails in different ways on many versions, see [this build](https://travis-ci.org/zsh-users/zsh-docker/builds/259830160).

bug

Debian 10 Buster has been EOL'd for 2 years, it'd be good to base the image on Debian 12 Bookworm. I'll try to find time to see if this is...