{"id":17184027,"url":"https://github.com/nlknguyen/alpine-shellcheck","last_synced_at":"2025-06-19T22:08:13.827Z","repository":{"id":89987062,"uuid":"66111822","full_name":"NLKNguyen/alpine-shellcheck","owner":"NLKNguyen","description":"Docker image for Alpine Linux with latest ShellCheck, a static analysis tool for shell scripts.","archived":false,"fork":false,"pushed_at":"2017-09-20T04:34:46.000Z","size":4,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T22:06:47.556Z","etag":null,"topics":["docker","shellcheck","static-analysis","wrapper"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nlknguyen/alpine-shellcheck/","language":null,"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/NLKNguyen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-08-19T20:56:40.000Z","updated_at":"2022-01-19T14:58:41.000Z","dependencies_parsed_at":"2023-06-10T23:15:45.006Z","dependency_job_id":null,"html_url":"https://github.com/NLKNguyen/alpine-shellcheck","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f18dccfc037db31646a49ca570d507f713ca3878"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NLKNguyen/alpine-shellcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLKNguyen%2Falpine-shellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLKNguyen%2Falpine-shellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLKNguyen%2Falpine-shellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLKNguyen%2Falpine-shellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NLKNguyen","download_url":"https://codeload.github.com/NLKNguyen/alpine-shellcheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLKNguyen%2Falpine-shellcheck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260838654,"owners_count":23070611,"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":["docker","shellcheck","static-analysis","wrapper"],"created_at":"2024-10-15T00:42:12.882Z","updated_at":"2025-06-19T22:08:13.778Z","avatar_url":"https://github.com/NLKNguyen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Alpine-ShellCheck\n=================\nAlpine Linux with [ShellCheck](https://github.com/koalaman/shellcheck) -- a static analysis tool for shell scripts\n\nMinimalist image size: **22 MB** (download size is only 6 MB)\n\nInclude:\n\n- Alpine Linux (5 MB)\n- Shellcheck binary (16 MB)\n- Object dependencies (1 MB)\n\n[![Build Status](https://travis-ci.org/NLKNguyen/alpine-shellcheck.svg?branch=master)](https://travis-ci.org/NLKNguyen/alpine-shellcheck)\n\nImage builds by Travis CI are automatically pushed to Docker Hub repository: [nlknguyen/alpine-shellcheck](https://hub.docker.com/r/nlknguyen/alpine-shellcheck/)\n\nSee the Docker Hub repository for more information.\n\n# Maintainer Notes\n\n2 Dockerfiles\n\n- `builder/Dockerfile` is used to build shellcheck from source, which is cloned from shellscheck GitHub repository, and collect executable shellcheck binary and object dependencies into a directory for easy retrieval. When it runs, the binaries will be copied out to the mounted directory.\n\n- `./Dockerfile` is used to build the image that is based on `alpine:latest` and contains only the neccessary binaries for shellcheck to run. The entry point of the image is shellcheck program, and `/mnt` is the designated mount point when using this image as a CLI program.\n\n## Build steps\n\nFrom project directory:\n```sh\ndocker build -t builder builder/\n```\n\nThen run this. The container will copy the binary and dependencies out to `package` directory in host machine\n\n```sh\ndocker run --rm -it -v $(pwd):/mnt builder\n```\n\nOnce the `package` directory is available, build the final image:\n\n```sh\ndocker build -t nlknguyen/alpine-shellcheck .\n```\n\nThese are essentially the steps that Travis CI carry on before pushing the final image to Docker Hub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlknguyen%2Falpine-shellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlknguyen%2Falpine-shellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlknguyen%2Falpine-shellcheck/lists"}