{"id":17835064,"url":"https://github.com/namesmt/images-alpine","last_synced_at":"2025-03-19T15:30:19.774Z","repository":{"id":195303460,"uuid":"692657644","full_name":"NamesMT/images-alpine","owner":"NamesMT","description":"Some Alpine Linux preconfigured images","archived":false,"fork":false,"pushed_at":"2025-03-13T20:13:02.000Z","size":3000,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T08:21:26.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NamesMT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-09-17T07:08:14.000Z","updated_at":"2025-03-09T18:18:04.000Z","dependencies_parsed_at":"2023-09-17T11:39:24.928Z","dependency_job_id":"5bf58fc3-c68a-428d-b4de-961c58c54b53","html_url":"https://github.com/NamesMT/images-alpine","commit_stats":null,"previous_names":["namesmt/images-alpine"],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fimages-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fimages-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fimages-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesMT%2Fimages-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NamesMT","download_url":"https://codeload.github.com/NamesMT/images-alpine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244453657,"owners_count":20455253,"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":"2024-10-27T20:16:44.008Z","updated_at":"2025-03-19T15:30:19.768Z","avatar_url":"https://github.com/NamesMT.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [namesmt/images-alpine](https://github.com/NamesMT/images-alpine) - [Docker link](https://hub.docker.com/r/namesmt/images-alpine)\n![Docker Pulls](https://img.shields.io/docker/pulls/namesmt/images-alpine)\n![Docker Image Size (node)](https://img.shields.io/docker/image-size/namesmt/images-alpine/node?label=image%20size%3Anode)\n![Docker Image Size (node-aws-dev)](https://img.shields.io/docker/image-size/namesmt/images-alpine/node-aws-dev?label=image%20size%3Anode-aws-dev)\n\n### Features:\n- Alpine 3.21\n- Latest Node LTS \u0026 pnpm (**node**)\n  - [@antfu/ni](https://github.com/antfu/ni)\n- Self-built latest aws-cli v2 (**aws**)\n- git + Oh My Zsh! (**dev**)\n  - Theme: [spaceship](https://spaceship-prompt.sh/)\n    - SPACESHIP_USER_SHOW=false\n    - SPACESHIP_DIR_TRUNC_REPO=false\n  - Plugins:\n    - command-not-found\n    - git\n    - history-substring-search\n    - z\n    - https://github.com/zsh-users/zsh-autosuggestions\n    - https://github.com/zsh-users/zsh-completions\n    - https://github.com/zsh-users/zsh-syntax-highlighting\n- These common packages are also installed for all suffix/version:\n  - `gcompat` `libstdc++` `zip` `unzip` `jq` `sudo` `curl`\n\n---\n\n### Use:\nAvailable on Docker registry: (auto-built on pnpm releases)\n```sh\ndocker run -it --rm namesmt/images-alpine:node-dev\n\n# For CIs, you should pin the version: \ndocker run -it --rm namesmt/images-alpine:node-dev_pnpm8.10.5\n```\n\n#### WSL2 Alpine Quick Start:\nFollow [Yuka](https://github.com/yuk7/AlpineWSL)'s instruction to install Alpine WSL2\n\nSetting up `node-dev` *([`fnm`](https://github.com/Schniz/fnm) included to manage node version)*:\n```sh\nwget https://raw.githubusercontent.com/NamesMT/images-alpine/main/node-dev.sh -O- | bash\n```\n\n#### Additional scripts:\n##### Install [fnm](https://github.com/Schniz/fnm) - Fast Node Manager, similar to `nvm`\n```sh\nwget https://raw.githubusercontent.com/NamesMT/images-alpine/main/scripts/install-fnm.sh -O- | sh\n```\n\n##### Install Docker\n```sh\nwget https://raw.githubusercontent.com/NamesMT/images-alpine/main/scripts/install-docker.sh -O- | sh\n```\nYou can call `sh ~/alpine.docker.service.sh` to start the docker service,  \nAnd call `sh ~/alpine.docker.service.sh stop` to stop the docker service.\n\n---\n\n### Build:\n```sh\nexport imageName=namesmt/images-alpine\nexport imageTag= # node | node-dev | node-aws ...\ndocker build -f \"${imageTag}.Dockerfile\" -t \"${imageName}:${imageTag}\" \".\"\ndocker push \"${imageName}:${imageTag}\"\n```\n\n## Roadmap\n- [x] Github Actions to automate build\n  - builds will be automated with each pnpm release\n\n## Credits:\n- [theidledeveloper/aws-cli-alpine](https://github.com/theidledeveloper/aws-cli-alpine): most of starting points\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fimages-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamesmt%2Fimages-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamesmt%2Fimages-alpine/lists"}