Docker images for the Fish shell projects to test in control environment
By default the image run fish
shell:
β― docker run --interactive --tty --rm purefish/docker-fish
You can pass commands by quoting them:
β― docker run --interactive --tty --rm purefish/docker-fish 'fisher list'
jorgebucaran/fisher
jorgebucaran/fishtape
We provide the following versions of Fish, thanks to Alpine package. Simplify specify the fish version as the tag image:
β― docker run --interactive --tty --rm purefish/docker-fish:3.5.1
Fish | Alpine |
---|---|
3.0.2 |
3.11 |
3.1.2 |
3.13 |
3.2.2 |
3.14 |
3.3.1 |
3.15 |
3.4.1 |
3.16 |
3.5.1 |
3.17 |
3.6.1 |
3.18 |
3.6.3 |
3.19 |
3.7.0 |
edge , latest |
- Fisher ;
- Fishtape ;
- Check the Dockerfile for the list of additional packages ;
- See CONTRIBUTING.md ;
- See RELEASE.md.
- @andreiborisov who work on the first version of docker-fish.
- @PureTryOut who maintain the alpine packages.