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-fishYou can pass commands by quoting them:
β― docker run --interactive --tty --rm purefish/docker-fish 'fisher list'
jorgebucaran/fisher
jorgebucaran/fishtapeSimply specify the fish version as the tag image:
β― docker run --interactive --tty --rm purefish/docker-fish:3.5.1We provide the following versions of Fish, thanks to Alpine package.
β If you need a specific version, please submit an issue or a pull request.
| Fish | Alpine | Origin |
|---|---|---|
4.3.2 |
latest, edge |
package |
4.2.1 |
edge |
binary |
4.1.2 |
edge |
binary |
4.0.2 |
3.22 |
package |
3.7.1 |
3.21 |
package |
3.6.3 |
3.19 |
package |
3.6.1 |
3.18 |
package |
3.5.1 |
3.17 |
package |
3.4.1 |
3.16 |
package |
3.3.1 |
3.15 |
package |
3.2.2 |
3.14 |
package |
3.1.2 |
3.13 |
package |
3.0.2 |
3.11 |
package |
- 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.