{"id":20980717,"url":"https://github.com/statful/docker-shell-utils","last_synced_at":"2026-02-24T08:01:50.753Z","repository":{"id":72508501,"uuid":"240690194","full_name":"statful/docker-shell-utils","owner":"statful","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-15T10:57:17.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-28T02:41:43.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/statful.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2020-02-15T10:50:49.000Z","updated_at":"2020-02-15T10:57:19.000Z","dependencies_parsed_at":"2023-07-19T12:30:27.038Z","dependency_job_id":null,"html_url":"https://github.com/statful/docker-shell-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statful/docker-shell-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statful%2Fdocker-shell-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statful%2Fdocker-shell-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statful%2Fdocker-shell-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statful%2Fdocker-shell-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statful","download_url":"https://codeload.github.com/statful/docker-shell-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statful%2Fdocker-shell-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29775770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-19T05:29:49.853Z","updated_at":"2026-02-24T08:01:50.705Z","avatar_url":"https://github.com/statful.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Utils docker image\n\n# What is shell utils?\n\n\u003e Shell utils are utilities that sometimes are required fro scripting certain actions.\n\nAt the moment this image contains:\n* envsubst\n* gettext\n\n# TL;DR;\n\n```bash\ndocker run -ti --rm statful/shell-utils /bin/bash\n```\n\n# Supported tags and respective `Dockerfile` links\n\n* [`latest` (Dockerfile)](https://github.com/statful/docker-shell-utils/blob/master/Dockerfile)\n\nSubscribe to project updates by watching the [statful/docker-shell-utils GitHub repo](https://github.com/statful/docker-shell-utils).\n\n# Get this image\n\nThe recommended way to get the Statful shell-utils Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/statful/shell-utils).\n\n```bash\ndocker pull statful/shell-utils:latest\n```\n\nTo use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/statful/shell-utils/tags/) in the Docker Hub Registry.\n\n```bash\ndocker pull statful/shell-utils:[TAG]\n```\n\nIf you wish, you can also build the image yourself.\n\n```bash\n# Building the latest image\ndocker build -t statful/shell-utils:latest 'https://github.com/statful/docker-shell-utils.git/tree/latest'\n\n# Building a specific tag, e.g., 1.16\ndocker build -t statful/shell-utils:1.16 'https://github.com/statful/docker-shell-utils.git/tree/1.16'\n```\n\n# Configuration\n\n## Running commands\n\nTo run commands inside this container you can use `docker run`, for example to execute `envsubst` you can follow the example below:\n\n```bash\ndocker run foo --rm --name shell-utils statful/shell-utils:latest -- envsubst\n```\n\n### Environment variables\n\n```bash\ndocker run -ti -e 'FOO=BAR' -e 'FOO2=BAR2' --rm statful/shell-utils -- envsubst\n```\n\n# Contributing\n\nWe'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/statful/docker-shell-utils/issues), or submit a [pull request](https://github.com/statful/docker-shell-utils/pulls) with your contribution.\n\n# Issues\n\nIf you encountered a problem running this container, you can file an [issue](https://github.com/statful/docker-shell-utils/issues). For us to provide better support, be sure to include the following information in your issue:\n\n- Host OS and version\n- Docker version (`docker version`)\n- Output of `docker info`\n- Version of this container\n- The command you used to run the container, and any relevant output you saw (masking any sensitive information)\n\n# License\n\nCopyright (c) 2019 Statful. All rights reserved.\n\nThis work is licensed under the terms of the MIT license.\nFor a copy, see \u003chttps://opensource.org/licenses/MIT\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatful%2Fdocker-shell-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatful%2Fdocker-shell-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatful%2Fdocker-shell-utils/lists"}