{"id":20682253,"url":"https://github.com/yobasystems/alpine-docker","last_synced_at":"2026-03-06T09:32:25.554Z","repository":{"id":43043364,"uuid":"95018552","full_name":"yobasystems/alpine-docker","owner":"yobasystems","description":"Alpine Linux with Docker (Docker-in-Docker) [Docker]","archived":false,"fork":false,"pushed_at":"2025-11-30T20:45:56.000Z","size":191,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-03T05:38:43.807Z","etag":null,"topics":["alpine","amd64","arm64","armhf","docker","docker-image","dockerfile","linux","yobasystems"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/yobasystems/alpine-docker/","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":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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-21T15:26:15.000Z","updated_at":"2025-11-30T20:32:13.000Z","dependencies_parsed_at":"2024-02-11T19:57:16.514Z","dependency_job_id":"baa924b6-87bf-4480-98c6-62c09d172d1e","html_url":"https://github.com/yobasystems/alpine-docker","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/yobasystems/alpine-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yobasystems","download_url":"https://codeload.github.com/yobasystems/alpine-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Falpine-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["alpine","amd64","arm64","armhf","docker","docker-image","dockerfile","linux","yobasystems"],"created_at":"2024-11-16T22:13:08.373Z","updated_at":"2026-03-06T09:32:25.538Z","avatar_url":"https://github.com/yobasystems.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine with Docker\n\n[![Docker Automated build](https://img.shields.io/docker/automated/yobasystems/alpine-docker.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/alpine-docker/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/yobasystems/alpine-docker.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/alpine-docker/)\n[![Docker Stars](https://img.shields.io/docker/stars/yobasystems/alpine-docker.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/alpine-docker/)\n\n[![Alpine Version](https://img.shields.io/badge/Alpine%20version-v3.23.0-green.svg?style=for-the-badge\u0026logo=alpine-linux)](https://alpinelinux.org/)\n[![Docker Version](https://img.shields.io/badge/Docker%20version-v29.1.2-green.svg?style=for-the-badge\u0026logo=docker)](https://www.docker.com/)\n\nThis Container image [(yobasystems/alpine-docker)](https://hub.docker.com/r/yobasystems/alpine-docker/) is based on the minimal [Alpine Linux](https://alpinelinux.org/) with [Docker](https://www.docker.com/) pre-installed, or even better Docker-in-Docker (dind).\n\n### Alpine Version 3.23.0 (Released 2025-12-03)\n\n##### Docker Version 29.1.2\n\n---\n\n## Table of Contents\n\n- [Alpine with Docker](#alpine-with-docker)\n- [What is Alpine Linux?](#what-is-alpine-linux)\n- [What is Docker in Docker?](#what-is-docker-in-docker)\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## 🏔️ What is Alpine Linux?\n\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## 🐳 What is Docker in Docker?\n\nAlthough running Docker inside Docker is generally not recommended, there are some legitimate use cases, such as development of Docker itself.\n\nDocker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualisation on Linux, Mac OS and Windows.\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## 🏷️ Tags\n\n- `:latest` latest branch based (Automatic Architecture Selection)\n- `:main` main branch usually inline with latest\n- `:dind` latest branch with docker-in-docker\n- `:amd64`, `:x86_64` amd64 based on latest tag but amd64 architecture\n- `:dind-amd64`, `:dind-x86_64` amd64 based on latest tag but amd64 architecture and includes docker-in-docker\n- `:armhf`, `:arm32v7` Armv7 based on latest tag but arm architecture\n- `:dind-armhf`, `:dind-arm32v7` Armv7 based on latest tag but arm architecture and includes docker-in-docker\n- `:aarch64`, `:arm64v8` Armv8 based on latest tag but arm64 architecture\n- `:dind-aarch64`, `:dind-arm64v8` Armv8 based on latest tag but arm64 architecture and includes docker-in-docker\n\n## 📏 Layers \u0026 Sizes\n\n![Version](https://img.shields.io/badge/version-amd64-blue.svg?style=for-the-badge)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/yobasystems/alpine-docker/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 Size (tag)](https://img.shields.io/docker/image-size/yobasystems/alpine-docker/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 Size (tag)](https://img.shields.io/docker/image-size/yobasystems/alpine-docker/armhf.svg?style=for-the-badge)\n\n## 🚀 How to use this image\n\n#### Usage\n\nUse like you would any other base image:\n\n```\nFROM yobasystems/alpine-docker\nRUN apk add --no-cache ......\n.........\n.......\n....\n..\n.\n```\n\nor maybe a docker run command:\n\n```\ndocker run -it --name=dind --privileged -v /var/run/docker.sock:/var/run/docker.sock yobasystems/alpine-docker:dind /bin/sh\n```\n\nor if you want to use a docker-compose.yml:\n\n```\nversion: '3.9'\n\nservices:\n  alpine-docker:\n    image: yobasystems/alpine-docker:dind\n    container_name: alpine-docker\n    privileged: true\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock\n```\n\nSimply create a docker-compose.yml file with the above content and run docker-compose up -d to start the container.\n\n## 🔍 Image contents \u0026 Vulnerability analysis\n\n| PACKAGE NAME | PACKAGE VERSION | VULNERABILITIES |\n| ------------ | --------------- | --------------- |\n\n## 📚 Source Repositories\n\n- [Github - yobasystems/alpine-docker](https://github.com/yobasystems/alpine-docker)\n- [Gitlab - yobasystems/alpine-docker](https://gitlab.com/yobasystems/alpine-docker)\n\n## 🐳 Container Registries\n\n- [Dockerhub - yobasystems/alpine-docker](https://hub.docker.com/r/yobasystems/alpine-docker/)\n- [Quay.io - yobasystems/alpine-docker](https://quay.io/repository/yobasystems/alpine-docker)\n- [GHCR - yobasystems/alpine-docker](https://ghcr.io/yobasystems/alpine-docker)\n\n## 🔗 Links\n\n- [Yoba Systems](https://yoba.systems/)\n- [Github - Yoba Systems](https://github.com/yobasystems/)\n- [Dockerhub - Yoba Systems](https://hub.docker.com/u/yobasystems/)\n- [Quay.io - Yoba Systems](https://quay.io/organization/yobasystems)\n- [GHCR - Yoba Systems](https://ghcr.io/yobasystems)\n- [Maintainer - Dominic Taylor](https://github.com/dominictayloruk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyobasystems%2Falpine-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyobasystems%2Falpine-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyobasystems%2Falpine-docker/lists"}