{"id":26642968,"url":"https://github.com/dideler/docker-fish-shell","last_synced_at":"2025-04-10T22:39:25.075Z","repository":{"id":56339372,"uuid":"164233244","full_name":"dideler/docker-fish-shell","owner":"dideler","description":"🐳🐟🐚Docker image for the Friendly Interactive Shell, aka fish","archived":false,"fork":false,"pushed_at":"2023-10-31T02:36:44.000Z","size":20,"stargazers_count":17,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T19:36:32.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/dideler/fish-shell","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dideler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-05T16:44:22.000Z","updated_at":"2025-03-06T00:33:35.000Z","dependencies_parsed_at":"2025-03-24T19:44:49.326Z","dependency_job_id":null,"html_url":"https://github.com/dideler/docker-fish-shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fdocker-fish-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fdocker-fish-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fdocker-fish-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dideler%2Fdocker-fish-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dideler","download_url":"https://codeload.github.com/dideler/docker-fish-shell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312175,"owners_count":21082637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-24T19:28:41.487Z","updated_at":"2025-04-10T22:39:25.047Z","avatar_url":"https://github.com/dideler.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fish 🐟 + docker 🐳\n\n[![Docker Build](https://img.shields.io/docker/automated/dideler/fish-shell.svg)](https://hub.docker.com/r/dideler/fish-shell)\n[![Docker Pulls](https://img.shields.io/docker/pulls/dideler/fish-shell.svg)](https://hub.docker.com/r/dideler/fish-shell)\n\nUbuntu LTS container with fish installed as the default shell.\n\n- Available on Docker Hub at https://hub.docker.com/r/dideler/fish-shell\n- Available on GitHub at https://github.com/users/dideler/packages/container/package/fish-shell\n\n## Use case\n\n**Useful when** wanting to play around with fish in a pristine and ephemeral environment.  \n**Useful when** reproducibility is desired (e.g. controlled environment for running a fish package CI pipeline).\n\n**Not intended for** developing on the fish codebase.  \nTo build the shell from source with the help of Docker, see [fish-shell's Dockerfile](https://github.com/fish-shell/fish-shell/blob/master/Dockerfile) instead.\n\n## Versions\n\nSee image tags [on DockerHub][dh-image-tags] or [on GitHub][gh-image-tags] for available fish versions.\n\nImages are based on the latest Ubuntu LTS available at the time of building.\n\n[dh-image-tags]: https://hub.docker.com/r/dideler/fish-shell/tags?page=1\u0026ordering=name\n[gh-image-tags]: https://github.com/users/dideler/packages/container/fish-shell/versions\n\n## Examples\n\nPulling the latest image\n```shell\ndocker pull dideler/fish-shell # from DockerHub\ndocker pull ghcr.io/dideler/fish-shell # from GitHub\n```\n\nRunning commands on a specific version\n```shell\n$ docker container run --rm dideler/fish-shell:2.7.1 --version\nfish, version 2.7.1\n```\n\n```shell\n$ docker container run -it --rm dideler/fish-shell:3.0.0\nroot@aa26d2209674 /# for i in (seq 1 3)\n                         echo $i\n                     end\n1\n2\n3\n```\n\nUsing the image in a CircleCI build for testing [a fish packge](https://github.com/dideler/fish-cd-git/blob/master/.circleci/config.yml)\n```yaml\nversion: 2\n\njobs:\n  build:\n    docker:\n      - image: dideler/fish-shell:3.6.1\n    shell: fish\n    steps:\n      - checkout\n      - run:\n          name: Install Fisher\n          command: |\n            apt-get update --quiet\n            apt-get install --yes --quiet curl\n            curl -sL git.io/fisher | source \u0026\u0026 fisher install jorgebucaran/fisher\n            fisher --version\n      - run:\n          name: Install fish-cd-git\n          command: |\n            fisher install \u003cfish_plugins\n            fisher install .\n      - run:\n          name: Run tests\n          command: fishtape test/*.fish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdideler%2Fdocker-fish-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdideler%2Fdocker-fish-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdideler%2Fdocker-fish-shell/lists"}