https://github.com/intellisrc/docker-alpine
Docker configurations for alpine
https://github.com/intellisrc/docker-alpine
Last synced: 6 months ago
JSON representation
Docker configurations for alpine
- Host: GitHub
- URL: https://github.com/intellisrc/docker-alpine
- Owner: Intellisrc
- License: mit
- Created: 2022-06-15T01:33:48.000Z (about 4 years ago)
- Default Branch: edge
- Last Pushed: 2025-10-03T03:09:24.000Z (9 months ago)
- Last Synced: 2025-10-03T04:26:01.645Z (9 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-alpine
It will add Japan Alpine repositories and set Japan timezone by default.
You can customize the Time zone by setting the environment variable `TZ`, for example: `TZ="Asia/Tokyo"`.
You can set a custom repository (to use instead of the japanese) by setting the variable: `CUSTOM_REP`, for example:
`CUSTOM_REP=http://ftp.tsukuba.wide.ad.jp/Linux/alpine` (do not include version or repository name, it will be added automatically).