{"id":22427913,"url":"https://github.com/maurosoft1973/docker-alpine","last_synced_at":"2026-04-21T10:01:39.831Z","repository":{"id":335976589,"uuid":"1146803203","full_name":"maurosoft1973/Docker-Alpine","owner":"maurosoft1973","description":"Alpine Linux Docker Image with Multilanguage e Timezone support","archived":false,"fork":false,"pushed_at":"2026-03-18T04:58:29.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T20:52:16.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/maurosoft1973.png","metadata":{"files":{"readme":null,"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,"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":"2026-01-31T17:50:43.000Z","updated_at":"2026-03-18T04:58:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maurosoft1973/Docker-Alpine","commit_stats":null,"previous_names":["maurosoft1973/docker-alpine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maurosoft1973/Docker-Alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurosoft1973%2FDocker-Alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurosoft1973%2FDocker-Alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurosoft1973%2FDocker-Alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurosoft1973%2FDocker-Alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maurosoft1973","download_url":"https://codeload.github.com/maurosoft1973/Docker-Alpine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurosoft1973%2FDocker-Alpine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32086815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","alpine-docker","docker","docker-alpine","docker-image"],"created_at":"2024-12-05T20:13:13.011Z","updated_at":"2026-04-21T10:01:39.802Z","avatar_url":"https://github.com/maurosoft1973.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine Linux in Docker with Multilanguage e Timezone support\r\n\r\n[![Docker Automated build](https://img.shields.io/docker/automated/maurosoft1973/alpine.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/maurosoft1973/alpine/)\r\n[![Docker Pulls](https://img.shields.io/docker/pulls/maurosoft1973/alpine.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/maurosoft1973/alpine/)\r\n[![Docker Stars](https://img.shields.io/docker/stars/maurosoft1973/alpine.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/maurosoft1973/alpine/)\r\n[![Alpine Version](https://img.shields.io/badge/Alpine%20version-v3.19.1\r-green.svg?style=for-the-badge)](https://alpinelinux.org/)\r\n\r\nThis Docker image [(maurosoft1973/alpine)](https://hub.docker.com/r/maurosoft1973/alpine/) is based on the minimal [Alpine Linux](https://alpinelinux.org/).\r\n\r\n##### Alpine Version 3.19.1\r (Released Dec 12 2023\r)\r\n\r\nThis docker image is the base Alpine Linux. For more info on versions \u0026 support see [Releases](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases)\r\n\r\n----\r\n\r\n## What is Alpine Linux?\r\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 Docker images.\r\n\r\n## Features\r\n\r\n* Minimal size only, minimal layers\r\n* Memory usage is minimal on a simple install\r\n* Multilanguage support.\r\n* Timezone Support\r\n\r\n## Architectures\r\n\r\n* ```:aarch64``` - 64 bit ARM\r\n* ```:armhf```   - 32 bit ARM v6\r\n* ```:armv7```   - 32 bit ARM v7\r\n* ```:ppc64le``` - 64 bit PowerPC\r\n* ```:x86```     - 32 bit Intel/AMD\r\n* ```:x86_64```  - 64 bit Intel/AMD (x86_64/amd64)\r\n\r\n## Tags\r\n\r\n* ```:latest```         latest branch based (Automatic Architecture Selection)\r\n* ```:aarch64```        latest 64 bit ARM\r\n* ```:armhf```          latest 32 bit ARM v6\r\n* ```:armv7```          latest 32 bit ARM v7\r\n* ```:ppc64le```        latest 64 bit PowerPC\r\n* ```:x86```            latest 32 bit Intel/AMD\r\n* ```:x86_64```         latest 64 bit Intel/AMD\r\n* ```:test```           test branch based (Automatic Architecture Selection)\r\n* ```:test-aarch64```   test 64 bit ARM\r\n* ```:test-armhf```     test 32 bit ARM v6\r\n* ```:test-armv7```     test 32 bit ARM v7\r\n* ```:test-ppc64le```   test 64 bit PowerPC\r\n* ```:test-x86```       test 32 bit Intel/AMD\r\n* ```:test-x86_64```    test 64 bit Intel/AMD\r\n* ```:3.19.1\r``` 3.19.1\r branch based (Automatic Architecture Selection)\r\n* ```:3.19.1\r-aarch64```   3.19.1\r 64 bit ARM\r\n* ```:3.19.1\r-armhf```     3.19.1\r 32 bit ARM v6\r\n* ```:3.19.1\r-armv7```     3.19.1\r 32 bit ARM v7\r\n* ```:3.19.1\r-ppc64le```   3.19.1\r 64 bit PowerPC\r\n* ```:3.19.1\r-x86```       3.19.1\r 32 bit Intel/AMD\r\n* ```:3.19.1\r-x86_64```    3.19.1\r 64 bit Intel/AMD\r\n\r\n\r\n## Layers \u0026 Sizes\r\n\r\n| Version                                                                               | Size                                                                                                                 |\r\n|---------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\r\n| ![Version](https://img.shields.io/badge/version-amd64-blue.svg?style=for-the-badge)   | ![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/maurosoft1973/alpine/latest?style=for-the-badge)  |\r\n| ![Version](https://img.shields.io/badge/version-aarch64-blue.svg?style=for-the-badge) | ![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/maurosoft1973/alpine/aarch64?style=for-the-badge) |\r\n| ![Version](https://img.shields.io/badge/version-armv6-blue.svg?style=for-the-badge)   | ![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/maurosoft1973/alpine/armhf?style=for-the-badge)   |\r\n| ![Version](https://img.shields.io/badge/version-armv7-blue.svg?style=for-the-badge)   | ![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/maurosoft1973/alpine/armv7?style=for-the-badge)   |\r\n| ![Version](https://img.shields.io/badge/version-ppc64le-blue.svg?style=for-the-badge) | ![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/maurosoft1973/alpine/ppc64le?style=for-the-badge) |\r\n| ![Version](https://img.shields.io/badge/version-x86-blue.svg?style=for-the-badge)     | ![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/maurosoft1973/alpine/x86?style=for-the-badge)     |\r\n\r\n\r\n## Environment Variables:\r\n\r\n### Main parameters:\r\n* `LC_ALL`: default locale (en_GB.UTF-8)\r\n* `TIMEZONE`: default timezone (Europe/Brussels)\r\n* `SHELL_TERMINAL`: default shell (bin/sh)\r\n\r\n#### List of locale Sets\r\n\r\nWhen setting locale, also make sure to choose a locale otherwise it will be the default (en_GB.UTF-8).\r\n\r\n```\r\n+-----------------+\r\n| Locale          |\r\n+-----------------+\r\n| fr_CH.UTF-8     |\r\n| fr_FR.UTF-8     |\r\n| de_CH.UTF-8     |\r\n| de_DE.UTF-8     |\r\n| en_GB.UTF-8     |\r\n| en_US.UTF-8     |\r\n| es_ES.UTF-8     |\r\n| it_CH.UTF-8     |\r\n| it_IT.UTF-8     |\r\n| nb_NO.UTF-8     |\r\n| nl_NL.UTF-8     |\r\n| pt_PT.UTF-8     |\r\n| pt_BR.UTF-8     |\r\n| ru_RU.UTF-8     |\r\n| sv_SE.UTF-8     |\r\n+-----------------+\r\n```\r\n\r\n## Example of use\r\n\r\n### 1.Creating an instance (default timezone and locale)\r\n\r\n```console\r\ndocker run --rm -it --name alpine maurosoft1973/alpine\r\n```\r\n\r\n### 2.Creating an instance with locale it_IT\r\n\r\n```console\r\ndocker run --rm -it --name alpine -e LC_ALL=it_IT.UTF-8 maurosoft1973/alpine\r\n```\r\n\r\n### 3.Creating an instance with locale it_IT and timezone Europe/Rome\r\n\r\n```console\r\ndocker run --rm -it --name alpine -e LC_ALL=it_IT.UTF-8 -e TIMEZONE=Europe/Rome maurosoft1973/alpine\r\n```\r\n\r\n***\r\n###### Last Update 21.04.2024 16:48:09\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurosoft1973%2Fdocker-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaurosoft1973%2Fdocker-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurosoft1973%2Fdocker-alpine/lists"}