{"id":20682254,"url":"https://github.com/yobasystems/alpine","last_synced_at":"2025-10-03T12:05:09.252Z","repository":{"id":53925337,"uuid":"93802087","full_name":"yobasystems/alpine","owner":"yobasystems","description":"Alpine Linux [Docker]","archived":false,"fork":false,"pushed_at":"2025-03-19T13:14:43.000Z","size":900666,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T12:13:33.071Z","etag":null,"topics":["alpine","amd64","arm64","armhf","docker","docker-image","dockerfile","yobasystems"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/yobasystems.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-06-09T00:13:15.000Z","updated_at":"2025-03-19T13:06:06.000Z","dependencies_parsed_at":"2024-04-13T11:32:19.242Z","dependency_job_id":"85c2df6f-48d0-492d-ab13-dde371c4e4b6","html_url":"https://github.com/yobasystems/alpine","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yobasystems","download_url":"https://codeload.github.com/yobasystems/alpine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237834,"owners_count":21397401,"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":["alpine","amd64","arm64","armhf","docker","docker-image","dockerfile","yobasystems"],"created_at":"2024-11-16T22:13:08.890Z","updated_at":"2025-10-03T12:05:09.243Z","avatar_url":"https://github.com/yobasystems.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine Linux Container Image\n\n[![Docker Automated build](https://img.shields.io/docker/automated/yobasystems/alpine.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/alpine/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/yobasystems/alpine.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/alpine/)\n[![Docker Stars](https://img.shields.io/docker/stars/yobasystems/alpine.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/alpine/)\n\n[![Alpine Version](https://img.shields.io/badge/Alpine%20version-v3.22.1-green.svg?style=for-the-badge\u0026logo=alpine-linux)](https://alpinelinux.org/)\n\n\nThis Container image [(yobasystems/alpine)](https://hub.docker.com/r/yobasystems/alpine/) is based on the minimal [Alpine Linux](https://alpinelinux.org/).\n\n### Alpine Version 3.22.1 (Released 2025-07-15)\n### Alpine Version 3.21.4 (Released 2025-07-15)\n### Alpine Version 3.20.7 (Released 2025-07-15)\n### Alpine Version 3.19.8 (Released 2025-07-15)\n\n\n\nThis Container image is the base Alpine Linux. For more info on versions \u0026 support see [Releases](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases)\n\n----\n\n\n## Table of Contents\n\n- [What is Alpine Linux?](#what-is-alpine-linux)\n- [Features](#features)\n- [Architectures](#architectures)\n- [Tags](#tags)\n- [Layers \u0026 Sizes](#layers-sizes)\n- [How to use this image](#how-to-use-this-image)\n- [Image contents \u0026 Vulnerability analysis](#image-contents-vulnerability-analysis)\n- [Source Repositories](#source-repositories)\n- [Container Registries](#container-registries)\n- [Links](#links)\n\n\n## 🏔️ What is Alpine Linux?\nAlpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Container images.\n\n## ✨ Features\n\n* Minimal size only, minimal layers\n* Memory usage is minimal on a simple install.\n\n## 🏗️ Architectures\n\n* ```:amd64```, ```:x86_64``` - 64 bit Intel/AMD (x86_64/amd64)\n* ```:arm64v8```, ```:aarch64``` - 64 bit ARM (ARMv8/aarch64)\n* ```:arm32v7```, ```:armhf``` - 32 bit ARM (ARMv7/armhf)\n\n#### 📝 PLEASE CHECK TAGS BELOW FOR SUPPORTED ARCHITECTURES, THE ABOVE IS A LIST OF EXPLANATION\n\n## 🏷️ Tags\n\n* ```:latest``` latest branch based on main(Automatic Architecture Selection)\n* ```:main``` main branch usually inline with :latest\n* ```:x.y.z```, ```:x.y.z-arch``` version tag (Automatic Architecture Selection)\n* ```:amd64```, ```:x86_64``` amd64 based on latest tag but amd64 architecture\n* ```:aarch64```, ```:arm64v8``` Armv8 based on latest tag but arm64 architecture\n* ```:armhf```, ```:arm32v7``` Armv7 based on latest tag but arm architecture\n\n## 📏 Layers \u0026 Sizes\n\n![Version](https://img.shields.io/badge/version-amd64-blue.svg?style=for-the-badge)\n![Docker Image Version (tag)](https://img.shields.io/docker/v/yobasystems/alpine/amd64.svg?style=for-the-badge)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/yobasystems/alpine/amd64.svg?style=for-the-badge)\n\n![Version](https://img.shields.io/badge/version-aarch64-blue.svg?style=for-the-badge)\n![Docker Image Version (tag)](https://img.shields.io/docker/v/yobasystems/alpine/aarch64.svg?style=for-the-badge)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/yobasystems/alpine/aarch64.svg?style=for-the-badge)\n\n![Version](https://img.shields.io/badge/version-armhf-blue.svg?style=for-the-badge)\n![Docker Image Version (tag)](https://img.shields.io/docker/v/yobasystems/alpine/armhf.svg?style=for-the-badge)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/yobasystems/alpine/armhf.svg?style=for-the-badge)\n\n## 🚀 How to use this image\n#### Usage\nUse like you would any other base image:\n\n```\nFROM yobasystems/alpine\nRUN apk add --no-cache mysql-client\nENTRYPOINT [\"mysql\"]\n```\nThis example has a base image size of only 6MB. Compare that to our good friend Ubuntu:\n\n```\nFROM ubuntu\nRUN apt-get update \\\n    \u0026\u0026 apt-get install -y --no-install-recommends mysql-client \\\n    \u0026\u0026 rm -rf /var/lib/apt/lists/*\nENTRYPOINT [\"mysql\"]\n```\nThis yields us a base image size of about 74MB image.\n\n## 🔍 Image contents \u0026 Vulnerability analysis\n\n| PACKAGE NAME          | PACKAGE VERSION | VULNERABILITIES |\n|-----------------------|-----------------|-----------------|\n\n\n## 📚 Source Repositories\n\n* [Github - yobasystems/alpine](https://github.com/yobasystems/alpine)\n* [Gitlab - yobasystems/alpine](https://gitlab.com/yobasystems/alpine)\n* [Bitbucket - yobasystems/alpine](https://bitbucket.org/yobasystems/alpine/)\n\n\n## 🐳 Container Registries\n\n* [Dockerhub - yobasystems/alpine](https://hub.docker.com/r/yobasystems/alpine/)\n* [Quay.io - yobasystems/alpine](https://quay.io/repository/yobasystems/alpine)\n* [GHCR - yobasystems/alpine](https://ghcr.io/yobasystems/alpine)\n\n\n## 🔗 Links\n\n* [Yoba Systems](https://www.yobasystems.co.uk/)\n* [Github - Yoba Systems](https://github.com/yobasystems/)\n* [Dockerhub - Yoba Systems](https://hub.docker.com/u/yobasystems/)\n* [GHCR - Yoba Systems](https://ghcr.io/yobasystems)\n* [Quay.io - Yoba Systems](https://quay.io/organization/yobasystems)\n* [Maintainer - Dominic Taylor](https://github.com/dominictayloruk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyobasystems%2Falpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyobasystems%2Falpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyobasystems%2Falpine/lists"}